math/nlopt: Update to 2.7.0
Minor release: - New nlopt_set_param API for setting internal algorithm parameters - Avoid library-symbol conflicts Changelog: https://github.com/stevengj/nlopt/releases/tag/v2.7.0 Reported by: portscout Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D27276
This commit is contained in:
parent
1eb88315e5
commit
4d2f5b48e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555702
3 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1587765051
|
||||
SHA256 (stevengj-nlopt-v2.6.2_GH0.tar.gz) = cfa5981736dd60d0109c534984c4e13c615314d3584cf1c392a155bfe1a3b17e
|
||||
SIZE (stevengj-nlopt-v2.6.2_GH0.tar.gz) = 2040229
|
||||
TIMESTAMP = 1605784092
|
||||
SHA256 (stevengj-nlopt-v2.7.0_GH0.tar.gz) = b881cc2a5face5139f1c5a30caf26b7d3cb43d69d5e423c9d78392f99844499f
|
||||
SIZE (stevengj-nlopt-v2.7.0_GH0.tar.gz) = 2045585
|
||||
|
|
|
@ -8,7 +8,7 @@ lib/cmake/nlopt/NLoptLibraryDepends.cmake
|
|||
lib/guile/2.2/extensions/nlopt_guile.so
|
||||
lib/libnlopt.so
|
||||
lib/libnlopt.so.0
|
||||
lib/libnlopt.so.0.10.0
|
||||
lib/libnlopt.so.0.11.0
|
||||
%%PYTHON_SITELIBDIR%%/_nlopt.so
|
||||
%%PYTHON_SITELIBDIR%%/nlopt.py
|
||||
libdata/pkgconfig/nlopt.pc
|
||||
|
|
Loading…
Reference in a new issue