aboutsummaryrefslogtreecommitdiff
path: root/math/nlopt/Makefile
diff options
context:
space:
mode:
authorRainer Hurling <rhurlin@FreeBSD.org>2020-11-19 13:40:36 +0000
committerRainer Hurling <rhurlin@FreeBSD.org>2020-11-19 13:40:36 +0000
commit4d2f5b48e5a7cd07c8e27da1baad3fd50d2e39a7 (patch)
tree2b746655b86e5803efd6e89db650c2a07f12fbc2 /math/nlopt/Makefile
parent1eb88315e51bddd36dff39143afab06c09a3a196 (diff)
downloadports-4d2f5b48e5a7cd07c8e27da1baad3fd50d2e39a7.tar.gz
ports-4d2f5b48e5a7cd07c8e27da1baad3fd50d2e39a7.zip
Notes
Diffstat (limited to 'math/nlopt/Makefile')
-rw-r--r--math/nlopt/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/math/nlopt/Makefile b/math/nlopt/Makefile
index e1c5eb173d89..c04202b7baa8 100644
--- a/math/nlopt/Makefile
+++ b/math/nlopt/Makefile
@@ -3,7 +3,7 @@
PORTNAME= nlopt
DISTVERSIONPREFIX= v
-DISTVERSION= 2.6.2
+DISTVERSION= 2.7.0
CATEGORIES= math
MAINTAINER= rhurlin@FreeBSD.org
@@ -13,12 +13,12 @@ LICENSE= LGPL21 MIT
LICENSE_COMB= multi
LICENSE_FILE= ${WRKSRC}/COPYING
-BROKEN_armv6= fails to package: Unable to access file site-packages/_nlopt.a:No such file or directory
-BROKEN_armv7= fails to package: Unable to access file site-packages/_nlopt.a:No such file or directory
+BROKEN_armv6= fails to package: Unable to access file site-packages/_nlopt.a:No such file or directory
+BROKEN_armv7= fails to package: Unable to access file site-packages/_nlopt.a:No such file or directory
BUILD_DEPENDS= swig:devel/swig \
- ${PYTHON_PKGNAMEPREFIX}numpy>=1.16.1:math/py-numpy@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.16.1:math/py-numpy@${PY_FLAVOR}
+ ${PYNUMPY}
+RUN_DEPENDS= ${PYNUMPY}
LIB_DEPENDS= libgmp.so:math/gmp \
libguile-2.2.so:lang/guile2