From 1f31840e88d3cc3bae9af545fa6653f579800fcb Mon Sep 17 00:00:00 2001 From: Thomas1664 <46387399+Thomas1664@users.noreply.github.com> Date: Wed, 6 Apr 2022 23:17:21 +0200 Subject: [PATCH] [sleef] Fix unused configure variable (#23951) * [sleef] Fix unused configure variable * version * Try remove from CI baseline * Still compiler error --- ports/sleef/portfile.cmake | 8 ++++---- ports/sleef/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/s-/sleef.json | 5 +++++ 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/ports/sleef/portfile.cmake b/ports/sleef/portfile.cmake index 77dddf19c8..04fd4a7b87 100644 --- a/ports/sleef/portfile.cmake +++ b/ports/sleef/portfile.cmake @@ -7,12 +7,12 @@ vcpkg_from_github( ) vcpkg_cmake_configure( - SOURCE_PATH ${SOURCE_PATH} + SOURCE_PATH "${SOURCE_PATH}" OPTIONS -DBUILD_LIBM=ON -DBUILD_DFT=ON -DBUILD_QUAD=ON - -DBUILD_GNUABILIBS=${VCPKG_TARGET_IS_LINUX} + -DBUILD_GNUABI_LIBS=${VCPKG_TARGET_IS_LINUX} -DBUILD_TESTS=OFF -DBUILD_INLINE_HEADERS=OFF ) @@ -20,5 +20,5 @@ vcpkg_cmake_install() vcpkg_copy_pdbs() 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) diff --git a/ports/sleef/vcpkg.json b/ports/sleef/vcpkg.json index 5c12aaf36d..cc7e923faa 100644 --- a/ports/sleef/vcpkg.json +++ b/ports/sleef/vcpkg.json @@ -1,7 +1,7 @@ { "name": "sleef", "version": "3.5.1", - "port-version": 1, + "port-version": 2, "description": "SIMD Library for Evaluating Elementary Functions, vectorized libm and DFT", "homepage": "https://sleef.org/", "license": "BSL-1.0", diff --git a/versions/baseline.json b/versions/baseline.json index 9c2ad5a2d2..c582a84ad3 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6502,7 +6502,7 @@ }, "sleef": { "baseline": "3.5.1", - "port-version": 1 + "port-version": 2 }, "sleepy-discord": { "baseline": "2022-02-05", diff --git a/versions/s-/sleef.json b/versions/s-/sleef.json index 706ae99f1a..445a52d6cb 100644 --- a/versions/s-/sleef.json +++ b/versions/s-/sleef.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "24d704091e9827b6e0192fb51f0798422da9707e", + "version": "3.5.1", + "port-version": 2 + }, { "git-tree": "ea33cc5343944b32ab14b772d5242a07fb84865b", "version": "3.5.1",