Skip to content

Commit

Permalink
[nlopt] Update to 2.10.0 (microsoft#43811)
Browse files Browse the repository at this point in the history
  • Loading branch information
WangWeiLin-MV authored Feb 14, 2025
1 parent 29c00b1 commit 43b747a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
9 changes: 5 additions & 4 deletions ports/nlopt/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,19 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO stevengj/nlopt
REF "v${VERSION}"
SHA512 cb294caa5532e11ae0d22ed849705920bbae79f712144c840a5ca865ef8e6a15c6c9540c81ced0c3c05b9f44c360d50f74e235e69d893be34b7e1c5599f07c71
SHA512 7668db6997ba141ee1759f222bad23a7854aa17962470653ddb5824c25100b50f52c462441f0cc12a62e2322ff084c7f7b7fab09471b0acb13a861d7f7575655
HEAD_REF master
)

vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DNLOPT_FORTRAN=OFF
-DNLOPT_PYTHON=OFF
-DNLOPT_OCTAVE=OFF
-DNLOPT_MATLAB=OFF
-DNLOPT_GUILE=OFF
-DNLOPT_LUKSAN=OFF
-DNLOPT_MATLAB=OFF
-DNLOPT_OCTAVE=OFF
-DNLOPT_PYTHON=OFF
-DNLOPT_SWIG=OFF
)

Expand Down
2 changes: 1 addition & 1 deletion ports/nlopt/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nlopt",
"version": "2.8.0",
"version": "2.10.0",
"description": "Library for nonlinear local and global optimization, for functions with and without gradient information.",
"homepage": "https://github.com/stevengj/nlopt",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6425,7 +6425,7 @@
"port-version": 1
},
"nlopt": {
"baseline": "2.8.0",
"baseline": "2.10.0",
"port-version": 0
},
"nmslib": {
Expand Down
5 changes: 5 additions & 0 deletions versions/n-/nlopt.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "86d8110246e0fb6a76043f54f67e88b048c8c435",
"version": "2.10.0",
"port-version": 0
},
{
"git-tree": "0dbd73eab52939902cb59e522ba571bc724bc7fb",
"version": "2.8.0",
Expand Down

0 comments on commit 43b747a

Please sign in to comment.