aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/boost-multi-index
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/boost-multi-index')
-rw-r--r--vcpkg/ports/boost-multi-index/portfile.cmake15
-rw-r--r--vcpkg/ports/boost-multi-index/vcpkg.json82
2 files changed, 97 insertions, 0 deletions
diff --git a/vcpkg/ports/boost-multi-index/portfile.cmake b/vcpkg/ports/boost-multi-index/portfile.cmake
new file mode 100644
index 0000000..fb9d028
--- /dev/null
+++ b/vcpkg/ports/boost-multi-index/portfile.cmake
@@ -0,0 +1,15 @@
+# Automatically generated by scripts/boost/generate-ports.ps1
+
+vcpkg_from_github(
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO boostorg/multi_index
+ REF boost-${VERSION}
+ SHA512 78583554e603b4f9b253b5d4d30b94bf79ff3956bb742b27144aa05f619df5861bf686833ed4533449727594c28c463ea7dc42c743d3bca9998af7ea9f85f8e1
+ HEAD_REF master
+)
+
+set(FEATURE_OPTIONS "")
+boost_configure_and_install(
+ SOURCE_PATH "${SOURCE_PATH}"
+ OPTIONS ${FEATURE_OPTIONS}
+)
diff --git a/vcpkg/ports/boost-multi-index/vcpkg.json b/vcpkg/ports/boost-multi-index/vcpkg.json
new file mode 100644
index 0000000..9562ee4
--- /dev/null
+++ b/vcpkg/ports/boost-multi-index/vcpkg.json
@@ -0,0 +1,82 @@
+{
+ "$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
+ "name": "boost-multi-index",
+ "version": "1.89.0",
+ "description": "Boost multi_index module",
+ "homepage": "https://www.boost.org/libs/multi_index",
+ "license": "BSL-1.0",
+ "dependencies": [
+ {
+ "name": "boost-assert",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-bind",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-cmake",
+ "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-move",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-mpl",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-preprocessor",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-smart-ptr",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-static-assert",
+ "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-utility",
+ "version>=": "1.89.0"
+ }
+ ]
+}