git: e91e4db558d5 - main - math/SCIP: Update 7.0.2 -> 7.0.3
Yuri Victorovich
yuri at FreeBSD.org
Sun Aug 1 04:31:39 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e91e4db558d523bdff60711d5084d9c5c6bf32fd
commit e91e4db558d523bdff60711d5084d9c5c6bf32fd
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-08-01 04:20:07 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-08-01 04:31:33 +0000
math/SCIP: Update 7.0.2 -> 7.0.3
Also add the IPOPT option.
IPOPT options submitted by: Philipp Ost <bsd at philippost.de>
---
math/SCIP/Makefile | 16 +++++++++++++---
math/SCIP/distinfo | 6 +++---
math/SCIP/pkg-plist | 2 +-
3 files changed, 17 insertions(+), 7 deletions(-)
diff --git a/math/SCIP/Makefile b/math/SCIP/Makefile
index 991cb2ead0ad..2b876a79b840 100644
--- a/math/SCIP/Makefile
+++ b/math/SCIP/Makefile
@@ -1,8 +1,7 @@
# Created by: Yuri Victorovich <yuri at FreeBSD.org>
PORTNAME= SCIP
-DISTVERSION= 7.0.2
-PORTREVISION= 1
+DISTVERSION= 7.0.3
CATEGORIES= math science
MASTER_SITES= https://www.scipopt.org/download/release/
DISTNAME= ${PORTNAME:tl}-${DISTVERSION}
@@ -23,8 +22,19 @@ USES= compiler:c11 cmake readline tar:tgz
EXTRACT_CMD= gtar
USE_LDCONFIG= yes
+CMAKE_OFF= PAPILO ZIMPL
+
CXXFLAGS+= -I${LOCALBASE}/include/soplex
-CONFLICTS_BUILD= Ipopt
+OPTIONS_DEFINE= IPOPT
+OPTIONS_DEFAULT= IPOPT
+
+IPOPT_DESC= Non-linear optimization support via Ipopt
+IPOPT_USES= fortran pkgconfig
+IPOPT_LIB_DEPENDS= libblas.so:math/blas \
+ libipopt.so:math/ipopt \
+ liblapack.so:math/lapack
+
+IPOPT_CMAKE_BOOL= IPOPT
.include <bsd.port.mk>
diff --git a/math/SCIP/distinfo b/math/SCIP/distinfo
index 773a70691216..3de1f2ab70dd 100644
--- a/math/SCIP/distinfo
+++ b/math/SCIP/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1608539374
-SHA256 (scip-7.0.2.tgz) = 6eb44f6f2afa1cbbb9714251eb31889ab2afcbe68267773c11e689dc4c5e4427
-SIZE (scip-7.0.2.tgz) = 10271583
+TIMESTAMP = 1627789406
+SHA256 (scip-7.0.3.tgz) = 9cb008271497b8f7587f404f968d1ca9d0126d6192b3946f47bb73d19ac8ed0a
+SIZE (scip-7.0.3.tgz) = 10240528
diff --git a/math/SCIP/pkg-plist b/math/SCIP/pkg-plist
index 9e8056e408f7..3ec11b039dc2 100644
--- a/math/SCIP/pkg-plist
+++ b/math/SCIP/pkg-plist
@@ -519,4 +519,4 @@ lib/cmake/scip/scip-targets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/scip/scip-targets.cmake
lib/libscip.so
lib/libscip.so.7.0
-lib/libscip.so.7.0.2.0
+lib/libscip.so.7.0.3.0
More information about the dev-commits-ports-all
mailing list