aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-histogram
diff options
context:
space:
mode:
Diffstat (limited to 'ports/boost-histogram')
-rw-r--r--ports/boost-histogram/CONTROL5
-rw-r--r--ports/boost-histogram/portfile.cmake14
2 files changed, 19 insertions, 0 deletions
diff --git a/ports/boost-histogram/CONTROL b/ports/boost-histogram/CONTROL
new file mode 100644
index 000000000..a57571811
--- /dev/null
+++ b/ports/boost-histogram/CONTROL
@@ -0,0 +1,5 @@
+# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
+Source: boost-histogram
+Version: 1.70.0
+Build-Depends: boost-assert, boost-callable-traits, boost-config, boost-core, boost-integer, boost-iterator, boost-mp11, boost-serialization, boost-throw-exception, boost-variant, boost-vcpkg-helpers
+Description: Boost histogram module
diff --git a/ports/boost-histogram/portfile.cmake b/ports/boost-histogram/portfile.cmake
new file mode 100644
index 000000000..692adb096
--- /dev/null
+++ b/ports/boost-histogram/portfile.cmake
@@ -0,0 +1,14 @@
+# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
+
+include(vcpkg_common_functions)
+
+vcpkg_from_github(
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO boostorg/histogram
+ REF boost-1.70.0
+ SHA512 0eb1b9c64de27e0364c965710208d85ce2e19c009d88c4969a53f11dfb774c38bcfe1ed48bdc896e6e695bb536879e0ef1ce3ed2c7e72e15c3e480c7b625623f
+ HEAD_REF master
+)
+
+include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
+boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})