mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:41:47 +08:00
[nlopt] update to 2.8.0 (#41523)
This commit is contained in:
parent
a8d0ef08d3
commit
98ffd29b9e
@ -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
|
||||
)
|
||||
|
||||
|
@ -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": [
|
||||
|
@ -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",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "0dbd73eab52939902cb59e522ba571bc724bc7fb",
|
||||
"version": "2.8.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "a83b7384132bb8eb542186bfe52258577f62897b",
|
||||
"version": "2.7.1",
|
||||
|
Loading…
Reference in New Issue
Block a user