Skip to content

Commit 40eb98f

Browse files
committed
CUDA_SDK_static_jll build 13.1.0+0
1 parent cb51ecd commit 40eb98f

File tree

7 files changed

+38
-41
lines changed

7 files changed

+38
-41
lines changed

Artifacts.toml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,26 @@
11
[[CUDA_SDK_static]]
22
arch = "x86_64"
3-
cuda = "13"
4-
git-tree-sha1 = "833bce1031058ec57c0150a3046df6dfca2ecfe1"
3+
git-tree-sha1 = "026496f7526d7f24bd9638d22291e778ef26d0f3"
54
libc = "glibc"
65
os = "linux"
76

87
[[CUDA_SDK_static.download]]
9-
sha256 = "6d2538f3c2a5f56a9f0f6852a8e5f56abfbad593ae5c16487c62d70c5cf2e218"
10-
url = "https://github.com/JuliaBinaryWrappers/CUDA_SDK_static_jll.jl/releases/download/CUDA_SDK_static-v13.0.2+1/CUDA_SDK_static.v13.0.2.x86_64-linux-gnu-cuda+13.tar.xz"
8+
sha256 = "a492bd15a3a2bf392dc4a7030703d35a859178669ebc50ddb07c79056961ac99"
9+
url = "https://github.com/JuliaBinaryWrappers/CUDA_SDK_static_jll.jl/releases/download/CUDA_SDK_static-v13.1.0+0/CUDA_SDK_static.v13.1.0.x86_64-linux-gnu.tar.xz"
1110
[[CUDA_SDK_static]]
1211
arch = "aarch64"
13-
cuda = "13"
14-
git-tree-sha1 = "bdb0c2593245d0f00dc7efa3bde774e0c7eac4e0"
12+
git-tree-sha1 = "c0c2574f27202ce49f5cab5107d27d566cc4a246"
1513
libc = "glibc"
1614
os = "linux"
1715

1816
[[CUDA_SDK_static.download]]
19-
sha256 = "1a179db6577531999e711e88d8c4ba42fa0666db655741104054002372454c70"
20-
url = "https://github.com/JuliaBinaryWrappers/CUDA_SDK_static_jll.jl/releases/download/CUDA_SDK_static-v13.0.2+1/CUDA_SDK_static.v13.0.2.aarch64-linux-gnu-cuda+13.tar.xz"
17+
sha256 = "3c98acdaa66e550163c9024788b8ceb77a3383e0223f4a2540018814a6876ad7"
18+
url = "https://github.com/JuliaBinaryWrappers/CUDA_SDK_static_jll.jl/releases/download/CUDA_SDK_static-v13.1.0+0/CUDA_SDK_static.v13.1.0.aarch64-linux-gnu.tar.xz"
2119
[[CUDA_SDK_static]]
2220
arch = "x86_64"
23-
cuda = "13"
24-
git-tree-sha1 = "8fb82d7a66e86942d0a45ff8b506547e55ecbd39"
21+
git-tree-sha1 = "adec4d2d87c2f2c88c6c6ebec009485942db9d1a"
2522
os = "windows"
2623

2724
[[CUDA_SDK_static.download]]
28-
sha256 = "16933e572a4d3c60cc7d375a8f37f657e22c84502f09e2163431dc835e4f5904"
29-
url = "https://github.com/JuliaBinaryWrappers/CUDA_SDK_static_jll.jl/releases/download/CUDA_SDK_static-v13.0.2+1/CUDA_SDK_static.v13.0.2.x86_64-w64-mingw32-cuda+13.tar.xz"
25+
sha256 = "5dbc66a58c8e1b3fb72778596994baf8051962cc8c3de5bcbabb10ef5d992c7b"
26+
url = "https://github.com/JuliaBinaryWrappers/CUDA_SDK_static_jll.jl/releases/download/CUDA_SDK_static-v13.1.0+0/CUDA_SDK_static.v13.1.0.x86_64-w64-mingw32.tar.xz"

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "CUDA_SDK_static_jll"
22
uuid = "8d8e3561-0b33-5a1a-a72b-b83d4fb556a1"
3-
version = "13.0.2+1"
3+
version = "13.1.0+0"
44

55
[deps]
66
JLLWrappers = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"

README.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# `CUDA_SDK_static_jll.jl` (v13.0.2+1)
1+
# `CUDA_SDK_static_jll.jl` (v13.1.0+0)
22

33
[![deps](https://juliahub.com/docs/CUDA_SDK_static_jll/deps.svg)](https://juliahub.com/ui/Packages/General/CUDA_SDK_static_jll/)
44

55
This is an autogenerated package constructed using [`BinaryBuilder.jl`](https://github.com/JuliaPackaging/BinaryBuilder.jl).
66

7-
The originating [`build_tarballs.jl`](https://github.com/JuliaPackaging/Yggdrasil/blob/0909cdf6b2fb7b29ddb0f33d136104e01c24a432/C/CUDA/CUDA_SDK_static@13.0/build_tarballs.jl) script can be found on [`Yggdrasil`](https://github.com/JuliaPackaging/Yggdrasil/), the community build tree.
7+
The originating [`build_tarballs.jl`](https://github.com/JuliaPackaging/Yggdrasil/blob/977a7eda957c79b7ab8140de38b960b64e36e636/C/CUDA/CUDA_SDK_static@13.1/build_tarballs.jl) script can be found on [`Yggdrasil`](https://github.com/JuliaPackaging/Yggdrasil/), the community build tree.
88

99
## Bug Reports
1010

@@ -18,30 +18,30 @@ For more details about JLL packages and how to use them, see `BinaryBuilder.jl`
1818

1919
The tarballs for `CUDA_SDK_static_jll.jl` have been built from these sources:
2020

21-
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-13.0.85-archive.zip (SHA256 checksum: `f4f5187f7976d8057d76e1e04e72c8b7d0a2a22793107a671ad709b1d8d3408d`)
22-
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-13.0.96-archive.zip (SHA256 checksum: `a2ed875f9997aa24904fb70cc9db3acd9308433cde99bc8e63ec1271c9da31b4`)
23-
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-13.0.85-archive.zip (SHA256 checksum: `cddbc524dc229c708cc989e4ff2d636ba342c695e0f60c1026a1b5f76de4b77b`)
24-
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-13.0.85-archive.zip (SHA256 checksum: `e739e96415e1fb9a650eaac826f7cd24701e18ae2f7c26b78f3fabaf64c8e39b`)
25-
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-13.0.88-archive.zip (SHA256 checksum: `61760e24a44937c6c29a20ddea69067b4d3860ccd6a9a0564573f840d96e6c5f`)
26-
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-13.0.85-archive.zip (SHA256 checksum: `c15885ed180cc6439b92a59fede41082434fdd9baac7280d5f0570f1d0786b04`)
27-
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-13.0.87-archive.zip (SHA256 checksum: `b19b2b5fd534f37c3f0aab49d25ebb28496963aef3e819466bcf0fa20607b0cd`)
28-
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-13.0.85-archive.zip (SHA256 checksum: `b52ca2d51d0e41c317f68f38ce88f4ae7184443eac04203e7a80fd054f2028ec`)
29-
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-13.0.88-archive.zip (SHA256 checksum: `8c50a52467826167e0dbe99936140c52d62272bfc5849fe2d6587d050c8c5d29`)
30-
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-13.0.85-archive.zip (SHA256 checksum: `dcca7ce173165d75eb7f5df76672ec598b11f12e583356eaf80b16f6d43ace9f`)
31-
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-13.1.0.3-archive.zip (SHA256 checksum: `4ac4847bbe4f7709b244956fcfc32197a2954ee70b155cb67eebd9ee26f7e339`)
32-
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-12.0.0.61-archive.zip (SHA256 checksum: `4f2695ea50f895618316ee32636f5d0e5e0bc330e74b3e0876bff002af9e1eb3`)
33-
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.4.0.35-archive.zip (SHA256 checksum: `c4db1ed0595fcdba3c4da0f5605ca4c3f4340b6be833d94765994e239c775a32`)
34-
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-12.0.4.66-archive.zip (SHA256 checksum: `8fe0aa8b2f8709402a8a7494037cdb648f0be7da1ed14e511cefea88a532ef8b`)
35-
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.6.3.3-archive.zip (SHA256 checksum: `21f70385aae76de5c24c6baab4df4337d0bc9e1ce69e9ebad228d87d686a28e6`)
36-
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-13.0.1.2-archive.zip (SHA256 checksum: `cec65b472cdbd97c557cc45cabc5998288b48c166b9e05d95b8ee3e44083906b`)
37-
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-13.0.85-archive.zip (SHA256 checksum: `38c6c854f325b64e7ca0a8b14e1996dedb5abbb38f3580e5c7744b688abdc56e`)
38-
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-13.0.88-archive.zip (SHA256 checksum: `4b2cff3cfcec50cab2193f11cee023589b1b3b15388ab38780ea08b7ebbf15e3`)
39-
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-13.0.1.86-archive.zip (SHA256 checksum: `b8d64f9fb90632e33685529e2b8baee245ca3dcaecab4b8998815ae0f44c5171`)
40-
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/cuda_crt/windows-x86_64/cuda_crt-windows-x86_64-13.0.88-archive.zip (SHA256 checksum: `ff413c89dbd96ed3b3dcfac923437de78acea32fb90309277197c8a127588112`)
41-
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/libnvvm/windows-x86_64/libnvvm-windows-x86_64-13.0.88-archive.zip (SHA256 checksum: `6dda4a82d22a2c173a65c66b4b4c933e3424a56ce845e2864bdca9cc66e6c524`)
21+
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-13.1.78-archive.zip (SHA256 checksum: `3ca35d067652a5cd53f32a77f5e61dacd0cad193572866d2f04e7d0ce567ed43`)
22+
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-13.1.80-archive.zip (SHA256 checksum: `e6f76dba2be1850a08168e90d868b12368aacb6c7d71871efb019f2d9648e877`)
23+
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-13.1.80-archive.zip (SHA256 checksum: `4857f9965e1d22178fb4a1394278169d743f84c599116920f5f2468eaf734fa0`)
24+
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-13.1.75-archive.zip (SHA256 checksum: `b65a436e338bc94fadb9a9d1294d6b4b2fa39e1f7d773f610a32ee899b4d38af`)
25+
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-13.1.80-archive.zip (SHA256 checksum: `0ef13e6e18b1d86c3cc3077996f3b90bae257ecc9588d4c1150aff92ea96006a`)
26+
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-13.1.80-archive.zip (SHA256 checksum: `0463592b42494ce98796fa62fc28bd0356f2be0b80ce3846656494d1901be88c`)
27+
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-13.1.68-archive.zip (SHA256 checksum: `163de253f2921e7328b6d3584f7993f57348be176308e189548bb735a0610638`)
28+
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-13.1.80-archive.zip (SHA256 checksum: `12dcd8d89bd70b8bc61b88abd995a8364b692ddfc5bea1fd424ff0f5ed74de1a`)
29+
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-13.1.80-archive.zip (SHA256 checksum: `7cafb794c68c11b3cd7d64a1d701638eeda227e031233e3d1e70f4e00f3b51c5`)
30+
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-13.1.75-archive.zip (SHA256 checksum: `d27c6cf33918d5a01041d14b330cda8cb3b9e6842bb744bec323da9a3d1ef53c`)
31+
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-13.2.0.9-archive.zip (SHA256 checksum: `ffefe0885c8d94d07eb544e5f9520d0c56c0726df5f16e8db9803d9628832f5d`)
32+
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-12.1.0.31-archive.zip (SHA256 checksum: `db7d149c51be5c79a5f47a45b3b495e13ed8d5fe673f7cd9b5caf1bf19e22866`)
33+
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.4.1.34-archive.zip (SHA256 checksum: `c853f0ba778e7cb35c295ee5ad13c107ac705f3836cebb4a6b8ddad0c4355ee1`)
34+
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-12.0.7.41-archive.zip (SHA256 checksum: `cce5008a2f701545d213ea0e4e0ba94eb0a03e39e64916065803b5b6ff1bb2c6`)
35+
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.7.2.19-archive.zip (SHA256 checksum: `8c46fb6b9abebb3307b462cbd72beed78be3a508c9d25536cca8936308187dbd`)
36+
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-13.0.2.21-archive.zip (SHA256 checksum: `851305c5de5d19ce96d563c8fda4dcabd330d76a69b770374f9237f4d91fcf97`)
37+
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-13.1.80-archive.zip (SHA256 checksum: `81926cf0c2f1b294e4a5c45b95ac0c65e3a7874933fc6b1b8b66f607ef209235`)
38+
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-13.1.80-archive.zip (SHA256 checksum: `db9356f207bd1db91c667eba1dde4646b0176991f66c1a0bb9ca2657e88647c7`)
39+
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-13.0.2.28-archive.zip (SHA256 checksum: `3cf694b6d8858bd7f7de436c31ef227834880ae376eff5a8f79d8a42ef46b875`)
40+
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/cuda_crt/windows-x86_64/cuda_crt-windows-x86_64-13.1.80-archive.zip (SHA256 checksum: `2ec78bceeb343bad1e344ddcfbcd3ea9fb79dc6556657e98dd7fe62d8fddee86`)
41+
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/libnvvm/windows-x86_64/libnvvm-windows-x86_64-13.1.80-archive.zip (SHA256 checksum: `2deed6a25c8425269ff930a866587e6d8f5d16e01a91e7a6d3f2cc4ee4c26ebf`)
4242

4343
## Platforms
4444

4545
`CUDA_SDK_static_jll.jl` is available for the following platforms:
4646

47-
* `Windows x86_64 {cuda=13}` (`x86_64-w64-mingw32-cuda+13`)
47+
* `Platform("x86_64", "windows"; )` (`x86_64-w64-mingw32`)

src/CUDA_SDK_static_jll.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ using Base: UUID
55
import JLLWrappers
66

77
JLLWrappers.@generate_main_file_header("CUDA_SDK_static")
8-
JLLWrappers.@generate_main_file("CUDA_SDK_static", UUID("8d8e3561-0b33-5a1a-a72b-b83d4fb556a1"))
8+
JLLWrappers.@generate_main_file("CUDA_SDK_static", Base.UUID("8d8e3561-0b33-5a1a-a72b-b83d4fb556a1"))
99
end # module CUDA_SDK_static_jll
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Autogenerated wrapper script for CUDA_SDK_static_jll for aarch64-linux-gnu-cuda+13
1+
# Autogenerated wrapper script for CUDA_SDK_static_jll for aarch64-linux-gnu
22
JLLWrappers.@generate_wrapper_header("CUDA_SDK_static")
33
function __init__()
44
JLLWrappers.@generate_init_header()
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Autogenerated wrapper script for CUDA_SDK_static_jll for x86_64-linux-gnu-cuda+13
1+
# Autogenerated wrapper script for CUDA_SDK_static_jll for x86_64-linux-gnu
22
JLLWrappers.@generate_wrapper_header("CUDA_SDK_static")
33
function __init__()
44
JLLWrappers.@generate_init_header()

src/wrappers/x86_64-w64-mingw32-cuda+13.jl renamed to src/wrappers/x86_64-w64-mingw32.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Autogenerated wrapper script for CUDA_SDK_static_jll for x86_64-w64-mingw32-cuda+13
1+
# Autogenerated wrapper script for CUDA_SDK_static_jll for x86_64-w64-mingw32
22
JLLWrappers.@generate_wrapper_header("CUDA_SDK_static")
33
function __init__()
44
JLLWrappers.@generate_init_header()

0 commit comments

Comments
 (0)