mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 22:14:56 +08:00
[pagmo2] Update to 2.19.0 (#29512)
This commit is contained in:
parent
8ad270cdf1
commit
cf69bc7434
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO esa/pagmo2
|
||||
REF v2.18.0
|
||||
SHA512 026f038e979bb884bdc4e465bd60ffe60d3d74d38159a70897da7c890230450a0457a943e25c8bdb3f17bafdaa388a6a21f6d44502b4d08860dae6cb4e75a477
|
||||
REF 27ae9159f4fcd11bb93de0ae8189d15352655b0a # v2.19.0
|
||||
SHA512 9f85fe5dbce0542bf3c52918562da9632ec64ee2839d1d2404bf5a6caa4c854c654ca1735c617a15208a597a79a8c28431378e6968335b1c3e9e8d86b6d7d237
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
doxygen.patch
|
||||
@ -35,3 +35,4 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||
|
||||
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING.lgpl3" "${SOURCE_PATH}/COPYING.gpl3")
|
||||
file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/usage" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
|
||||
|
4
ports/pagmo2/usage
Normal file
4
ports/pagmo2/usage
Normal file
@ -0,0 +1,4 @@
|
||||
pagmo2 provides CMake targets:
|
||||
|
||||
find_package(pagmo CONFIG REQUIRED)
|
||||
target_link_libraries(main PRIVATE Pagmo::pagmo)
|
@ -1,12 +1,13 @@
|
||||
{
|
||||
"name": "pagmo2",
|
||||
"version": "2.18.0",
|
||||
"version": "2.19.0",
|
||||
"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/",
|
||||
"license": "GPL-3.0-or-later OR LGPL-3.0-or-later",
|
||||
"dependencies": [
|
||||
"boost-any",
|
||||
"boost-graph",
|
||||
"boost-safe-numerics",
|
||||
"boost-serialization",
|
||||
"eigen3",
|
||||
"tbb",
|
||||
|
@ -5809,7 +5809,7 @@
|
||||
"port-version": 2
|
||||
},
|
||||
"pagmo2": {
|
||||
"baseline": "2.18.0",
|
||||
"baseline": "2.19.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"paho-mqtt": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "77f146b96ad3179551dca78c832542683cf3801e",
|
||||
"version": "2.19.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "fa28deef736ea34bcc41143a960e8be97653ba1d",
|
||||
"version": "2.18.0",
|
||||
|
Loading…
Reference in New Issue
Block a user