Skip to content

Commit

Permalink
math/SCIP: Update 7.0.2 -> 7.0.3
Browse files Browse the repository at this point in the history
Also add the IPOPT option.

IPOPT options submitted by:	Philipp Ost <bsd@philippost.de>
  • Loading branch information
yurivict committed Aug 1, 2021
1 parent 6960eba commit e91e4db
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
16 changes: 13 additions & 3 deletions math/SCIP/Makefile
@@ -1,8 +1,7 @@
# Created by: Yuri Victorovich <yuri@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}
Expand All @@ -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>
6 changes: 3 additions & 3 deletions 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
2 changes: 1 addition & 1 deletion math/SCIP/pkg-plist
Expand Up @@ -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

0 comments on commit e91e4db

Please sign in to comment.