From 43b747a8e985c000ec7e3bd95e0bfa8da4417f36 Mon Sep 17 00:00:00 2001 From: WangWeiLin-MV <156736127+WangWeiLin-MV@users.noreply.github.com> Date: Fri, 14 Feb 2025 03:15:15 +0000 Subject: [PATCH] [nlopt] Update to 2.10.0 (#43811) --- ports/nlopt/portfile.cmake | 9 +++++---- ports/nlopt/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/n-/nlopt.json | 5 +++++ 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/ports/nlopt/portfile.cmake b/ports/nlopt/portfile.cmake index 28cf33a553ae90..2270ce018235cd 100644 --- a/ports/nlopt/portfile.cmake +++ b/ports/nlopt/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO stevengj/nlopt REF "v${VERSION}" - SHA512 cb294caa5532e11ae0d22ed849705920bbae79f712144c840a5ca865ef8e6a15c6c9540c81ced0c3c05b9f44c360d50f74e235e69d893be34b7e1c5599f07c71 + SHA512 7668db6997ba141ee1759f222bad23a7854aa17962470653ddb5824c25100b50f52c462441f0cc12a62e2322ff084c7f7b7fab09471b0acb13a861d7f7575655 HEAD_REF master ) @@ -10,10 +10,11 @@ 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 ) diff --git a/ports/nlopt/vcpkg.json b/ports/nlopt/vcpkg.json index 65eee0cd1dfd51..f4b9cd9ccc9192 100644 --- a/ports/nlopt/vcpkg.json +++ b/ports/nlopt/vcpkg.json @@ -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": [ diff --git a/versions/baseline.json b/versions/baseline.json index b6397bda1d0a43..1700dd1f1227ff 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6425,7 +6425,7 @@ "port-version": 1 }, "nlopt": { - "baseline": "2.8.0", + "baseline": "2.10.0", "port-version": 0 }, "nmslib": { diff --git a/versions/n-/nlopt.json b/versions/n-/nlopt.json index 59c5e5ca1920ad..7ab9bf0f8b1ba7 100644 --- a/versions/n-/nlopt.json +++ b/versions/n-/nlopt.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "86d8110246e0fb6a76043f54f67e88b048c8c435", + "version": "2.10.0", + "port-version": 0 + }, { "git-tree": "0dbd73eab52939902cb59e522ba571bc724bc7fb", "version": "2.8.0",