[vcpkg baseline][wavelib] Fix parallel build (#21671)

* Disable test dir (unused, writing to source dir)

* Update versions
This commit is contained in:
Kai Pastor 2021-11-26 08:19:12 +01:00 committed by GitHub
parent a2fcb03749
commit f35e0e3291
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 22 additions and 4 deletions

View File

@ -0,0 +1,12 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e2e8a4d..d228001 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -48,7 +48,6 @@ endif()
add_subdirectory(src)
add_subdirectory(auxiliary)
-add_subdirectory(test)
install(DIRECTORY ${WAVELIB_SRC_ROOT}/header/
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}

View File

@ -6,11 +6,12 @@ vcpkg_from_github(
REF a92456d2e20451772dd76c2a0a3368537ee94184
SHA512 d14ebc0d96e86d9226fa346cb6ef157b2949985dfedf4228dd4356ccacaac48fde47edfcba31e7455b25dc95c7a1cb148ad6845143c17ae5972659c98e683865
HEAD_REF master
PATCHES
disable-test.patch
)
vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH}
DISABLE_PARALLEL_CONFIGURE
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DBUILD_UT=OFF
)

View File

@ -1,6 +1,6 @@
{
"name": "wavelib",
"version-date": "2021-08-10",
"version-date": "2021-11-26",
"description": "C implementation of wavelet transform (DWT,SWT and MODWT)",
"homepage": "https://github.com/rafat/wavelib",
"license": "BSD-3-Clause",

View File

@ -7137,7 +7137,7 @@
"port-version": 0
},
"wavelib": {
"baseline": "2021-08-10",
"baseline": "2021-11-26",
"port-version": 0
},
"wavpack": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d8428a438c8eaf72dae62ada2a5dd3ddc58ca1ed",
"version-date": "2021-11-26",
"port-version": 0
},
{
"git-tree": "606ab10437c3dbfcd902fdedd5599dca471a6dde",
"version-date": "2021-08-10",