[neon2sse] create a new port (#20200)

* [neon2sse] create a new port

* [neon2sse] update baseline JSON

* [neon2sse] use package name NEON2_S_SE
This commit is contained in:
Park DongHa 2021-09-18 01:18:36 +09:00 committed by GitHub
parent f996942b83
commit 4428702c1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 47 additions and 0 deletions

View File

@ -0,0 +1,18 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO intel/ARM_NEON_2_x86_SSE
REF a1652fd5253afbf3e39357b012974f93511f6108
SHA512 9f8aa283e48eb3b615da3d89ec4165d1ec9599e8e181059c2b9acb2921ce753ce0f29b8c321d7d6661f10eb67e234c629df75853b87c4139a9bb137dbb3f4fc1
HEAD_REF master
)
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
)
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)
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug"
"${CURRENT_PACKAGES_DIR}/lib"
)

16
ports/neon2sse/vcpkg.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "neon2sse",
"version-date": "2021-09-16",
"description": "Open standard for machine learning interoperability",
"homepage": "https://github.com/intel/ARM_NEON_2_x86_SSE",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}

View File

@ -4488,6 +4488,10 @@
"baseline": "0.0.0-7cb75d4e",
"port-version": 1
},
"neon2sse": {
"baseline": "2021-09-16",
"port-version": 0
},
"netcdf-c": {
"baseline": "4.7.4",
"port-version": 4

View File

@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "02bae7681d6c8c026a5f49dd3b4b37a430ea6878",
"version-date": "2021-09-16",
"port-version": 0
}
]
}