diff options
Diffstat (limited to 'vcpkg/ports/boost-gil')
| -rw-r--r-- | vcpkg/ports/boost-gil/portfile.cmake | 17 | ||||
| -rw-r--r-- | vcpkg/ports/boost-gil/remove-boost-filesystem-dep.diff | 12 | ||||
| -rw-r--r-- | vcpkg/ports/boost-gil/vcpkg.json | 62 |
3 files changed, 91 insertions, 0 deletions
diff --git a/vcpkg/ports/boost-gil/portfile.cmake b/vcpkg/ports/boost-gil/portfile.cmake new file mode 100644 index 0000000..da5dfce --- /dev/null +++ b/vcpkg/ports/boost-gil/portfile.cmake @@ -0,0 +1,17 @@ +# Automatically generated by scripts/boost/generate-ports.ps1 + +vcpkg_from_github( + OUT_SOURCE_PATH SOURCE_PATH + REPO boostorg/gil + REF boost-${VERSION} + SHA512 63c1fe5b340f6a4a02586ff522ee121b2c84bb0321ac9b7c209c55cdbcb06c22305ec8c10e82b9050fbcb5fcffcb7ac3361c35f38c33f2f8c71d6b87e9fb1a23 + HEAD_REF master + PATCHES + remove-boost-filesystem-dep.diff +) + +set(FEATURE_OPTIONS "") +boost_configure_and_install( + SOURCE_PATH "${SOURCE_PATH}" + OPTIONS ${FEATURE_OPTIONS} +) diff --git a/vcpkg/ports/boost-gil/remove-boost-filesystem-dep.diff b/vcpkg/ports/boost-gil/remove-boost-filesystem-dep.diff new file mode 100644 index 0000000..6fc07b7 --- /dev/null +++ b/vcpkg/ports/boost-gil/remove-boost-filesystem-dep.diff @@ -0,0 +1,12 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index fd94577e89..4e14499dab 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -27,7 +27,6 @@ target_link_libraries(boost_gil + Boost::config + Boost::container_hash + Boost::core +- Boost::filesystem + Boost::integer + Boost::iterator + Boost::mp11 diff --git a/vcpkg/ports/boost-gil/vcpkg.json b/vcpkg/ports/boost-gil/vcpkg.json new file mode 100644 index 0000000..868b71e --- /dev/null +++ b/vcpkg/ports/boost-gil/vcpkg.json @@ -0,0 +1,62 @@ +{ + "$comment": "Automatically generated by scripts/boost/generate-ports.ps1", + "name": "boost-gil", + "version": "1.89.0", + "description": "Boost gil module", + "homepage": "https://www.boost.org/libs/gil", + "license": "BSL-1.0", + "dependencies": [ + { + "name": "boost-assert", + "version>=": "1.89.0" + }, + { + "name": "boost-cmake", + "version>=": "1.89.0" + }, + { + "name": "boost-concept-check", + "version>=": "1.89.0" + }, + { + "name": "boost-config", + "version>=": "1.89.0" + }, + { + "name": "boost-container-hash", + "version>=": "1.89.0" + }, + { + "name": "boost-core", + "version>=": "1.89.0" + }, + { + "name": "boost-headers", + "version>=": "1.89.0" + }, + { + "name": "boost-integer", + "version>=": "1.89.0" + }, + { + "name": "boost-iterator", + "version>=": "1.89.0" + }, + { + "name": "boost-mp11", + "version>=": "1.89.0" + }, + { + "name": "boost-preprocessor", + "version>=": "1.89.0" + }, + { + "name": "boost-type-traits", + "version>=": "1.89.0" + }, + { + "name": "boost-variant2", + "version>=": "1.89.0" + } + ] +} |