[sleef] Fix unused configure variable (#23951)

* [sleef] Fix unused configure variable

* version

* Try remove from CI baseline

* Still compiler error
This commit is contained in:
Thomas1664 2022-04-06 23:17:21 +02:00 committed by GitHub
parent 0b1eb07403
commit 1f31840e88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 6 deletions

View File

@ -7,12 +7,12 @@ vcpkg_from_github(
) )
vcpkg_cmake_configure( vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH} SOURCE_PATH "${SOURCE_PATH}"
OPTIONS OPTIONS
-DBUILD_LIBM=ON -DBUILD_LIBM=ON
-DBUILD_DFT=ON -DBUILD_DFT=ON
-DBUILD_QUAD=ON -DBUILD_QUAD=ON
-DBUILD_GNUABILIBS=${VCPKG_TARGET_IS_LINUX} -DBUILD_GNUABI_LIBS=${VCPKG_TARGET_IS_LINUX}
-DBUILD_TESTS=OFF -DBUILD_TESTS=OFF
-DBUILD_INLINE_HEADERS=OFF -DBUILD_INLINE_HEADERS=OFF
) )
@ -20,5 +20,5 @@ vcpkg_cmake_install()
vcpkg_copy_pdbs() vcpkg_copy_pdbs()
vcpkg_fixup_pkgconfig() vcpkg_fixup_pkgconfig()
file(INSTALL ${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) file(INSTALL "${SOURCE_PATH}/LICENSE.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

View File

@ -1,7 +1,7 @@
{ {
"name": "sleef", "name": "sleef",
"version": "3.5.1", "version": "3.5.1",
"port-version": 1, "port-version": 2,
"description": "SIMD Library for Evaluating Elementary Functions, vectorized libm and DFT", "description": "SIMD Library for Evaluating Elementary Functions, vectorized libm and DFT",
"homepage": "https://sleef.org/", "homepage": "https://sleef.org/",
"license": "BSL-1.0", "license": "BSL-1.0",

View File

@ -6502,7 +6502,7 @@
}, },
"sleef": { "sleef": {
"baseline": "3.5.1", "baseline": "3.5.1",
"port-version": 1 "port-version": 2
}, },
"sleepy-discord": { "sleepy-discord": {
"baseline": "2022-02-05", "baseline": "2022-02-05",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "24d704091e9827b6e0192fb51f0798422da9707e",
"version": "3.5.1",
"port-version": 2
},
{ {
"git-tree": "ea33cc5343944b32ab14b772d5242a07fb84865b", "git-tree": "ea33cc5343944b32ab14b772d5242a07fb84865b",
"version": "3.5.1", "version": "3.5.1",