From 98ffd29b9e6a07db04a0899d1be351e9e3bd1e54 Mon Sep 17 00:00:00 2001 From: Jia Yue Hua <3423893+jiayuehua@users.noreply.github.com> Date: Tue, 15 Oct 2024 05:32:22 +0800 Subject: [PATCH] [nlopt] update to 2.8.0 (#41523) --- ports/nlopt/portfile.cmake | 4 ++-- ports/nlopt/vcpkg.json | 3 +-- versions/baseline.json | 4 ++-- versions/n-/nlopt.json | 5 +++++ 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/ports/nlopt/portfile.cmake b/ports/nlopt/portfile.cmake index 053d52bff6..28cf33a553 100644 --- a/ports/nlopt/portfile.cmake +++ b/ports/nlopt/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO stevengj/nlopt - REF v2.7.1 - SHA512 e23cb522fc696010574c14b72be85acc0f8ccf0bf208bf2b8789c57d6c5a6e6d419ee10330581518b1c1567018ae909b626ce7761d4fbd5bf112916871e420e2 + REF "v${VERSION}" + SHA512 cb294caa5532e11ae0d22ed849705920bbae79f712144c840a5ca865ef8e6a15c6c9540c81ced0c3c05b9f44c360d50f74e235e69d893be34b7e1c5599f07c71 HEAD_REF master ) diff --git a/ports/nlopt/vcpkg.json b/ports/nlopt/vcpkg.json index 09155bad71..65eee0cd1d 100644 --- a/ports/nlopt/vcpkg.json +++ b/ports/nlopt/vcpkg.json @@ -1,7 +1,6 @@ { "name": "nlopt", - "version": "2.7.1", - "port-version": 1, + "version": "2.8.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 4cfa581f32..8a4952a7fa 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6317,8 +6317,8 @@ "port-version": 1 }, "nlopt": { - "baseline": "2.7.1", - "port-version": 1 + "baseline": "2.8.0", + "port-version": 0 }, "nmap": { "baseline": "7.70", diff --git a/versions/n-/nlopt.json b/versions/n-/nlopt.json index 94bcd118ed..59c5e5ca19 100644 --- a/versions/n-/nlopt.json +++ b/versions/n-/nlopt.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "0dbd73eab52939902cb59e522ba571bc724bc7fb", + "version": "2.8.0", + "port-version": 0 + }, { "git-tree": "a83b7384132bb8eb542186bfe52258577f62897b", "version": "2.7.1",