mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 12:17:05 +08:00
[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:
parent
8c0cac7fcd
commit
365b3b6df6
15
ports/psimd/portfile.cmake
Normal file
15
ports/psimd/portfile.cmake
Normal 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
6
ports/psimd/vcpkg.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"name": "psimd",
|
||||||
|
"version-string": "2021-02-21",
|
||||||
|
"description": "Portable 128-bit SIMD intrinsics",
|
||||||
|
"homepage": "https://github.com/Maratyszcza/psimd"
|
||||||
|
}
|
@ -4756,6 +4756,10 @@
|
|||||||
"baseline": "1.0.0",
|
"baseline": "1.0.0",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
|
"psimd": {
|
||||||
|
"baseline": "2021-02-21",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
"ptex": {
|
"ptex": {
|
||||||
"baseline": "2.3.2",
|
"baseline": "2.3.2",
|
||||||
"port-version": 2
|
"port-version": 2
|
||||||
|
9
versions/p-/psimd.json
Normal file
9
versions/p-/psimd.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "d96e70295af788d6abe87bdad2a48d80f24ecfb5",
|
||||||
|
"version-string": "2021-02-21",
|
||||||
|
"port-version": 0
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user