mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 05:38:00 +08:00
[boost] Modularize
This commit is contained in:
parent
5ac69dd02b
commit
14358e8b25
5
ports/boost-accumulators/CONTROL
Normal file
5
ports/boost-accumulators/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-accumulators
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-array, boost-assert, boost-circular-buffer, boost-concept-check, boost-config, boost-core, boost-detail, boost-fusion, boost-interval, boost-iterator, boost-mpl, boost-numeric-conversion, boost-odeint, boost-parameter, boost-preprocessor, boost-range, boost-static-assert, boost-throw-exception, boost-tuple, boost-typeof, boost-type-traits, boost-ublas, boost-utility, boost-vcpkg-helpers
|
||||
Description: Boost accumulators module
|
14
ports/boost-accumulators/portfile.cmake
Normal file
14
ports/boost-accumulators/portfile.cmake
Normal file
@ -0,0 +1,14 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/accumulators
|
||||
REF boost-1.66.0
|
||||
SHA512 8413fb2c8f52ae8ec0253847ae01bd1a99d3746bd24bafb9707c243119055e3fbb7da848048db8493c80b8f1bb149d18cd03d8be22ffd2465165fb644cdfd12e
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
5
ports/boost-algorithm/CONTROL
Normal file
5
ports/boost-algorithm/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-algorithm
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-array, boost-assert, boost-bind, boost-concept-check, boost-config, boost-core, boost-detail, boost-exception, boost-function, boost-iterator, boost-mpl, boost-range, boost-regex, boost-static-assert, boost-throw-exception, boost-tuple, boost-type-traits, boost-unordered, boost-utility, boost-vcpkg-helpers
|
||||
Description: Boost algorithm module
|
14
ports/boost-algorithm/portfile.cmake
Normal file
14
ports/boost-algorithm/portfile.cmake
Normal file
@ -0,0 +1,14 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/algorithm
|
||||
REF boost-1.66.0
|
||||
SHA512 46779a82175b89da21789e332befb89972320652bafcdacf76f456d3d9ff3635a2db0693dd035bd6651262f762f591d026387682f3c0764315e40d5f007e72ee
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
5
ports/boost-align/CONTROL
Normal file
5
ports/boost-align/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-align
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-assert, boost-config, boost-core, boost-static-assert, boost-throw-exception, boost-vcpkg-helpers
|
||||
Description: Boost align module
|
14
ports/boost-align/portfile.cmake
Normal file
14
ports/boost-align/portfile.cmake
Normal file
@ -0,0 +1,14 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/align
|
||||
REF boost-1.66.0
|
||||
SHA512 3f358344470f797e093fd5db80a6d332e960b7301188e346771e06acc620d97d0e02562eb417eb4627a2200967af4eda74931fc61c8746df16d754f4b578b958
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
5
ports/boost-any/CONTROL
Normal file
5
ports/boost-any/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-any
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-config, boost-core, boost-mpl, boost-static-assert, boost-throw-exception, boost-type-index, boost-type-traits, boost-utility, boost-vcpkg-helpers
|
||||
Description: Boost any module
|
14
ports/boost-any/portfile.cmake
Normal file
14
ports/boost-any/portfile.cmake
Normal file
@ -0,0 +1,14 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/any
|
||||
REF boost-1.66.0
|
||||
SHA512 57f24a2532e31e664415642c2e125263964eae6798dfc31eae586a3e4fe516edc1adea882883d34613744ae79acfbc0bed9c8fd823153bafc25d9c3c1ec1e5ef
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
5
ports/boost-array/CONTROL
Normal file
5
ports/boost-array/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-array
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-assert, boost-config, boost-core, boost-detail, boost-static-assert, boost-throw-exception, boost-vcpkg-helpers
|
||||
Description: Boost array module
|
14
ports/boost-array/portfile.cmake
Normal file
14
ports/boost-array/portfile.cmake
Normal file
@ -0,0 +1,14 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/array
|
||||
REF boost-1.66.0
|
||||
SHA512 67ca3644cdea6c2ac1791707e93c517cb1cc5aa593ead675bcfa844a27bcbb61ae4c1c35dc1cbb099e45041275e0ca70c99726a9f70319358057bc448f538425
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
5
ports/boost-asio/CONTROL
Normal file
5
ports/boost-asio/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-asio
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-coroutine (windows), boost-date-time, boost-regex, boost-system, boost-vcpkg-helpers
|
||||
Description: Boost asio module
|
14
ports/boost-asio/portfile.cmake
Normal file
14
ports/boost-asio/portfile.cmake
Normal file
@ -0,0 +1,14 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/asio
|
||||
REF boost-1.66.0
|
||||
SHA512 7d9989bd96b2940183a1aa75e7f7a6cec0ecf630922009d440ba876802411eba80ddc9b22bd4af65d6f12e3414eb130dc27a884c53bceabdfe8bafb9772db01f
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
5
ports/boost-assert/CONTROL
Normal file
5
ports/boost-assert/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-assert
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-config, boost-vcpkg-helpers
|
||||
Description: Boost assert module
|
14
ports/boost-assert/portfile.cmake
Normal file
14
ports/boost-assert/portfile.cmake
Normal file
@ -0,0 +1,14 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/assert
|
||||
REF boost-1.66.0
|
||||
SHA512 a00e17793c94d8d9e616bc5e80433fd68e4e4e51abf23956b6a7c977b01300d6a2200e9f6a8d249d7813b57d20fb2e6a844f5d2eb7504add99d748f89c2f39d5
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
5
ports/boost-assign/CONTROL
Normal file
5
ports/boost-assign/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-assign
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-array, boost-config, boost-detail, boost-mpl, boost-preprocessor, boost-ptr-container, boost-range, boost-static-assert, boost-tuple, boost-type-traits, boost-vcpkg-helpers
|
||||
Description: Boost assign module
|
14
ports/boost-assign/portfile.cmake
Normal file
14
ports/boost-assign/portfile.cmake
Normal file
@ -0,0 +1,14 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/assign
|
||||
REF boost-1.66.0
|
||||
SHA512 501e11279f672a24585a6189438f2310358cc67a8838995abb0f1454f230242fdd8f206ec294cdbb39ebe7e606a8a4ef2a96e0fe236d5e044ab4708eae030264
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
5
ports/boost-atomic/CONTROL
Normal file
5
ports/boost-atomic/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-atomic
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-assert, boost-build, boost-config, boost-integer, boost-type-traits, boost-vcpkg-helpers
|
||||
Description: Boost atomic module
|
15
ports/boost-atomic/portfile.cmake
Normal file
15
ports/boost-atomic/portfile.cmake
Normal file
@ -0,0 +1,15 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/atomic
|
||||
REF boost-1.66.0
|
||||
SHA512 2f13902827ea0639ec37e514d87cfc9081bca6f4f6d98e0ad84f19b2042900e03bb3f5c2fb4891864174ae5abb743315af27062d7b10de861e91a7e92df91f98
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_build(SOURCE_PATH ${SOURCE_PATH})
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
5
ports/boost-beast/CONTROL
Normal file
5
ports/boost-beast/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-beast
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-asio, boost-assert, boost-config, boost-container, boost-core, boost-endian, boost-intrusive, boost-optional, boost-smart-ptr, boost-static-assert, boost-system, boost-throw-exception, boost-type-traits, boost-utility, boost-vcpkg-helpers, boost-winapi
|
||||
Description: Boost beast module
|
14
ports/boost-beast/portfile.cmake
Normal file
14
ports/boost-beast/portfile.cmake
Normal file
@ -0,0 +1,14 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/beast
|
||||
REF boost-1.66.0
|
||||
SHA512 0559721217469b3862c6653488de245841f351098766d2cbf4d0fd3a2ecdd96460ecaf5591166dc59f7c5a9806edab9101c9939c98b294c3cbd2d738dd07f6c6
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
5
ports/boost-bimap/CONTROL
Normal file
5
ports/boost-bimap/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-bimap
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-concept-check, boost-config, boost-functional, boost-iterator, boost-lambda, boost-mpl, boost-multi-index, boost-preprocessor, boost-property-map, boost-serialization, boost-static-assert, boost-throw-exception, boost-type-traits, boost-utility, boost-vcpkg-helpers
|
||||
Description: Boost bimap module
|
14
ports/boost-bimap/portfile.cmake
Normal file
14
ports/boost-bimap/portfile.cmake
Normal file
@ -0,0 +1,14 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/bimap
|
||||
REF boost-1.66.0
|
||||
SHA512 f0784a2fd2be60b404d8a3bb43fa4685ab75a17a18e9e9fb0a8e8d1df18323ad02ad12720f5cfb310c93a33fd3bdec09d8ac92cbc4ff875f9ff4c3a6263d4f8b
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
5
ports/boost-bind/CONTROL
Normal file
5
ports/boost-bind/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-bind
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-config, boost-core, boost-detail, boost-vcpkg-helpers
|
||||
Description: Boost bind module
|
14
ports/boost-bind/portfile.cmake
Normal file
14
ports/boost-bind/portfile.cmake
Normal file
@ -0,0 +1,14 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/bind
|
||||
REF boost-1.66.0
|
||||
SHA512 a3366e1d30b6d69fe1ce9a7daeabb5e32a64dea3c043be44327941e93a19a3bfa78a1a552c189edf7490f743d1e5686555d3caaf6826aeb6c7be4900e9c2368c
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
3
ports/boost-build/CONTROL
Normal file
3
ports/boost-build/CONTROL
Normal file
@ -0,0 +1,3 @@
|
||||
Source: boost-build
|
||||
Version: 1.66.0
|
||||
Description: Boost.Build
|
54
ports/boost-build/portfile.cmake
Normal file
54
ports/boost-build/portfile.cmake
Normal file
@ -0,0 +1,54 @@
|
||||
include(vcpkg_common_functions)
|
||||
|
||||
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
|
||||
|
||||
if(NOT VCPKG_TARGET_ARCHITECTURE STREQUAL "x64" AND NOT VCPKG_TARGET_ARCHITECTURE STREQUAL "x86")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# This fixes the lib path to use desktop libs instead of uwp -- TODO: improve this with better "host" compilation
|
||||
string(REPLACE "\\store\\;" "\\;" LIB "$ENV{LIB}")
|
||||
set(ENV{LIB} "${LIB}")
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/build
|
||||
REF boost-1.66.0
|
||||
SHA512 db94eefa0c2fe410cfdf7599102670377a069d52a7c8d4181f6209e3e65860e9d92f86ec5994e402b8a773a47a4ad5c074acf9763eabbe293266af19380e7ca9
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
URLS "https://raw.githubusercontent.com/boostorg/boost/boost-1.65.1/LICENSE_1_0.txt"
|
||||
FILENAME "boost_LICENSE_1_0.txt"
|
||||
SHA512 d6078467835dba8932314c1c1e945569a64b065474d7aced27c9a7acc391d52e9f234138ed9f1aa9cd576f25f12f557e0b733c14891d42c16ecdc4a7bd4d60b8
|
||||
)
|
||||
|
||||
vcpkg_download_distfile(BOOSTCPP_ARCHIVE
|
||||
URLS "https://raw.githubusercontent.com/boostorg/boost/boost-1.66.0/boostcpp.jam"
|
||||
FILENAME "boost-1.66.0-boostcpp.jam"
|
||||
SHA512 ef2ae1d6a53a7f93654950e2e8e679da6b0359f02baafc03db970801634c1f5d4229633b5b6d74ad96a306e6efe3429d436669dc165b1fa655917e0ec74714e4
|
||||
)
|
||||
|
||||
file(COPY
|
||||
${SOURCE_PATH}/
|
||||
DESTINATION ${CURRENT_PACKAGES_DIR}/tools/boost-build
|
||||
)
|
||||
|
||||
file(READ "${CURRENT_PACKAGES_DIR}/tools/boost-build/src/tools/msvc.jam" _contents)
|
||||
string(REPLACE " /ZW /EHsc " "" _contents "${_contents}")
|
||||
string(REPLACE "-nologo" "" _contents "${_contents}")
|
||||
string(REPLACE "/nologo" "" _contents "${_contents}")
|
||||
string(REPLACE "/Zm800" "" _contents "${_contents}")
|
||||
string(REPLACE "<define>_WIN32_WINNT=0x0602" "" _contents "${_contents}")
|
||||
file(WRITE "${CURRENT_PACKAGES_DIR}/tools/boost-build/src/tools/msvc.jam" "${_contents}")
|
||||
|
||||
message(STATUS "Bootstrapping...")
|
||||
vcpkg_execute_required_process(
|
||||
COMMAND "${CURRENT_PACKAGES_DIR}/tools/boost-build/bootstrap.bat" msvc
|
||||
WORKING_DIRECTORY ${CURRENT_PACKAGES_DIR}/tools/boost-build
|
||||
LOGNAME bootstrap-${TARGET_TRIPLET}
|
||||
)
|
||||
|
||||
file(INSTALL ${ARCHIVE} DESTINATION ${CURRENT_PACKAGES_DIR}/share/boost-build RENAME copyright)
|
||||
file(INSTALL ${BOOSTCPP_ARCHIVE} DESTINATION ${CURRENT_PACKAGES_DIR}/tools/boost-build RENAME boostcpp.jam)
|
5
ports/boost-callable-traits/CONTROL
Normal file
5
ports/boost-callable-traits/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-callable-traits
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-vcpkg-helpers
|
||||
Description: Boost callable_traits module
|
14
ports/boost-callable-traits/portfile.cmake
Normal file
14
ports/boost-callable-traits/portfile.cmake
Normal file
@ -0,0 +1,14 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/callable_traits
|
||||
REF boost-1.66.0
|
||||
SHA512 87a0f4de9a8cf2652addca6b3b685cea242bf55e1609409f41360813761ad3078b414761cf34856223fe60f460616e13e7b2e6017afc3d053879c7ec8292b9b0
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
5
ports/boost-chrono/CONTROL
Normal file
5
ports/boost-chrono/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-chrono
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-assert, boost-build, boost-config, boost-detail, boost-integer, boost-move, boost-mpl, boost-predef, boost-ratio, boost-static-assert, boost-system, boost-throw-exception, boost-typeof, boost-type-traits, boost-utility, boost-vcpkg-helpers, boost-winapi
|
||||
Description: Boost chrono module
|
15
ports/boost-chrono/portfile.cmake
Normal file
15
ports/boost-chrono/portfile.cmake
Normal file
@ -0,0 +1,15 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/chrono
|
||||
REF boost-1.66.0
|
||||
SHA512 edbc8c16bcdc4b79c47885e720c96781e6737d31c54e2c051596e693390c5a8efca4e16e253db0db5a996c72c1d0fb6482dda7dc58f78fd67edb09ad12f3a25b
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_build(SOURCE_PATH ${SOURCE_PATH})
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
5
ports/boost-circular-buffer/CONTROL
Normal file
5
ports/boost-circular-buffer/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-circular-buffer
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-assert, boost-compatibility, boost-concept-check, boost-config, boost-container, boost-core, boost-detail, boost-iterator, boost-move, boost-static-assert, boost-throw-exception, boost-type-traits, boost-utility, boost-vcpkg-helpers
|
||||
Description: Boost circular_buffer module
|
14
ports/boost-circular-buffer/portfile.cmake
Normal file
14
ports/boost-circular-buffer/portfile.cmake
Normal file
@ -0,0 +1,14 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/circular_buffer
|
||||
REF boost-1.66.0
|
||||
SHA512 78d74fa417da8d19b8344feccff009ed90eb07e36251f2a18dcd58716c230c7faade68faf2b7b98c2fc43fea8186c38e5a81c1d2c981841b59e35b0dc6026943
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
5
ports/boost-compatibility/CONTROL
Normal file
5
ports/boost-compatibility/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-compatibility
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-vcpkg-helpers
|
||||
Description: Boost compatibility module
|
14
ports/boost-compatibility/portfile.cmake
Normal file
14
ports/boost-compatibility/portfile.cmake
Normal file
@ -0,0 +1,14 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/compatibility
|
||||
REF boost-1.66.0
|
||||
SHA512 3f78455431974ca24fe48a6fce22eb9f374455560f2e9442c921e082e23ceb82b9ac2a443e6c4dbba2d24531dd0752ef854d3548340e3dba42b31aa795885fe3
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
5
ports/boost-compute/CONTROL
Normal file
5
ports/boost-compute/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-compute
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-algorithm, boost-array, boost-assert, boost-chrono, boost-config, boost-core, boost-filesystem (windows), boost-function, boost-function-types, boost-fusion, boost-iterator, boost-lexical-cast, boost-math, boost-mpl, boost-optional, boost-preprocessor, boost-property-tree, boost-proto, boost-range, boost-smart-ptr, boost-static-assert, boost-throw-exception, boost-tuple, boost-typeof, boost-type-traits, boost-utility, boost-uuid, boost-vcpkg-helpers
|
||||
Description: Boost compute module
|
14
ports/boost-compute/portfile.cmake
Normal file
14
ports/boost-compute/portfile.cmake
Normal file
@ -0,0 +1,14 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/compute
|
||||
REF boost-1.66.0
|
||||
SHA512 c540200a62faf4e4b5895177d9b33f9316d0d5e4052f3bfea7eb33d9faa9446bd5015c55f59c923134c59d635f1078e1e7e50e013636efc65820056bb6bdb704
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
5
ports/boost-concept-check/CONTROL
Normal file
5
ports/boost-concept-check/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-concept-check
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-config, boost-mpl, boost-vcpkg-helpers
|
||||
Description: Boost concept_check module
|
14
ports/boost-concept-check/portfile.cmake
Normal file
14
ports/boost-concept-check/portfile.cmake
Normal file
@ -0,0 +1,14 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/concept_check
|
||||
REF boost-1.66.0
|
||||
SHA512 bec39bf040752414e08f7f6222b8557ea27df0e48c57fc2a1ad680ee15256a37a4e6a8cad1b39bb5f8800bfc7a32c39f89321669d04be9698775e77cd26e2fee
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
5
ports/boost-config/CONTROL
Normal file
5
ports/boost-config/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-config
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-vcpkg-helpers
|
||||
Description: Boost config module
|
20
ports/boost-config/portfile.cmake
Normal file
20
ports/boost-config/portfile.cmake
Normal file
@ -0,0 +1,20 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/config
|
||||
REF boost-1.66.0
|
||||
SHA512 7754f48170ceb06fce2961bf7ecf85d7601eccdaf1949fc5730a2bfb4524ff32b703be053059defcfb1c08d21573e8184a38283c59b6091f69e565eade06d9c1
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
file(APPEND ${CURRENT_PACKAGES_DIR}/include/boost/config/user.hpp "\n#ifndef BOOST_ALL_NO_LIB\n#define BOOST_ALL_NO_LIB\n#endif\n")
|
||||
file(APPEND ${CURRENT_PACKAGES_DIR}/include/boost/config/user.hpp "\n#undef BOOST_ALL_DYN_LINK\n")
|
||||
|
||||
if (VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)
|
||||
file(APPEND ${CURRENT_PACKAGES_DIR}/include/boost/config/user.hpp "\n#define BOOST_ALL_DYN_LINK\n")
|
||||
endif()
|
5
ports/boost-container/CONTROL
Normal file
5
ports/boost-container/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-container
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-assert, boost-build, boost-config, boost-core, boost-functional, boost-integer, boost-intrusive, boost-move, boost-static-assert, boost-type-traits, boost-vcpkg-helpers
|
||||
Description: Boost container module
|
15
ports/boost-container/portfile.cmake
Normal file
15
ports/boost-container/portfile.cmake
Normal file
@ -0,0 +1,15 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/container
|
||||
REF boost-1.66.0
|
||||
SHA512 805421c56ace8786803a572e6047f0ab2de74973d7b04d603080b007c6ee7f288364dfe91f6d11be6128e8d5b0d9b2554237a6f77ee3855f3b598c3d5e20f3d1
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_build(SOURCE_PATH ${SOURCE_PATH})
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
5
ports/boost-context/CONTROL
Normal file
5
ports/boost-context/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-context
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-assert, boost-build, boost-config, boost-detail, boost-integer, boost-pool, boost-predef, boost-smart-ptr, boost-vcpkg-helpers
|
||||
Description: Boost context module
|
15
ports/boost-context/portfile.cmake
Normal file
15
ports/boost-context/portfile.cmake
Normal file
@ -0,0 +1,15 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/context
|
||||
REF boost-1.66.0
|
||||
SHA512 73efe1ab2c3b589e0ec7a095ab4a62090d8a980efbc81ac915823d1015fec215647a558bf0102fb42dbcdb05e9a4f70bd145bba095f09f1f4aec24eceddef3d4
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_build(SOURCE_PATH ${SOURCE_PATH})
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
5
ports/boost-conversion/CONTROL
Normal file
5
ports/boost-conversion/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-conversion
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-vcpkg-helpers
|
||||
Description: Boost conversion module
|
14
ports/boost-conversion/portfile.cmake
Normal file
14
ports/boost-conversion/portfile.cmake
Normal file
@ -0,0 +1,14 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/conversion
|
||||
REF boost-1.66.0
|
||||
SHA512 685308e332cbcf94fa9788d36bbfcbbfe384010761b581df913f259c87add3041fba122fb0bd38ad6b706d64918f88e5b13730a4ab0e8e6f450aed82df4edd6d
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
5
ports/boost-convert/CONTROL
Normal file
5
ports/boost-convert/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-convert
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-config, boost-core, boost-function-types, boost-lexical-cast, boost-math, boost-mpl, boost-optional, boost-parameter, boost-range, boost-spirit, boost-type-traits, boost-utility, boost-vcpkg-helpers
|
||||
Description: Boost convert module
|
14
ports/boost-convert/portfile.cmake
Normal file
14
ports/boost-convert/portfile.cmake
Normal file
@ -0,0 +1,14 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/convert
|
||||
REF boost-1.66.0
|
||||
SHA512 5edd73c5f78471a567f03e7772834656295acd6897f4674950a5064053d1c8de019050141d5109cc2bba13a94d2a06e2c7020d09af9eb78174f5bf8dc2ba2220
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
5
ports/boost-core/CONTROL
Normal file
5
ports/boost-core/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-core
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-assert, boost-config, boost-vcpkg-helpers
|
||||
Description: Boost core module
|
14
ports/boost-core/portfile.cmake
Normal file
14
ports/boost-core/portfile.cmake
Normal file
@ -0,0 +1,14 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/core
|
||||
REF boost-1.66.0
|
||||
SHA512 a8705d00b2f6803f924d73dc47ec9084824e9b80d19e281da632aed60abd2c60cf8b32bca92ea3ef1b8039100a7ac61d761a0eff521e3a182a6cd7a9de8b5710
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
5
ports/boost-coroutine/CONTROL
Normal file
5
ports/boost-coroutine/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-coroutine
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-assert, boost-build, boost-config, boost-context (windows), boost-detail, boost-exception, boost-integer, boost-move, boost-range, boost-system, boost-thread (windows), boost-throw-exception, boost-type-traits, boost-utility, boost-vcpkg-helpers
|
||||
Description: Boost coroutine module
|
15
ports/boost-coroutine/portfile.cmake
Normal file
15
ports/boost-coroutine/portfile.cmake
Normal file
@ -0,0 +1,15 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/coroutine
|
||||
REF boost-1.66.0
|
||||
SHA512 f42318076c1547797dd9427c47eb6a6dc5e2407f788d6e8c7e8b6092632238a6e33f1c4d02c25af00bb85f89c82a6f8f2d10911620b5d53cbc0bf931c7fdd160
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_build(SOURCE_PATH ${SOURCE_PATH})
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
5
ports/boost-coroutine2/CONTROL
Normal file
5
ports/boost-coroutine2/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-coroutine2
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-assert, boost-config, boost-context (windows), boost-detail, boost-vcpkg-helpers
|
||||
Description: Boost coroutine2 module
|
14
ports/boost-coroutine2/portfile.cmake
Normal file
14
ports/boost-coroutine2/portfile.cmake
Normal file
@ -0,0 +1,14 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/coroutine2
|
||||
REF boost-1.66.0
|
||||
SHA512 2ecc05325b7870e1d315e488b9f463f56f9959e6ae98277363176f32d80ba8dbd5d6b706e7cc60c896f53708fb25841ed5ef9f0520dba22c5f1a32ac120559f2
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
5
ports/boost-crc/CONTROL
Normal file
5
ports/boost-crc/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-crc
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-compatibility, boost-config, boost-integer, boost-vcpkg-helpers
|
||||
Description: Boost crc module
|
14
ports/boost-crc/portfile.cmake
Normal file
14
ports/boost-crc/portfile.cmake
Normal file
@ -0,0 +1,14 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/crc
|
||||
REF boost-1.66.0
|
||||
SHA512 887a1ee59535f150a6166432e8b9fdd124d604363c3609f9958d25ce3f265c42f1d749b52075d4e617acf552f68a56d92d249f562ad6475b53b15ca364e4e5b4
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
5
ports/boost-date-time/CONTROL
Normal file
5
ports/boost-date-time/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-date-time
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-algorithm, boost-assert, boost-build, boost-compatibility, boost-config, boost-detail, boost-integer, boost-io, boost-lexical-cast, boost-math, boost-mpl, boost-range, boost-smart-ptr, boost-static-assert, boost-throw-exception, boost-tokenizer, boost-type-traits, boost-utility, boost-vcpkg-helpers, boost-winapi
|
||||
Description: Boost date_time module
|
15
ports/boost-date-time/portfile.cmake
Normal file
15
ports/boost-date-time/portfile.cmake
Normal file
@ -0,0 +1,15 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/date_time
|
||||
REF boost-1.66.0
|
||||
SHA512 5c8ddf94d1c5a0bc5c216c9cbb4560a2e0aa7b116966a9a9250a517fb4c83f2fb9ad0c37c65f65e8cad2c7f21f621d696e1efd6d2bd557c1bfaa8b9d8c566f7d
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_build(SOURCE_PATH ${SOURCE_PATH})
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
5
ports/boost-detail/CONTROL
Normal file
5
ports/boost-detail/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-detail
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-compatibility, boost-config, boost-vcpkg-helpers
|
||||
Description: Boost detail module
|
14
ports/boost-detail/portfile.cmake
Normal file
14
ports/boost-detail/portfile.cmake
Normal file
@ -0,0 +1,14 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/detail
|
||||
REF boost-1.66.0
|
||||
SHA512 9ad69f2d032535207748680e635b5c5cfeb2921f67f6d711d5083fd67686f63476fa04c03e0abf63bc58405b4a38b542686192398930154df716ea9381c7a43f
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
5
ports/boost-disjoint-sets/CONTROL
Normal file
5
ports/boost-disjoint-sets/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-disjoint-sets
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-graph, boost-vcpkg-helpers
|
||||
Description: Boost disjoint_sets module
|
14
ports/boost-disjoint-sets/portfile.cmake
Normal file
14
ports/boost-disjoint-sets/portfile.cmake
Normal file
@ -0,0 +1,14 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/disjoint_sets
|
||||
REF boost-1.66.0
|
||||
SHA512 608239f39a11995ebd930d250a39c92971b6547b853eabe49938f6bbdadfbdb4f2220ccaf98e3516fe817284dc310dfb579f6fd7ae082dda9e7a5f80ce53abe6
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
5
ports/boost-dll/CONTROL
Normal file
5
ports/boost-dll/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-dll
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-config, boost-core, boost-filesystem (windows), boost-integer, boost-move, boost-mpl, boost-predef, boost-smart-ptr, boost-spirit, boost-static-assert, boost-system, boost-throw-exception, boost-type-index, boost-type-traits, boost-utility, boost-vcpkg-helpers, boost-winapi
|
||||
Description: Boost dll module
|
14
ports/boost-dll/portfile.cmake
Normal file
14
ports/boost-dll/portfile.cmake
Normal file
@ -0,0 +1,14 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/dll
|
||||
REF boost-1.66.0
|
||||
SHA512 42e4442fbf50f33528e389ca463042c9155df970a7725a6d10213e3a8c311b638006271d1b5691e0ccdeb71652034568b2b5fa299a5b1580ad4433db0371138a
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
5
ports/boost-dynamic-bitset/CONTROL
Normal file
5
ports/boost-dynamic-bitset/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-dynamic-bitset
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-serialization, boost-vcpkg-helpers
|
||||
Description: Boost dynamic_bitset module
|
14
ports/boost-dynamic-bitset/portfile.cmake
Normal file
14
ports/boost-dynamic-bitset/portfile.cmake
Normal file
@ -0,0 +1,14 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/dynamic_bitset
|
||||
REF boost-1.66.0
|
||||
SHA512 fa9bc10bbcd7ea907acf11abfd245fa70e4d82e5f7fe5b295b65e404ed19b276c06cd68ccec36a2276e76985a20c2a788c99e8cee095f24c04d0c8c5f5952135
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
5
ports/boost-endian/CONTROL
Normal file
5
ports/boost-endian/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-endian
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-assert, boost-config, boost-core, boost-integer, boost-predef, boost-static-assert, boost-system, boost-type-traits, boost-utility, boost-vcpkg-helpers
|
||||
Description: Boost endian module
|
14
ports/boost-endian/portfile.cmake
Normal file
14
ports/boost-endian/portfile.cmake
Normal file
@ -0,0 +1,14 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/endian
|
||||
REF boost-1.66.0
|
||||
SHA512 5b23ff8f2fd2f59dc56637bef628328e8b99e261ce421809363cdfeb203646667f10b624b114e8e70d1fdfce0d53055dd03376d21ef4b5cba0f51b600091f2f3
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
5
ports/boost-exception/CONTROL
Normal file
5
ports/boost-exception/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-exception
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-assert, boost-build, boost-config, boost-core, boost-smart-ptr, boost-tuple, boost-type-traits, boost-utility, boost-vcpkg-helpers
|
||||
Description: Boost exception module
|
18
ports/boost-exception/portfile.cmake
Normal file
18
ports/boost-exception/portfile.cmake
Normal file
@ -0,0 +1,18 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/exception
|
||||
REF boost-1.66.0
|
||||
SHA512 ab4bd5df7250847c866e5b6db99930d190c04b2c2a46e49eb62e9ed9467b6f5aa60aa2db87e9fe27145321bf429a23e94a83bb28ea9f574d01b02ea06dd89571
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_build(SOURCE_PATH ${SOURCE_PATH})
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
||||
set(VCPKG_LIBRARY_LINKAGE static)
|
||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/bin ${CURRENT_PACKAGES_DIR}/debug/bin)
|
5
ports/boost-fiber/CONTROL
Normal file
5
ports/boost-fiber/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-fiber
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-algorithm, boost-assert, boost-build, boost-config, boost-context (windows), boost-core, boost-detail, boost-filesystem (windows), boost-format, boost-intrusive, boost-predef, boost-smart-ptr, boost-vcpkg-helpers
|
||||
Description: Boost fiber module
|
15
ports/boost-fiber/portfile.cmake
Normal file
15
ports/boost-fiber/portfile.cmake
Normal file
@ -0,0 +1,15 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/fiber
|
||||
REF boost-1.66.0
|
||||
SHA512 ba3980846e6602999a2187fb40c9c17d0bd0a8b7681bcdb2c9695ec5e218b6306c52680b565e176f170a7219aedf86596e356e92612bee87bf1ad8123261ccaf
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_build(SOURCE_PATH ${SOURCE_PATH})
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
5
ports/boost-filesystem/CONTROL
Normal file
5
ports/boost-filesystem/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-filesystem
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-assert, boost-build, boost-config, boost-detail, boost-functional, boost-integer, boost-io, boost-iterator, boost-range, boost-smart-ptr, boost-static-assert, boost-system, boost-type-traits, boost-utility, boost-vcpkg-helpers
|
||||
Description: Boost filesystem module
|
15
ports/boost-filesystem/portfile.cmake
Normal file
15
ports/boost-filesystem/portfile.cmake
Normal file
@ -0,0 +1,15 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/filesystem
|
||||
REF boost-1.66.0
|
||||
SHA512 16c6c692485e02515fc09da5672cad4eb3c313e3a9ed9854d52ad1ba97a38d7346e4d0cf70baacba8468628bc1348350404151c3ff8984397a819d2cde3e4974
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_build(SOURCE_PATH ${SOURCE_PATH})
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
5
ports/boost-flyweight/CONTROL
Normal file
5
ports/boost-flyweight/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-flyweight
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-assert, boost-config, boost-core, boost-detail, boost-functional, boost-interprocess, boost-mpl, boost-multi-index, boost-parameter, boost-preprocessor, boost-serialization, boost-throw-exception, boost-type-traits, boost-utility, boost-vcpkg-helpers
|
||||
Description: Boost flyweight module
|
14
ports/boost-flyweight/portfile.cmake
Normal file
14
ports/boost-flyweight/portfile.cmake
Normal file
@ -0,0 +1,14 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/flyweight
|
||||
REF boost-1.66.0
|
||||
SHA512 4c0faaafe0143404d6eabc57ee5089840290c865ab00b7b3c81d4ab37c1603aaec77bc7f592e4566ed20786a14bc6bb9a6623384fdf6886168cac2696224c6df
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
5
ports/boost-foreach/CONTROL
Normal file
5
ports/boost-foreach/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-foreach
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-config, boost-core, boost-detail, boost-iterator, boost-mpl, boost-range, boost-type-traits, boost-utility, boost-vcpkg-helpers
|
||||
Description: Boost foreach module
|
14
ports/boost-foreach/portfile.cmake
Normal file
14
ports/boost-foreach/portfile.cmake
Normal file
@ -0,0 +1,14 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/foreach
|
||||
REF boost-1.66.0
|
||||
SHA512 17ae42db9b9b13841133cb35ccd1b0a2bf6121e72ef53b7f06d8715d0ef2d9c6daee631df1c8eb87013b1415ec4ed7481b3d67aa86122c84bfc560b0815f81c6
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
5
ports/boost-format/CONTROL
Normal file
5
ports/boost-format/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-format
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-assert, boost-compatibility, boost-config, boost-core, boost-detail, boost-optional, boost-smart-ptr, boost-throw-exception, boost-utility, boost-vcpkg-helpers
|
||||
Description: Boost format module
|
14
ports/boost-format/portfile.cmake
Normal file
14
ports/boost-format/portfile.cmake
Normal file
@ -0,0 +1,14 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/format
|
||||
REF boost-1.66.0
|
||||
SHA512 f730b56c3c56e85d5f467b7c9b60b29b112990ac29ecfbd6cdcd41ac6c931b71067a88d35ba688c8b80b9f4636a5f6010448f470cd3c0c7cad7c8c1d933c1a67
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
5
ports/boost-function-types/CONTROL
Normal file
5
ports/boost-function-types/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-function-types
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-config, boost-core, boost-detail, boost-mpl, boost-preprocessor, boost-type-traits, boost-vcpkg-helpers
|
||||
Description: Boost function_types module
|
14
ports/boost-function-types/portfile.cmake
Normal file
14
ports/boost-function-types/portfile.cmake
Normal file
@ -0,0 +1,14 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/function_types
|
||||
REF boost-1.66.0
|
||||
SHA512 ecac32195728a38bb83ee553d25567bca3a4075948fbffdf2f5d6cd7c4df7ca1b90ed32ec2811e6aa7eea264d6a1e63c8fc2fc9a091d081e231aadb513ed1646
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
5
ports/boost-function/CONTROL
Normal file
5
ports/boost-function/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-function
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-assert, boost-config, boost-core, boost-detail, boost-integer, boost-mpl, boost-preprocessor, boost-type-index, boost-typeof, boost-type-traits, boost-vcpkg-helpers
|
||||
Description: Boost function module
|
14
ports/boost-function/portfile.cmake
Normal file
14
ports/boost-function/portfile.cmake
Normal file
@ -0,0 +1,14 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/function
|
||||
REF boost-1.66.0
|
||||
SHA512 7efe61484e99bf4b68bd70415411fe4b22da6c76c7bb2e4b86fc766a98f5bca02d3911c81763893edfabfe6dc3fd4e0b125656a518e4b46449ef2620c1278454
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
5
ports/boost-functional/CONTROL
Normal file
5
ports/boost-functional/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-functional
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-assert, boost-compatibility, boost-config, boost-detail, boost-integer, boost-mpl, boost-preprocessor, boost-static-assert, boost-typeof, boost-type-traits, boost-utility, boost-vcpkg-helpers
|
||||
Description: Boost functional module
|
14
ports/boost-functional/portfile.cmake
Normal file
14
ports/boost-functional/portfile.cmake
Normal file
@ -0,0 +1,14 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/functional
|
||||
REF boost-1.66.0
|
||||
SHA512 d909a4d4696ece5ebaff97a743c5f9fec2ce27b72de46a96252a07a021ad689ce73aab1f1828ca2925bac0ef48ccbe99bdd5f6a56186061fdecdb416f72cc98f
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
5
ports/boost-fusion/CONTROL
Normal file
5
ports/boost-fusion/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-fusion
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-config, boost-core, boost-detail, boost-functional, boost-function-types, boost-mpl, boost-preprocessor, boost-static-assert, boost-tuple, boost-typeof, boost-type-traits, boost-utility, boost-vcpkg-helpers
|
||||
Description: Boost fusion module
|
14
ports/boost-fusion/portfile.cmake
Normal file
14
ports/boost-fusion/portfile.cmake
Normal file
@ -0,0 +1,14 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/fusion
|
||||
REF boost-1.66.0
|
||||
SHA512 2c965b3ad18f4b2551af4595de415c3c1354296c1244675a354b74de12106bf10ddea07c7e55e93469f3af0de64cb00e1d353e569af40de506d68b88adeba7d0
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
5
ports/boost-geometry/CONTROL
Normal file
5
ports/boost-geometry/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-geometry
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-algorithm, boost-array, boost-assert, boost-concept-check, boost-config, boost-container, boost-core, boost-detail, boost-function-types, boost-fusion, boost-integer, boost-iterator, boost-lexical-cast, boost-math, boost-move, boost-mpl, boost-multiprecision, boost-numeric-conversion, boost-polygon, boost-qvm, boost-range, boost-rational, boost-serialization, boost-smart-ptr, boost-static-assert, boost-throw-exception, boost-tokenizer, boost-tuple, boost-type-traits, boost-utility, boost-variant, boost-vcpkg-helpers
|
||||
Description: Boost geometry module
|
14
ports/boost-geometry/portfile.cmake
Normal file
14
ports/boost-geometry/portfile.cmake
Normal file
@ -0,0 +1,14 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/geometry
|
||||
REF boost-1.66.0
|
||||
SHA512 05f983d9258ddc663139a46ecb2f8a14988ad74fcc623af713bc486de2c9241896ca5f6a85d47cd02911f5f1f2f5acc439bb6f45ae9ef13667a30d27d9b5c123
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
5
ports/boost-gil/CONTROL
Normal file
5
ports/boost-gil/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-gil
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-bind, boost-concept-check, boost-config, boost-integer, boost-iterator, boost-mpl, boost-preprocessor, boost-smart-ptr, boost-static-assert, boost-type-traits, boost-utility, boost-vcpkg-helpers
|
||||
Description: Boost gil module
|
14
ports/boost-gil/portfile.cmake
Normal file
14
ports/boost-gil/portfile.cmake
Normal file
@ -0,0 +1,14 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/gil
|
||||
REF boost-1.66.0
|
||||
SHA512 f60c452740e56810ee967aab68b61277af0b467085bb7594dfbdea07e02354f2533983f88867c788862bc30c027720f8aeff2ab8f5a251c1a2b7c686b43064bc
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
5
ports/boost-graph-parallel/CONTROL
Normal file
5
ports/boost-graph-parallel/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-graph-parallel
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-assert, boost-build, boost-compatibility, boost-config, boost-detail, boost-dynamic-bitset, boost-function, boost-functional, boost-graph, boost-iterator, boost-lexical-cast, boost-math, boost-mpi, boost-mpl, boost-optional, boost-property-map, boost-random, boost-serialization, boost-smart-ptr, boost-static-assert, boost-tuple, boost-type-traits, boost-utility, boost-variant, boost-vcpkg-helpers
|
||||
Description: Boost graph_parallel module
|
15
ports/boost-graph-parallel/portfile.cmake
Normal file
15
ports/boost-graph-parallel/portfile.cmake
Normal file
@ -0,0 +1,15 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/graph_parallel
|
||||
REF boost-1.66.0
|
||||
SHA512 0f897d52610827b352c509d9d3400a9424f2e927fe5bce7ba1a39884938ca9ae1c9d362277828d3e77fa727676bfeb993f3d9bc7f11815cc119c0dabbd5a2ed4
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_build(SOURCE_PATH ${SOURCE_PATH})
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
5
ports/boost-graph/CONTROL
Normal file
5
ports/boost-graph/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-graph
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-algorithm, boost-any, boost-array, boost-assert, boost-bimap, boost-bind, boost-build, boost-compatibility, boost-concept-check, boost-config, boost-conversion, boost-core, boost-detail, boost-foreach, boost-function, boost-functional, boost-integer, boost-iterator, boost-lexical-cast, boost-math, boost-move, boost-mpl, boost-multi-index, boost-optional, boost-parameter, boost-preprocessor, boost-property-map, boost-property-tree, boost-random, boost-range, boost-regex, boost-serialization, boost-smart-ptr, boost-spirit, boost-static-assert, boost-test (windows), boost-throw-exception, boost-tti, boost-tuple, boost-typeof, boost-type-traits, boost-unordered, boost-utility, boost-vcpkg-helpers, boost-xpressive
|
||||
Description: Boost graph module
|
15
ports/boost-graph/portfile.cmake
Normal file
15
ports/boost-graph/portfile.cmake
Normal file
@ -0,0 +1,15 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/graph
|
||||
REF boost-1.66.0
|
||||
SHA512 49f0292a4cbb26c4f9ada0e85f717a7848a81812957b891f72e99c9b7a62025bce244a2f7ef56aaf42f44ab11c41a02be4f1f70df41d3605da45becf370ca81b
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_build(SOURCE_PATH ${SOURCE_PATH})
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
5
ports/boost-hana/CONTROL
Normal file
5
ports/boost-hana/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-hana
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-config, boost-core, boost-fusion, boost-mpl, boost-tuple, boost-vcpkg-helpers
|
||||
Description: Boost hana module
|
14
ports/boost-hana/portfile.cmake
Normal file
14
ports/boost-hana/portfile.cmake
Normal file
@ -0,0 +1,14 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/hana
|
||||
REF boost-1.66.0
|
||||
SHA512 cf105931ad59147edd97aaee29d9af4f069ada58c1c0f49eba7c3f921c5a412c90609853603504207526cf80c728f188ba4ee024fc2b7c8c924f98faf543167a
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
5
ports/boost-heap/CONTROL
Normal file
5
ports/boost-heap/CONTROL
Normal file
@ -0,0 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-heap
|
||||
Version: 1.66.0
|
||||
Build-Depends: boost-array, boost-assert, boost-bind, boost-concept-check, boost-integer, boost-intrusive, boost-iterator, boost-mpl, boost-parameter, boost-static-assert, boost-throw-exception, boost-type-traits, boost-vcpkg-helpers
|
||||
Description: Boost heap module
|
14
ports/boost-heap/portfile.cmake
Normal file
14
ports/boost-heap/portfile.cmake
Normal file
@ -0,0 +1,14 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/heap
|
||||
REF boost-1.66.0
|
||||
SHA512 3c7f14860e6456144f1282024bdf8c99415fe2c9395a01dea9000b26e9587430a73e133e7c72f3d40b5eab9c891e86ea3fa420a84e7d187a349f869f721b4587
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user