Date: Sun, 1 Aug 2021 17:22:16 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: 423f7e59deed - main - math/SCIP: Add the ZIMPL option Message-ID: <202108011722.171HMGpF036797@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=423f7e59deed2cba591b8799b2183047326eafdd commit 423f7e59deed2cba591b8799b2183047326eafdd Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-08-01 16:46:23 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-08-01 17:22:09 +0000 math/SCIP: Add the ZIMPL option --- math/SCIP/Makefile | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/math/SCIP/Makefile b/math/SCIP/Makefile index 2b876a79b840..5170c45b1156 100644 --- a/math/SCIP/Makefile +++ b/math/SCIP/Makefile @@ -2,6 +2,7 @@ PORTNAME= SCIP DISTVERSION= 7.0.3 +PORTREVISION= 1 CATEGORIES= math science MASTER_SITES= https://www.scipopt.org/download/release/ DISTNAME= ${PORTNAME:tl}-${DISTVERSION} @@ -22,19 +23,23 @@ USES= compiler:c11 cmake readline tar:tgz EXTRACT_CMD= gtar USE_LDCONFIG= yes -CMAKE_OFF= PAPILO ZIMPL +CMAKE_OFF= PAPILO CXXFLAGS+= -I${LOCALBASE}/include/soplex -OPTIONS_DEFINE= IPOPT +OPTIONS_DEFINE= IPOPT ZIMPL OPTIONS_DEFAULT= IPOPT IPOPT_DESC= Non-linear optimization support via Ipopt IPOPT_USES= fortran pkgconfig +IPOPT_CMAKE_BOOL= IPOPT IPOPT_LIB_DEPENDS= libblas.so:math/blas \ libipopt.so:math/ipopt \ liblapack.so:math/lapack -IPOPT_CMAKE_BOOL= IPOPT +ZIMPL_DESC= Build with Zimpl to translate LP models +ZIMPL_CMAKE_BOOL= ZIMPL +ZIMPL_LIB_DEPENDS= libzimpl.so:math/zimpl +ZIMPL_BROKEN= see https://github.com/scipopt/scip/issues/4 .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108011722.171HMGpF036797>