diff options
Diffstat (limited to 'vcpkg/ports/boost-compute')
| -rw-r--r-- | vcpkg/ports/boost-compute/opt-filesystem.diff | 13 | ||||
| -rw-r--r-- | vcpkg/ports/boost-compute/portfile.cmake | 17 | ||||
| -rw-r--r-- | vcpkg/ports/boost-compute/vcpkg.json | 131 |
3 files changed, 161 insertions, 0 deletions
diff --git a/vcpkg/ports/boost-compute/opt-filesystem.diff b/vcpkg/ports/boost-compute/opt-filesystem.diff new file mode 100644 index 0000000..2485b39 --- /dev/null +++ b/vcpkg/ports/boost-compute/opt-filesystem.diff @@ -0,0 +1,13 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 9afee7ff90..44f0c20256 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -23,7 +23,7 @@ target_link_libraries(boost_compute + Boost::chrono + Boost::config + Boost::core +- Boost::filesystem ++ $<TARGET_NAME_IF_EXISTS:Boost::filesystem> + Boost::function + Boost::function_types + Boost::fusion diff --git a/vcpkg/ports/boost-compute/portfile.cmake b/vcpkg/ports/boost-compute/portfile.cmake new file mode 100644 index 0000000..2aa8b18 --- /dev/null +++ b/vcpkg/ports/boost-compute/portfile.cmake @@ -0,0 +1,17 @@ +# Automatically generated by scripts/boost/generate-ports.ps1 + +vcpkg_from_github( + OUT_SOURCE_PATH SOURCE_PATH + REPO boostorg/compute + REF boost-${VERSION} + SHA512 50aa3b79920b0056552b0988046a1d11016684085cd514bc8d8904e7ed842c248cbf9df1aeb0b9c2c38d8dfd8845ed20c5eca8e232cb719c302a0bee772bf312 + HEAD_REF master + PATCHES + opt-filesystem.diff +) + +set(FEATURE_OPTIONS "") +boost_configure_and_install( + SOURCE_PATH "${SOURCE_PATH}" + OPTIONS ${FEATURE_OPTIONS} +) diff --git a/vcpkg/ports/boost-compute/vcpkg.json b/vcpkg/ports/boost-compute/vcpkg.json new file mode 100644 index 0000000..4ffc702 --- /dev/null +++ b/vcpkg/ports/boost-compute/vcpkg.json @@ -0,0 +1,131 @@ +{ + "$comment": "Automatically generated by scripts/boost/generate-ports.ps1", + "name": "boost-compute", + "version": "1.89.0", + "description": "Boost compute module", + "homepage": "https://www.boost.org/libs/compute", + "license": "BSL-1.0", + "dependencies": [ + { + "name": "boost-algorithm", + "version>=": "1.89.0" + }, + { + "name": "boost-array", + "version>=": "1.89.0" + }, + { + "name": "boost-assert", + "version>=": "1.89.0" + }, + { + "name": "boost-atomic", + "version>=": "1.89.0" + }, + { + "name": "boost-chrono", + "version>=": "1.89.0" + }, + { + "name": "boost-cmake", + "version>=": "1.89.0" + }, + { + "name": "boost-config", + "version>=": "1.89.0" + }, + { + "name": "boost-core", + "version>=": "1.89.0" + }, + { + "name": "boost-filesystem", + "platform": "!uwp", + "version>=": "1.89.0" + }, + { + "name": "boost-function", + "version>=": "1.89.0" + }, + { + "name": "boost-function-types", + "version>=": "1.89.0" + }, + { + "name": "boost-fusion", + "version>=": "1.89.0" + }, + { + "name": "boost-headers", + "version>=": "1.89.0" + }, + { + "name": "boost-iterator", + "version>=": "1.89.0" + }, + { + "name": "boost-lexical-cast", + "version>=": "1.89.0" + }, + { + "name": "boost-mpl", + "version>=": "1.89.0" + }, + { + "name": "boost-optional", + "version>=": "1.89.0" + }, + { + "name": "boost-preprocessor", + "version>=": "1.89.0" + }, + { + "name": "boost-property-tree", + "version>=": "1.89.0" + }, + { + "name": "boost-proto", + "version>=": "1.89.0" + }, + { + "name": "boost-range", + "version>=": "1.89.0" + }, + { + "name": "boost-smart-ptr", + "version>=": "1.89.0" + }, + { + "name": "boost-static-assert", + "version>=": "1.89.0" + }, + { + "name": "boost-thread", + "version>=": "1.89.0" + }, + { + "name": "boost-throw-exception", + "version>=": "1.89.0" + }, + { + "name": "boost-tuple", + "version>=": "1.89.0" + }, + { + "name": "boost-type-traits", + "version>=": "1.89.0" + }, + { + "name": "boost-typeof", + "version>=": "1.89.0" + }, + { + "name": "boost-utility", + "version>=": "1.89.0" + }, + { + "name": "boost-uuid", + "version>=": "1.89.0" + } + ] +} |