aboutsummaryrefslogtreecommitdiff
path: root/math/SCIP/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-04-15 07:54:28 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-04-15 07:54:28 +0000
commit18a0bbd5468c9e82b9079bf5a413262d55c7f928 (patch)
treeb6fbe4eeab04672020b8a96081a7e4698aab2dee /math/SCIP/Makefile
parent5b51209d8a4ef7917afd5312aa80d26e8b3d909f (diff)
downloadports-18a0bbd5468c9e82b9079bf5a413262d55c7f928.tar.gz
ports-18a0bbd5468c9e82b9079bf5a413262d55c7f928.zip
Notes
Diffstat (limited to 'math/SCIP/Makefile')
-rw-r--r--math/SCIP/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/SCIP/Makefile b/math/SCIP/Makefile
index 05fb1fcef046..b7f7d9e8c03d 100644
--- a/math/SCIP/Makefile
+++ b/math/SCIP/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= SCIP
-DISTVERSION= 5.0.0
+DISTVERSION= 5.0.1
CATEGORIES= math science
MASTER_SITES= http://scip.zib.de/download/release/
DISTNAME= ${PORTNAME:tl}-${DISTVERSION}
@@ -19,6 +19,8 @@ EXTRACT_DEPENDS= gtar:archivers/gtar
LIB_DEPENDS= libgmp.so:math/gmp \
libsoplex.so:math/SoPlex
+CONFLICTS_BUILD= Ipopt
+
USES= cmake:outsource readline tar:tgz
EXTRACT_CMD= gtar
USE_LDCONFIG= yes