aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/boost-units
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/boost-units')
-rw-r--r--vcpkg/ports/boost-units/portfile.cmake15
-rw-r--r--vcpkg/ports/boost-units/vcpkg.json66
2 files changed, 81 insertions, 0 deletions
diff --git a/vcpkg/ports/boost-units/portfile.cmake b/vcpkg/ports/boost-units/portfile.cmake
new file mode 100644
index 0000000..ced57c9
--- /dev/null
+++ b/vcpkg/ports/boost-units/portfile.cmake
@@ -0,0 +1,15 @@
+# Automatically generated by scripts/boost/generate-ports.ps1
+
+vcpkg_from_github(
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO boostorg/units
+ REF boost-${VERSION}
+ SHA512 89d355d0593787574588922d3bb62cde49b1f25c899ad9145294890e469985c9dc4f87512c3ec0f23e4bccfa2219f4a5947bb2b6c83e8be249c22b53e1dfcd18
+ HEAD_REF master
+)
+
+set(FEATURE_OPTIONS "")
+boost_configure_and_install(
+ SOURCE_PATH "${SOURCE_PATH}"
+ OPTIONS ${FEATURE_OPTIONS}
+)
diff --git a/vcpkg/ports/boost-units/vcpkg.json b/vcpkg/ports/boost-units/vcpkg.json
new file mode 100644
index 0000000..7f682c4
--- /dev/null
+++ b/vcpkg/ports/boost-units/vcpkg.json
@@ -0,0 +1,66 @@
+{
+ "$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
+ "name": "boost-units",
+ "version": "1.89.0",
+ "description": "Boost units module",
+ "homepage": "https://www.boost.org/libs/units",
+ "license": "BSL-1.0",
+ "dependencies": [
+ {
+ "name": "boost-assert",
+ "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-headers",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-integer",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-io",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-lambda",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-math",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-mpl",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-preprocessor",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-static-assert",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-type-traits",
+ "version>=": "1.89.0"
+ },
+ {
+ "name": "boost-typeof",
+ "version>=": "1.89.0"
+ }
+ ]
+}