diff --git a/ports/sciplot/portfile.cmake b/ports/sciplot/portfile.cmake index c6a369eb6b..a38cce918a 100644 --- a/ports/sciplot/portfile.cmake +++ b/ports/sciplot/portfile.cmake @@ -6,14 +6,15 @@ vcpkg_from_github( HEAD_REF vcpkg ) -vcpkg_configure_cmake( - SOURCE_PATH ${SOURCE_PATH} - PREFER_NINJA +vcpkg_cmake_configure( + SOURCE_PATH ${SOURCE_PATH} + OPTIONS + -DSCIPLOT_BUILD_TESTS=OFF ) -vcpkg_install_cmake() +vcpkg_cmake_install() -vcpkg_fixup_cmake_targets(CONFIG_PATH share/sciplot) +vcpkg_cmake_config_fixup(CONFIG_PATH share/sciplot) vcpkg_copy_pdbs() diff --git a/ports/sciplot/vcpkg.json b/ports/sciplot/vcpkg.json index 0fdf43a09f..39d3809675 100644 --- a/ports/sciplot/vcpkg.json +++ b/ports/sciplot/vcpkg.json @@ -1,7 +1,19 @@ { "name": "sciplot", "version": "0.2.2", + "port-version": 1, "description": "A modern c++ scientific plotting library powered by gnuplot", "homepage": "https://github.com/sciplot/sciplot", - "supports": "!uwp" + "license": "MIT", + "supports": "!uwp", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] } diff --git a/versions/baseline.json b/versions/baseline.json index 7c3a19def9..ba3921fe3b 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6402,7 +6402,7 @@ }, "sciplot": { "baseline": "0.2.2", - "port-version": 0 + "port-version": 1 }, "sciter": { "baseline": "0", diff --git a/versions/s-/sciplot.json b/versions/s-/sciplot.json index ff250aea14..a06704b03f 100644 --- a/versions/s-/sciplot.json +++ b/versions/s-/sciplot.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "e28065774395839bda6f9bc898b6214141fcb746", + "version": "0.2.2", + "port-version": 1 + }, { "git-tree": "6d01187d3c940b9bf5b3f35902469959fe640a6c", "version": "0.2.2",