aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/psimd/portfile.cmake
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/psimd/portfile.cmake
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/psimd/portfile.cmake')
-rw-r--r--vcpkg/ports/psimd/portfile.cmake18
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/psimd/portfile.cmake b/vcpkg/ports/psimd/portfile.cmake
new file mode 100644
index 0000000..a639e1f
--- /dev/null
+++ b/vcpkg/ports/psimd/portfile.cmake
@@ -0,0 +1,18 @@
+
+vcpkg_from_github(
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO Maratyszcza/psimd
+ REF 072586a71b55b7f8c584153d223e95687148a900
+ SHA512 a18faea093423dd9fe19ece8b228e011dccce0a2a22222f777ea19b023a13173966d4a8aea01147e8fc58de5d39cffcedeb2221a1572ae52bd5aba1295f86a94
+ PATCHES
+ add-cmake-config.patch
+)
+vcpkg_cmake_configure(
+ SOURCE_PATH "${SOURCE_PATH}"
+)
+vcpkg_cmake_install()
+
+vcpkg_copy_pdbs()
+
+file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
+file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")