[nlopt] update to 2.8.0 (#41523)

This commit is contained in:
Jia Yue Hua 2024-10-15 05:32:22 +08:00 committed by GitHub
parent a8d0ef08d3
commit 98ffd29b9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 6 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO stevengj/nlopt REPO stevengj/nlopt
REF v2.7.1 REF "v${VERSION}"
SHA512 e23cb522fc696010574c14b72be85acc0f8ccf0bf208bf2b8789c57d6c5a6e6d419ee10330581518b1c1567018ae909b626ce7761d4fbd5bf112916871e420e2 SHA512 cb294caa5532e11ae0d22ed849705920bbae79f712144c840a5ca865ef8e6a15c6c9540c81ced0c3c05b9f44c360d50f74e235e69d893be34b7e1c5599f07c71
HEAD_REF master HEAD_REF master
) )

View File

@ -1,7 +1,6 @@
{ {
"name": "nlopt", "name": "nlopt",
"version": "2.7.1", "version": "2.8.0",
"port-version": 1,
"description": "Library for nonlinear local and global optimization, for functions with and without gradient information.", "description": "Library for nonlinear local and global optimization, for functions with and without gradient information.",
"homepage": "https://github.com/stevengj/nlopt", "homepage": "https://github.com/stevengj/nlopt",
"dependencies": [ "dependencies": [

View File

@ -6317,8 +6317,8 @@
"port-version": 1 "port-version": 1
}, },
"nlopt": { "nlopt": {
"baseline": "2.7.1", "baseline": "2.8.0",
"port-version": 1 "port-version": 0
}, },
"nmap": { "nmap": {
"baseline": "7.70", "baseline": "7.70",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "0dbd73eab52939902cb59e522ba571bc724bc7fb",
"version": "2.8.0",
"port-version": 0
},
{ {
"git-tree": "a83b7384132bb8eb542186bfe52258577f62897b", "git-tree": "a83b7384132bb8eb542186bfe52258577f62897b",
"version": "2.7.1", "version": "2.7.1",