aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/boost-parameter-python
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/boost-parameter-python
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/boost-parameter-python')
-rw-r--r--vcpkg/ports/boost-parameter-python/portfile.cmake15
-rw-r--r--vcpkg/ports/boost-parameter-python/vcpkg.json38
2 files changed, 53 insertions, 0 deletions
diff --git a/vcpkg/ports/boost-parameter-python/portfile.cmake b/vcpkg/ports/boost-parameter-python/portfile.cmake
new file mode 100644
index 0000000..ba28592
--- /dev/null
+++ b/vcpkg/ports/boost-parameter-python/portfile.cmake
@@ -0,0 +1,15 @@
+# Automatically generated by scripts/boost/generate-ports.ps1
+
+vcpkg_from_github(
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO boostorg/parameter_python
+ REF boost-${VERSION}
+ SHA512 0b3afbe0d161fb84c4acbb3bbccffb2c853b90154bb2010cc7b0648453ba0f0602b54aed8467d0c2f6406070342a3bf5873af3d13afbfb3d93f5802fb9ae7677
+ HEAD_REF master
+)
+
+set(FEATURE_OPTIONS "")
+boost_configure_and_install(
+ SOURCE_PATH "${SOURCE_PATH}"
+ OPTIONS ${FEATURE_OPTIONS}
+)
diff --git a/vcpkg/ports/boost-parameter-python/vcpkg.json b/vcpkg/ports/boost-parameter-python/vcpkg.json
new file mode 100644
index 0000000..b922b4b
--- /dev/null
+++ b/vcpkg/ports/boost-parameter-python/vcpkg.json
@@ -0,0 +1,38 @@
+{
+ "$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
+ "name": "boost-parameter-python",
+ "version": "1.89.0",
+ "description": "Boost parameter_python module",
+ "homepage": "https://www.boost.org/libs/parameter_python",
+ "license": "BSL-1.0",
+ "dependencies": [
+ {
+ "name": "boost-cmake",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-config",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-headers",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-mpl",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-parameter",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-preprocessor",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-python",
+ "version>=": "1.89.0"
+ }
+ ]
+}