[pagmo2] update to 2.19.1 (#41597)

This commit is contained in:
Jia Yue Hua 2024-10-17 16:08:52 +08:00 committed by GitHub
parent 8c22813aea
commit 8b770f8078
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 esa/pagmo2 REPO esa/pagmo2
REF 27ae9159f4fcd11bb93de0ae8189d15352655b0a # v2.19.0 REF "v${VERSION}"
SHA512 9f85fe5dbce0542bf3c52918562da9632ec64ee2839d1d2404bf5a6caa4c854c654ca1735c617a15208a597a79a8c28431378e6968335b1c3e9e8d86b6d7d237 SHA512 9ebe7f63b907607ea5762e56a884be62630efaca3f45d9ba9ad85ca1818d60d09864422bd075c2653aea1a14609fe9ad6520297aee5a00e07fa88df45872cef9
HEAD_REF master HEAD_REF master
PATCHES PATCHES
doxygen.patch doxygen.patch

View File

@ -1,7 +1,6 @@
{ {
"name": "pagmo2", "name": "pagmo2",
"version": "2.19.0", "version": "2.19.1",
"port-version": 2,
"description": "A C++ platform to perform parallel computations of optimization tasks (global and local) via the asynchronous generalized island model.", "description": "A C++ platform to perform parallel computations of optimization tasks (global and local) via the asynchronous generalized island model.",
"homepage": "https://esa.github.io/pagmo2/", "homepage": "https://esa.github.io/pagmo2/",
"license": "GPL-3.0-or-later OR LGPL-3.0-or-later", "license": "GPL-3.0-or-later OR LGPL-3.0-or-later",

View File

@ -6817,8 +6817,8 @@
"port-version": 4 "port-version": 4
}, },
"pagmo2": { "pagmo2": {
"baseline": "2.19.0", "baseline": "2.19.1",
"port-version": 2 "port-version": 0
}, },
"paho-mqtt": { "paho-mqtt": {
"baseline": "1.3.13", "baseline": "1.3.13",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "299fff9dc6a18da12c34fe585137b7787b4c90f2",
"version": "2.19.1",
"port-version": 0
},
{ {
"git-tree": "ebff91665e8cced80124a56db196cd800cd02f79", "git-tree": "ebff91665e8cced80124a56db196cd800cd02f79",
"version": "2.19.0", "version": "2.19.0",