mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[vkfft] Add port. (#25146)
This commit is contained in:
parent
c9bc696acb
commit
ddb820f45a
12
ports/vkfft/portfile.cmake
Normal file
12
ports/vkfft/portfile.cmake
Normal file
@ -0,0 +1,12 @@
|
||||
# header-only library
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO DTolm/VkFFT
|
||||
REF fc981ecc022ae7932d4d906bed3cf9def592ddf5 #v1.2.17
|
||||
SHA512 c2ffae4885fe75778743f4165475026a43ab2ad2df2e02774a2750ad77ad8ceb3c6ff22a5cec56af3913af46eeb48bc09d2e119a54d893daa13af1fd768d9a9f
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
file(COPY "${SOURCE_PATH}/vkFFT/" DESTINATION "${CURRENT_PACKAGES_DIR}/include/VkFFT")
|
||||
|
||||
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
7
ports/vkfft/vcpkg.json
Normal file
7
ports/vkfft/vcpkg.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "vkfft",
|
||||
"version": "1.2.17",
|
||||
"description": "Vulkan/CUDA/HIP/OpenCL/Level Zero Fast Fourier Transform library",
|
||||
"homepage": "https://github.com/DTolm/VkFFT",
|
||||
"license": "MIT"
|
||||
}
|
@ -7428,6 +7428,10 @@
|
||||
"baseline": "0.5",
|
||||
"port-version": 0
|
||||
},
|
||||
"vkfft": {
|
||||
"baseline": "1.2.17",
|
||||
"port-version": 0
|
||||
},
|
||||
"vlfeat": {
|
||||
"baseline": "2020-07-10",
|
||||
"port-version": 1
|
||||
|
9
versions/v-/vkfft.json
Normal file
9
versions/v-/vkfft.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "cefb73461bdbaf1e71eefa7bb7a9dce7352fd3b3",
|
||||
"version": "1.2.17",
|
||||
"port-version": 0
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user