git: 993f4254f983 - main - science/opensph: Fix EIGEN option

Yuri Victorovich yuri at FreeBSD.org
Sun May 30 23:37:23 UTC 2021


The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=993f4254f9830f2ab1dfa74a972e1503c89064bf

commit 993f4254f9830f2ab1dfa74a972e1503c89064bf
Author:     Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-05-30 23:36:42 +0000
Commit:     Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-05-30 23:36:42 +0000

    science/opensph: Fix EIGEN option
    
    Add corresponding qmake switch that was missing.
---
 science/opensph/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/science/opensph/Makefile b/science/opensph/Makefile
index eff09363400d..14df99b095eb 100644
--- a/science/opensph/Makefile
+++ b/science/opensph/Makefile
@@ -40,6 +40,7 @@ CHAISCRIPT_BUILD_DEPENDS=	${LOCALBASE}/include/chaiscript/chaiscript.hpp:lang/ch
 
 EIGEN_DESC=			Eigen for additional methods to set up initial conditions
 EIGEN_USES=			eigen:3
+EIGEN_QMAKE_ON=			CONFIG+=use_eigen
 
 HDF5_DESC=			Be able to read files generated by miluphcuda code
 HDF5_QMAKE_ON=			CONFIG+=use_hdf5


More information about the dev-commits-ports-all mailing list