aboutsummaryrefslogtreecommitdiff
path: root/math/SCIP
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-07-03 09:57:52 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-07-03 09:57:52 +0000
commit9a8aa34b7ba725e13c906648799ef4aa117171da (patch)
treeb0b0398d5cd05227787a7b3df09b21bd9430b623 /math/SCIP
parent512c79437f6fb0546f78d1a8c67d61df1a4a718d (diff)
downloadports-9a8aa34b7ba725e13c906648799ef4aa117171da.tar.gz
ports-9a8aa34b7ba725e13c906648799ef4aa117171da.zip
math/SoPlex: Update 3.1.1 -> 4.0.0
Also bump math/SCIP. Reported by: portscout
Notes
Notes: svn path=/head/; revision=473815
Diffstat (limited to 'math/SCIP')
-rw-r--r--math/SCIP/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/math/SCIP/Makefile b/math/SCIP/Makefile
index b7f7d9e8c03d..98e708bbbc5f 100644
--- a/math/SCIP/Makefile
+++ b/math/SCIP/Makefile
@@ -3,6 +3,7 @@
PORTNAME= SCIP
DISTVERSION= 5.0.1
+PORTREVISION= 1
CATEGORIES= math science
MASTER_SITES= http://scip.zib.de/download/release/
DISTNAME= ${PORTNAME:tl}-${DISTVERSION}
@@ -26,4 +27,6 @@ EXTRACT_CMD= gtar
USE_LDCONFIG= yes
PLIST_SUB= SHL4=${DISTVERSION}.0 SHL2=${DISTVERSION:R}
+CXXFLAGS+= -I${LOCALBASE}/include/soplex
+
.include <bsd.port.mk>