Browse Source
- New Java bindings - Allow disabling exceptions with set_exceptions_enabled - Configurable tolg tolerance parameter for Luksan gradient stopping condition - 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) Changelog: https://github.com/stevengj/nlopt/blob/master/NEWS.md#nlopt-210 PR: 284934 Reported by: portscout, Repologyoverlay

committed by
Rainer Hurling

5 changed files with 48 additions and 30 deletions
@ -1,3 +1,3 @@ |
|||
TIMESTAMP = 1732643048 |
|||
SHA256 (stevengj-nlopt-v2.9.1_GH0.tar.gz) = 1e6c33f8cbdc4138d525f3326c231f14ed50d99345561e85285638c49b64ee93 |
|||
SIZE (stevengj-nlopt-v2.9.1_GH0.tar.gz) = 2054775 |
|||
TIMESTAMP = 1740060154 |
|||
SHA256 (stevengj-nlopt-v2.10.0_GH0.tar.gz) = 506f83a9e778ad4f204446e99509cb2bdf5539de8beccc260a014bd560237be1 |
|||
SIZE (stevengj-nlopt-v2.10.0_GH0.tar.gz) = 2065021 |
|||
|
@ -0,0 +1,18 @@ |
|||
%%GUILE_SITE%%/nlopt.scm |
|||
include/nlopt.h |
|||
include/nlopt.hpp |
|||
lib/cmake/nlopt/NLoptConfig.cmake |
|||
lib/cmake/nlopt/NLoptConfigVersion.cmake |
|||
lib/cmake/nlopt/NLoptLibraryDepends-%%CMAKE_BUILD_TYPE%%.cmake |
|||
lib/cmake/nlopt/NLoptLibraryDepends.cmake |
|||
lib/guile/%%GUILE_VER%%/extensions/nlopt_guile.so |
|||
lib/libnlopt.so |
|||
lib/libnlopt.so.1 |
|||
lib/libnlopt.so.1.0.0 |
|||
%%PYTHON_SITELIBDIR%%/_nlopt.so |
|||
%%PYTHON_SITELIBDIR%%/nlopt-2.10.0.dist-info/METADATA |
|||
%%PYTHON_SITELIBDIR%%/nlopt.py |
|||
libdata/pkgconfig/nlopt.pc |
|||
share/man/man3/nlopt.3.gz |
|||
share/man/man3/nlopt_minimize.3.gz |
|||
share/man/man3/nlopt_minimize_constrained.3.gz |
Loading…
Reference in new issue