[psimd] add a new port (#16339)

* [psimd] create a new port

* [psimd] update baseline and port SHA

* [psimd] update port SHA
This commit is contained in:
Park DongHa 2021-02-25 06:54:43 +09:00 committed by GitHub
parent 8c0cac7fcd
commit 365b3b6df6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,15 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Maratyszcza/psimd
REF 072586a71b55b7f8c584153d223e95687148a900
SHA512 a18faea093423dd9fe19ece8b228e011dccce0a2a22222f777ea19b023a13173966d4a8aea01147e8fc58de5d39cffcedeb2221a1572ae52bd5aba1295f86a94
)
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
)
vcpkg_install_cmake()
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug)

6
ports/psimd/vcpkg.json Normal file
View File

@ -0,0 +1,6 @@
{
"name": "psimd",
"version-string": "2021-02-21",
"description": "Portable 128-bit SIMD intrinsics",
"homepage": "https://github.com/Maratyszcza/psimd"
}

View File

@ -4756,6 +4756,10 @@
"baseline": "1.0.0",
"port-version": 0
},
"psimd": {
"baseline": "2021-02-21",
"port-version": 0
},
"ptex": {
"baseline": "2.3.2",
"port-version": 2

9
versions/p-/psimd.json Normal file
View File

@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "d96e70295af788d6abe87bdad2a48d80f24ecfb5",
"version-string": "2021-02-21",
"port-version": 0
}
]
}