mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:49:05 +08:00
[Simd] Add missing header files (#28376)
* [Simd] Add missing header files * update version * update portfile.cmake * update version
This commit is contained in:
parent
9e303cf56e
commit
fa0931afaf
@ -51,7 +51,9 @@ if(VCPKG_TARGET_IS_WINDOWS AND (VCPKG_TARGET_ARCHITECTURE STREQUAL "x86" OR VCPK
|
||||
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")
|
||||
if(VCPKG_DETECTED_CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
|
||||
message(FATAL_ERROR "Arm64 building with MSVC is currently not supported.")
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "simd",
|
||||
"version": "5.1.119",
|
||||
"port-version": 1,
|
||||
"description": "Simd image processing and machine learning library, designed for C and C++ programmers",
|
||||
"homepage": "https://github.com/ermig1979/Simd",
|
||||
"license": "MIT",
|
||||
|
@ -6990,7 +6990,7 @@
|
||||
},
|
||||
"simd": {
|
||||
"baseline": "5.1.119",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"simde": {
|
||||
"baseline": "0.7.2",
|
||||
|
@ -1,8 +1,14 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "7c8374b279a8fd0ba3c0c30886ccbfb4bcc4152f",
|
||||
"version": "5.1.119",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "56af2de7152865b9e3ede88a7604dd54ba4251d9",
|
||||
"version": "5.1.119"
|
||||
"version": "5.1.119",
|
||||
"port-version": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user