Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[neon2sse] Update to 2024-11-24 #43205

Merged
merged 2 commits into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions ports/neon2sse/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO intel/ARM_NEON_2_x86_SSE
REF a1652fd5253afbf3e39357b012974f93511f6108
SHA512 9f8aa283e48eb3b615da3d89ec4165d1ec9599e8e181059c2b9acb2921ce753ce0f29b8c321d7d6661f10eb67e234c629df75853b87c4139a9bb137dbb3f4fc1
REF eb8b80b28f956275e291ea04a7beb5ed8289e872
SHA512 56aa1c886993b8ab0f5939acd53081e4d23373bab19858397a1a668e130a68423b521c4613f2db4e0f108fd2c9133a529575dba14e5e0046a3bb9f11f96ce2bf
HEAD_REF master
)

Expand All @@ -12,7 +12,8 @@ vcpkg_cmake_configure(
vcpkg_cmake_install()
vcpkg_cmake_config_fixup(PACKAGE_NAME NEON_2_SSE CONFIG_PATH lib/cmake/NEON_2_SSE)

file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug"
"${CURRENT_PACKAGES_DIR}/lib"
)
4 changes: 2 additions & 2 deletions ports/neon2sse/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "neon2sse",
"version-date": "2021-09-16",
"description": "Open standard for machine learning interoperability",
"version-date": "2024-11-24",
"description": "The platform independent header allowing to compile any C/C++ code containing ARM NEON intrinsic functions for x86 target systems using SIMD up to AVX2 intrinsic functions",
"homepage": "https://github.com/intel/ARM_NEON_2_x86_SSE",
"dependencies": [
{
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6329,7 +6329,7 @@
"port-version": 0
},
"neon2sse": {
"baseline": "2021-09-16",
"baseline": "2024-11-24",
"port-version": 0
},
"netcdf-c": {
Expand Down
5 changes: 5 additions & 0 deletions versions/n-/neon2sse.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "0c507f8eff09bf65ab71aae5c676684e95d445ce",
"version-date": "2024-11-24",
"port-version": 0
},
{
"git-tree": "02bae7681d6c8c026a5f49dd3b4b37a430ea6878",
"version-date": "2021-09-16",
Expand Down
Loading