[Simd] Add missing header files (#28376)

* [Simd] Add missing header files

* update version

* update portfile.cmake

* update version
This commit is contained in:
JonLiu1993 2022-12-29 05:48:28 +08:00 committed by GitHub
parent 9e303cf56e
commit fa0931afaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 3 deletions

View File

@ -51,7 +51,9 @@ if(VCPKG_TARGET_IS_WINDOWS AND (VCPKG_TARGET_ARCHITECTURE STREQUAL "x86" OR VCPK
DEBUG_CONFIGURATION "Debug" DEBUG_CONFIGURATION "Debug"
) )
file(COPY "${SOURCE_PATH}/src/Simd/SimdLib.hpp" DESTINATION "${CURRENT_PACKAGES_DIR}/include") file(GLOB HEADERS "${SOURCE_PATH}/src/Simd/*.hpp")
file(COPY ${HEADERS} DESTINATION "${CURRENT_PACKAGES_DIR}/include")
elseif(VCPKG_TARGET_ARCHITECTURE STREQUAL "arm64") elseif(VCPKG_TARGET_ARCHITECTURE STREQUAL "arm64")
if(VCPKG_DETECTED_CMAKE_CXX_COMPILER_ID STREQUAL "MSVC") if(VCPKG_DETECTED_CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
message(FATAL_ERROR "Arm64 building with MSVC is currently not supported.") message(FATAL_ERROR "Arm64 building with MSVC is currently not supported.")

View File

@ -1,6 +1,7 @@
{ {
"name": "simd", "name": "simd",
"version": "5.1.119", "version": "5.1.119",
"port-version": 1,
"description": "Simd image processing and machine learning library, designed for C and C++ programmers", "description": "Simd image processing and machine learning library, designed for C and C++ programmers",
"homepage": "https://github.com/ermig1979/Simd", "homepage": "https://github.com/ermig1979/Simd",
"license": "MIT", "license": "MIT",

View File

@ -6990,7 +6990,7 @@
}, },
"simd": { "simd": {
"baseline": "5.1.119", "baseline": "5.1.119",
"port-version": 0 "port-version": 1
}, },
"simde": { "simde": {
"baseline": "0.7.2", "baseline": "0.7.2",

View File

@ -1,8 +1,14 @@
{ {
"versions": [ "versions": [
{
"git-tree": "7c8374b279a8fd0ba3c0c30886ccbfb4bcc4152f",
"version": "5.1.119",
"port-version": 1
},
{ {
"git-tree": "56af2de7152865b9e3ede88a7604dd54ba4251d9", "git-tree": "56af2de7152865b9e3ede88a7604dd54ba4251d9",
"version": "5.1.119" "version": "5.1.119",
"port-version": 0
} }
] ]
} }