diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-04-17 15:18:09 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-04-19 10:40:06 -0700 |
| commit | 751015f6a44d6f89ca71ac63d7c5cab83cf531c0 (patch) | |
| tree | ff54424ff62e0bf740810b37543176585fd61f34 /ports/boost-container-hash | |
| parent | fb0c047b4d78c3150d16e401f0714475a02009b5 (diff) | |
| download | vcpkg-751015f6a44d6f89ca71ac63d7c5cab83cf531c0.tar.gz vcpkg-751015f6a44d6f89ca71ac63d7c5cab83cf531c0.zip | |
[boost] Update to 1.67
Diffstat (limited to 'ports/boost-container-hash')
| -rw-r--r-- | ports/boost-container-hash/CONTROL | 5 | ||||
| -rw-r--r-- | ports/boost-container-hash/portfile.cmake | 14 |
2 files changed, 19 insertions, 0 deletions
diff --git a/ports/boost-container-hash/CONTROL b/ports/boost-container-hash/CONTROL new file mode 100644 index 000000000..1e50b4400 --- /dev/null +++ b/ports/boost-container-hash/CONTROL @@ -0,0 +1,5 @@ +# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
+Source: boost-container-hash
+Version: 1.67.0
+Build-Depends: boost-assert, boost-compatibility, boost-config, boost-core, boost-detail, boost-integer, boost-static-assert, boost-type-traits, boost-vcpkg-helpers
+Description: Boost container_hash module
diff --git a/ports/boost-container-hash/portfile.cmake b/ports/boost-container-hash/portfile.cmake new file mode 100644 index 000000000..c9692bd76 --- /dev/null +++ b/ports/boost-container-hash/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/container_hash
+ REF boost-1.67.0
+ SHA512 6d9916c1ad2483c6877ecf5141c724319a9d65b672ad1c0d7cf5ee396755788cee78955b8cd4a1bf5f5351c68d78b0cc8a4993c70379639eb1a85cae940c06f3
+ HEAD_REF master
+)
+
+include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
+boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
