mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 17:41:09 +08:00
[cub] update to 1.12.0 (#17355)
* [cub] update to 1.12.0 * update version
This commit is contained in:
parent
99987d007a
commit
bb0b48e4ce
@ -1,4 +0,0 @@
|
||||
Source: cub
|
||||
Version: 1.8.0-1
|
||||
Description: CUB is a flexible library of cooperative threadblock primitives and other utilities for CUDA kernel programming
|
||||
Build-Depends: cuda
|
@ -1,11 +1,11 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO NVlabs/cub
|
||||
REF v1.8.0
|
||||
SHA512 c4ba51ca4e369c8ef87bc411aa011470478fcc2526b667f088e9ac8c62e6532dc2368e869f5147b56f22b3e8718c7276434c3294d9d67cb3a92c700d163e8fa7
|
||||
REF 7cdf6dfc7ed60e4f44d025b84ea8260755f298e6 #v1.12.0
|
||||
SHA512 aff3ba375a33844efdc57f8ba190e8880db6247bc1245340b2fe87f8933d3abfcbc7dcdffffd45cf00db4981cd2e37029061fca7161554a4c7c779a7d414aada
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
file(COPY ${SOURCE_PATH}/cub/ DESTINATION ${CURRENT_PACKAGES_DIR}/include/cub)
|
||||
|
||||
configure_file(${SOURCE_PATH}/LICENSE.TXT ${CURRENT_PACKAGES_DIR}/share/cub/copyright COPYONLY)
|
||||
configure_file(${SOURCE_PATH}/LICENSE.TXT ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)
|
||||
|
9
ports/cub/vcpkg.json
Normal file
9
ports/cub/vcpkg.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "cub",
|
||||
"version": "1.12.0",
|
||||
"description": "CUB is a flexible library of cooperative threadblock primitives and other utilities for CUDA kernel programming",
|
||||
"homepage": "https://github.com/NVIDIA/cub",
|
||||
"dependencies": [
|
||||
"cuda"
|
||||
]
|
||||
}
|
@ -1517,7 +1517,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"cub": {
|
||||
"baseline": "1.8.0-1",
|
||||
"baseline": "1.12.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"cuda": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "ec58db0c42a8978215a38d7e9ac938dd1b936c1f",
|
||||
"version": "1.12.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "3d12aea8561ac6b5566b5ade8379993b82d8d6b1",
|
||||
"version-string": "1.8.0-1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user