Release notes:

Fix nlopt_version return value for 2.6.x and update soname and docs.

New set_upper_bound and set_lower_bound functions in the low-level C API
to set one bound at a time (#257). There is no longer a separate
libnlopt_cxx library — C++ algorithms (stogo) are compiled and included
by default. Various build fixes, other fixes.

Upstream bumped minor due to symbol addition, i checked for removals or
other API breaks, but there are none.

        100% tests passed, 0 tests failed out of 56

HOMEPAGE (80/tcp) is not reachable so I removed it.
Feedback? OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/math/nlopt/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile    13 Dec 2018 09:35:32 -0000      1.1.1.1
+++ Makefile    12 Jun 2019 20:44:16 -0000
@@ -2,16 +2,14 @@
 
 COMMENT =              library for nonlinear optimization
 
-V =                    2.5.0
+V =                    2.6.1
 GH_ACCOUNT =           stevengj
 GH_PROJECT =           nlopt
 GH_TAGNAME =           v${V}
 
-SHARED_LIBS =          nlopt   0.0     # 0.9
+SHARED_LIBS =          nlopt   0.1     # 0.10.0
 
 CATEGORIES =           math
-
-HOMEPAGE =             http://ab-initio.mit.edu/nlopt
 
 MAINTAINER =           Klemens Nanni <[email protected]>
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/math/nlopt/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo    13 Dec 2018 09:35:32 -0000      1.1.1.1
+++ distinfo    12 Jun 2019 19:22:31 -0000
@@ -1,2 +1,2 @@
-SHA256 (nlopt-2.5.0.tar.gz) = xt16VwH/+K1eu0Wj3I51fmHVJljeORjji6sjPn/TtK4=
-SIZE (nlopt-2.5.0.tar.gz) = 2403609
+SHA256 (nlopt-2.6.1.tar.gz) = ZtY6UFGH+2+YZCcDvQ7wBv7cri+abR76TzYuqRmgJlA=
+SIZE (nlopt-2.6.1.tar.gz) = 2037462

Reply via email to