Update to NLopt 2.6.2

- Fixed forced stop exception with dimension elimination ([#317])
- Fixed get_initial_step wrapping ([#319])

Minor so version bumped due to new symbols, no removals;
All tests pass on amd64
This commit is contained in:
kn 2020-04-18 23:26:00 +00:00
parent bf98297633
commit 9ec1723627
2 changed files with 5 additions and 6 deletions

View File

@ -1,12 +1,12 @@
# $OpenBSD: Makefile,v 1.3 2019/07/12 20:47:43 sthen Exp $ # $OpenBSD: Makefile,v 1.4 2020/04/18 23:26:00 kn Exp $
COMMENT = library for nonlinear optimization COMMENT = library for nonlinear optimization
GH_ACCOUNT = stevengj GH_ACCOUNT = stevengj
GH_PROJECT = nlopt GH_PROJECT = nlopt
GH_TAGNAME = v2.6.1 GH_TAGNAME = v2.6.2
SHARED_LIBS = nlopt 0.1 # 0.10.0 SHARED_LIBS = nlopt 0.2 # 0.10.0
CATEGORIES = math CATEGORIES = math
@ -22,7 +22,6 @@ WANTLIB = ${COMPILER_LIBCXX} m
MODULES = devel/cmake MODULES = devel/cmake
CONFIGURE_ARGS = -DNLOPT_GUILE=OFF \ CONFIGURE_ARGS = -DNLOPT_GUILE=OFF \
-DNLOPT_LINK_PYTHON=OFF \
-DNLOPT_MATLAB=OFF \ -DNLOPT_MATLAB=OFF \
-DNLOPT_OCTAVE=OFF \ -DNLOPT_OCTAVE=OFF \
-DNLOPT_PYTHON=OFF \ -DNLOPT_PYTHON=OFF \

View File

@ -1,2 +1,2 @@
SHA256 (nlopt-2.6.1.tar.gz) = ZtY6UFGH+2+YZCcDvQ7wBv7cri+abR76TzYuqRmgJlA= SHA256 (nlopt-2.6.2.tar.gz) = z6WYFzbdYNAQnFNJhMThPGFTFNNYTPHDkqFVv+GjsX4=
SIZE (nlopt-2.6.1.tar.gz) = 2037462 SIZE (nlopt-2.6.2.tar.gz) = 2040229