pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/nlopt: Update from 2.6.2 to 2.7.0



Module Name:	pkgsrc-wip
Committed By:	Paul Ripke <stix%stix.id.au@localhost>
Pushed By:	stix
Date:		Tue Feb 2 21:54:13 2021 +1100
Changeset:	83957db1018a5ac2d3fae46bf928b27cba102791

Modified Files:
	nlopt/Makefile
	nlopt/PLIST
	nlopt/distinfo

Log Message:
wip/nlopt: Update from 2.6.2 to 2.7.0

NLopt 2.7.0:

 -  New nlopt_set_param API for setting internal algorithm parameters ([#365]).
 -  Avoid library-symbol conflicts ([#355], [#361])

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=83957db1018a5ac2d3fae46bf928b27cba102791

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 nlopt/Makefile | 15 +--------------
 nlopt/PLIST    |  2 +-
 nlopt/distinfo |  8 ++++----
 3 files changed, 6 insertions(+), 19 deletions(-)

diffs:
diff --git a/nlopt/Makefile b/nlopt/Makefile
index d0735588e6..88a627e390 100644
--- a/nlopt/Makefile
+++ b/nlopt/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=		nlopt-2.6.2
+DISTNAME=		nlopt-2.7.0
 CATEGORIES=		math
 MASTER_SITES=		${MASTER_SITE_GITHUB:=stevengj/}
 GITHUB_PROJECT=		nlopt
@@ -14,19 +14,6 @@ USE_TOOLS+=		cmake
 USE_CMAKE=		yes
 USE_LANGUAGES=		c c++
 
-SUBST_CLASSES+=		rbtree
-SUBST_FILES.rbtree+=	./src/algs/cdirect/cdirect.c
-SUBST_FILES.rbtree+=	./src/algs/cdirect/hybrid.c
-SUBST_FILES.rbtree+=	./src/algs/crs/crs.c
-SUBST_FILES.rbtree+=	./src/algs/mlsl/mlsl.c
-SUBST_FILES.rbtree+=	./src/algs/neldermead/nldrmd.c
-SUBST_FILES.rbtree+=	./src/util/redblack.c
-SUBST_FILES.rbtree+=	./src/util/redblack.h
-SUBST_FILES.rbtree+=	./src/util/redblack_test.c
-SUBST_MESSAGE.rbtree=	Changing rb_tree symbols that collide with NetBSD libc.
-SUBST_SED.rbtree=	-e "s|rb_tree_|nlopt_rb_tree_|g"
-SUBST_STAGE.rbtree=	post-extract
-
 .include "../../devel/gmp/buildlink3.mk"
 .include "../../lang/guile20/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/nlopt/PLIST b/nlopt/PLIST
index 72e002e361..d311ed2f91 100644
--- a/nlopt/PLIST
+++ b/nlopt/PLIST
@@ -9,7 +9,7 @@ lib/cmake/nlopt/NLoptLibraryDepends.cmake
 lib/guile/2.0/extensions/nlopt_guile.so
 lib/libnlopt.so
 lib/libnlopt.so.0
-lib/libnlopt.so.0.10.0
+lib/libnlopt.so.0.11.0
 lib/pkgconfig/nlopt.pc
 man/man3/nlopt.3
 man/man3/nlopt_minimize.3
diff --git a/nlopt/distinfo b/nlopt/distinfo
index a3acedeb4d..4bd01c973a 100644
--- a/nlopt/distinfo
+++ b/nlopt/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (nlopt-2.6.2.tar.gz) = d7f7962e4e8cc014b734d591d8041a64d56250c3
-RMD160 (nlopt-2.6.2.tar.gz) = 133b655d359ef9d5475324e077e28901a30bb757
-SHA512 (nlopt-2.6.2.tar.gz) = 61e5c01140a57c0ad2a0acd82ad50dce1b5679dc281e55cbbc332e876b19a689013100617545a42b721d8c487df37d6ccd67859171243433fe29468f259b556b
-Size (nlopt-2.6.2.tar.gz) = 2040229 bytes
+SHA1 (nlopt-2.7.0.tar.gz) = 95077f68ad1e5ee703c5f246e82448bb90609776
+RMD160 (nlopt-2.7.0.tar.gz) = e6222258cea6af413598b7ad9447deeb64b0d592
+SHA512 (nlopt-2.7.0.tar.gz) = 3c41cab357b50adf50fe2d6225409ade8c5e8ee3576e3680ab29dded29ed7d328bc3d51d3a50054630159c319dca69e47ff08dc5df891b180b7d7e8fcbc27694
+Size (nlopt-2.7.0.tar.gz) = 2045585 bytes


Home | Main Index | Thread Index | Old Index