pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
nlopt: update to 2.10.0
Module Name: pkgsrc-wip
Committed By: Paul Ripke <stix%stix.id.au@localhost>
Pushed By: stix
Date: Sat Feb 8 17:06:19 2025 +1100
Changeset: eaa000154bbb54ff24a501c830ab1beb21bc62b2
Modified Files:
nlopt/COMMIT_MSG
nlopt/Makefile
nlopt/PLIST
nlopt/PLIST.python
nlopt/distinfo
Log Message:
nlopt: update to 2.10.0
- New Java bindings (#578).
- Allow disabling exceptions with set_exceptions_enabled (#580).
- Configurable tolg tolerance parameter for Luksan gradient stopping
condition (#585).
- Restored LD_LBFGS_NOCEDAL enum value (dropped in 2.9) to ease backwards
compatibility for wrappers in other languages (though this algorithm is
currently unimplemented) (#587).
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=eaa000154bbb54ff24a501c830ab1beb21bc62b2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
nlopt/COMMIT_MSG | 9 +++++++++
nlopt/Makefile | 2 +-
nlopt/PLIST | 4 ++--
nlopt/PLIST.python | 2 +-
nlopt/distinfo | 6 +++---
5 files changed, 16 insertions(+), 7 deletions(-)
diffs:
diff --git a/nlopt/COMMIT_MSG b/nlopt/COMMIT_MSG
index 8ce2640589..98cc82b6da 100644
--- a/nlopt/COMMIT_MSG
+++ b/nlopt/COMMIT_MSG
@@ -2,6 +2,15 @@ math/nlopt: Update to NLopt 2.9.1
Changes:
+NLopt 2.10.0
+ - New Java bindings (#578).
+ - Allow disabling exceptions with set_exceptions_enabled (#580).
+ - Configurable tolg tolerance parameter for Luksan gradient stopping
+ condition (#585).
+ - Restored LD_LBFGS_NOCEDAL enum value (dropped in 2.9) to ease backwards
+ compatibility for wrappers in other languages (though this algorithm is
+ currently unimplemented) (#587).
+
NLopt 2.9.1
- Fixed PRAXIS box constraints ([#528])
diff --git a/nlopt/Makefile b/nlopt/Makefile
index 86b0f891a5..558aa6eafc 100644
--- a/nlopt/Makefile
+++ b/nlopt/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= nlopt-2.9.1
+DISTNAME= nlopt-2.10.0
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GITHUB:=stevengj/}
GITHUB_PROJECT= nlopt
diff --git a/nlopt/PLIST b/nlopt/PLIST
index 21d99a67e0..be5983d053 100644
--- a/nlopt/PLIST
+++ b/nlopt/PLIST
@@ -6,8 +6,8 @@ lib/cmake/nlopt/NLoptConfigVersion.cmake
lib/cmake/nlopt/NLoptLibraryDepends-release.cmake
lib/cmake/nlopt/NLoptLibraryDepends.cmake
lib/libnlopt.so
-lib/libnlopt.so.0
-lib/libnlopt.so.0.13.0
+lib/libnlopt.so.1
+lib/libnlopt.so.1.0.0
lib/pkgconfig/nlopt.pc
man/man3/nlopt.3
man/man3/nlopt_minimize.3
diff --git a/nlopt/PLIST.python b/nlopt/PLIST.python
index 3293a4523f..4dab427f58 100644
--- a/nlopt/PLIST.python
+++ b/nlopt/PLIST.python
@@ -1,4 +1,4 @@
@comment $NetBSD$
${PYSITELIB}/_nlopt.so
${PYSITELIB}/nlopt.py
-${PYSITELIB}/nlopt-2.9.1.dist-info/METADATA
+${PYSITELIB}/nlopt-${PKGVERSION}.dist-info/METADATA
diff --git a/nlopt/distinfo b/nlopt/distinfo
index 14624daa21..13fa3ba467 100644
--- a/nlopt/distinfo
+++ b/nlopt/distinfo
@@ -1,5 +1,5 @@
$NetBSD$
-BLAKE2s (nlopt-2.9.1.tar.gz) = f1b1f536146b8ff7a3a979f85739a4cdace81268cc393d20f2e25fee79fa3764
-SHA512 (nlopt-2.9.1.tar.gz) = 17cf0bea185657f63ac73d5626609cbe06f47e694c134ebf3c0fb04f06a8e35a77c8128eff999b8b98d13b728696f3d33ae0c68831cfc0abb730afc806191123
-Size (nlopt-2.9.1.tar.gz) = 2054775 bytes
+BLAKE2s (nlopt-2.10.0.tar.gz) = 7db6ae357c56737e567380e955c394df69755ecd07b28bbbf4ca8a36d39841ee
+SHA512 (nlopt-2.10.0.tar.gz) = 7668db6997ba141ee1759f222bad23a7854aa17962470653ddb5824c25100b50f52c462441f0cc12a62e2322ff084c7f7b7fab09471b0acb13a861d7f7575655
+Size (nlopt-2.10.0.tar.gz) = 2065021 bytes
Home |
Main Index |
Thread Index |
Old Index