mirror of
https://github.com/cemu-project/vcpkg.git
synced 2024-11-23 11:19:43 +00:00
[simde] Add new port (#6777)
This commit is contained in:
parent
e2d5324c57
commit
3afcf4b5a1
3
ports/simde/CONTROL
Normal file
3
ports/simde/CONTROL
Normal file
@ -0,0 +1,3 @@
|
||||
Source: simde
|
||||
Version: 2019-06-05
|
||||
Description: Implementations of SIMD instruction sets for systems which don't natively support them
|
16
ports/simde/portfile.cmake
Normal file
16
ports/simde/portfile.cmake
Normal file
@ -0,0 +1,16 @@
|
||||
# header-only library
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO nemequ/simde
|
||||
REF 6e3ba90605361069cf3422c44242c79171b87275
|
||||
SHA512 d62ff40882c2b3a17c900104b36ae77137cbb77917d409cba1c0693fdcf317a38ff3184deaaecca0ef31d88393bebf0102a8ab57a23ad5d0cee2d3e5fe799f6a
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
file(COPY ${SOURCE_PATH}/simde DESTINATION ${CURRENT_PACKAGES_DIR}/include)
|
||||
|
||||
# Handle copyright
|
||||
configure_file(${SOURCE_PATH}/COPYING ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)
|
Loading…
Reference in New Issue
Block a user