Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 May 2021 23:37:22 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 993f4254f983 - main - science/opensph: Fix EIGEN option
Message-ID:  <202105302337.14UNbMGk060724@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

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

commit 993f4254f9830f2ab1dfa74a972e1503c89064bf
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-05-30 23:36:42 +0000
Commit:     Yuri Victorovich <yuri@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105302337.14UNbMGk060724>