зеркало из https://github.com/microsoft/vcpkg.git
[cuda-api-wrappers] Updated version from 0.6.7 to 0.6.9 (#38506)
New release of the [cuda-api-wrappers](https://github.com/eyalroz/cuda-api-wrappers/) library: - [X] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). *I think so! First time uploading an update PR* - [X] SHA512s are updated for each updated download. - [X] The "supports" clause reflects platforms that may be fixed by this new version. *No supports clause, hope that's ok.* - [X] Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file. *Have not touched any such thing* - [X] Any patches that are no longer applied are deleted from the port's directory. *No patches before or now* - [X] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [X] Only one version is added to each modified port's versions file. *I replaced a version, I didn't add one*
This commit is contained in:
Родитель
7da66f2058
Коммит
0c019c6665
|
@ -2,7 +2,7 @@ vcpkg_from_github(
|
|||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO eyalroz/cuda-api-wrappers
|
||||
REF "v${VERSION}"
|
||||
SHA512 71170b59a116a886c319f6409204d610636a16148754a9811a8c608912b14c09f5f9037b9366c2d0a012c3fd88b5c90d289ce3da692663f1a86f3c3f2bbd7b02
|
||||
SHA512 c6e9e2ce6e1007f314b953b30ff1981e7fd426a9a5bdd45930dd71bdf8ea240120640504c0bf11c62e52bf7302d49c853e40b03983772bacf9ceec4980e532b3
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "cuda-api-wrappers",
|
||||
"version": "0.6.7",
|
||||
"description": "header-only library of integrated wrappers around the core parts of NVIDIA's CUDA execution ecosystem",
|
||||
"version": "0.6.9",
|
||||
"description": "Header-only library of integrated wrappers around the core parts of NVIDIA's CUDA execution ecosystem",
|
||||
"homepage": "https://github.com/eyalroz/cuda-api-wrappers",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": [
|
||||
|
|
|
@ -2069,7 +2069,7 @@
|
|||
"port-version": 13
|
||||
},
|
||||
"cuda-api-wrappers": {
|
||||
"baseline": "0.6.7",
|
||||
"baseline": "0.6.9",
|
||||
"port-version": 0
|
||||
},
|
||||
"cudnn": {
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "8841506763b79b5ff664faf93faf3919ffb5b06f",
|
||||
"version": "0.6.9",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "7a504ca0e13729c26c4df96ba5b7a321069219be",
|
||||
"version": "0.6.7",
|
||||
|
|
Загрузка…
Ссылка в новой задаче