mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[libbf] Add missing headers (#31970)
This commit is contained in:
@@ -1,9 +1,26 @@
|
||||
vcpkg_download_distfile(
|
||||
STDEXCEPT_PATCH
|
||||
URLS https://github.com/mavam/libbf/commit/7720a2cdfdf211ac10d5f9c5b0988e1cae03d3ba.patch?full_index=1
|
||||
SHA512 0f414bec3797361ad8c0cd2c869d21ee9c8f05609d2c00295e0b7cf252ca42ad2230bfece7dde839ac5d47221b54034446056337f16739a346510a14b383566c
|
||||
FILENAME 7720a2cdfdf211ac10d5f9c5b0988e1cae03d3ba.patch
|
||||
)
|
||||
|
||||
vcpkg_download_distfile(
|
||||
ALGORITHM_PATCH
|
||||
URLS https://github.com/mavam/libbf/commit/b2168dc4590a0251ec40ada4ab835eb3aec893e7.patch?full_index=1
|
||||
SHA512 549163cec577d611c382d50f2dfbd99716f54d2d95b675ebd1cde5842e795b64272116cc0997c1415dad916cb7d1f538bd275d4f57013224af1eb9af7cfdf2e6
|
||||
FILENAME b2168dc4590a0251ec40ada4ab835eb3aec893e7.patch
|
||||
)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO mavam/libbf
|
||||
REF v1.0.0
|
||||
SHA512 04db7adbeb4bc6b20aed7f2676840499ed1afe499b4cab67f27d4a0ad234c1fb06eced24259f37870ec4760fe74d6d6307b5d11b3cd928b975661eb2966d4db8
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
"${STDEXCEPT_PATCH}"
|
||||
"${ALGORITHM_PATCH}"
|
||||
)
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "libbf",
|
||||
"version": "1.0.0",
|
||||
"port-version": 3,
|
||||
"port-version": 4,
|
||||
"description": "Bloom filters for C++11.",
|
||||
"license": "BSD-3-Clause",
|
||||
"supports": "!windows",
|
||||
|
||||
@@ -3874,7 +3874,7 @@
|
||||
},
|
||||
"libbf": {
|
||||
"baseline": "1.0.0",
|
||||
"port-version": 3
|
||||
"port-version": 4
|
||||
},
|
||||
"libbson": {
|
||||
"baseline": "1.22.2",
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "741e60d3785dedb5bcb187e5e049bf97494e3822",
|
||||
"version": "1.0.0",
|
||||
"port-version": 4
|
||||
},
|
||||
{
|
||||
"git-tree": "3c699adb88cb4cf15b0fb52cb9e506bc91672bf2",
|
||||
"version": "1.0.0",
|
||||
|
||||
Reference in New Issue
Block a user