Skip to content

Commit a4fad8f

Browse files
committed
CUDA_SDK_static_jll build 12.2.1+0
1 parent 3a5258c commit a4fad8f

File tree

10 files changed

+135
-0
lines changed

10 files changed

+135
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
override/

Artifacts.toml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
[[CUDA_SDK_static]]
2+
arch = "x86_64"
3+
git-tree-sha1 = "2dc0ab356a3921807b89a27b71cef4cec7aa5bb2"
4+
libc = "glibc"
5+
os = "linux"
6+
7+
[[CUDA_SDK_static.download]]
8+
sha256 = "7b6336161dceb38481295ffc1641a238c65c841f07a7cec366dbaecb381d742d"
9+
url = "https://github.com/JuliaBinaryWrappers/CUDA_SDK_static_jll.jl/releases/download/CUDA_SDK_static-v12.2.1+0/CUDA_SDK_static.v12.2.1.x86_64-linux-gnu.tar.gz"
10+
[[CUDA_SDK_static]]
11+
arch = "powerpc64le"
12+
git-tree-sha1 = "aaf7987e6be3e466ed0cfafd48b96e7bb324300b"
13+
libc = "glibc"
14+
os = "linux"
15+
16+
[[CUDA_SDK_static.download]]
17+
sha256 = "f24dbb475863a1671ea623354e38e8a3305600b7c57ba055130029d842f8e737"
18+
url = "https://github.com/JuliaBinaryWrappers/CUDA_SDK_static_jll.jl/releases/download/CUDA_SDK_static-v12.2.1+0/CUDA_SDK_static.v12.2.1.powerpc64le-linux-gnu.tar.gz"
19+
[[CUDA_SDK_static]]
20+
arch = "aarch64"
21+
git-tree-sha1 = "11b240cc2bfc9eae4cf5ba7ee12042d42c851dc1"
22+
libc = "glibc"
23+
os = "linux"
24+
25+
[[CUDA_SDK_static.download]]
26+
sha256 = "714ac395ecdfecb1fbf475c57cdfa158d3fda4b60ca27523abb01aa90594fed3"
27+
url = "https://github.com/JuliaBinaryWrappers/CUDA_SDK_static_jll.jl/releases/download/CUDA_SDK_static-v12.2.1+0/CUDA_SDK_static.v12.2.1.aarch64-linux-gnu.tar.gz"
28+
[[CUDA_SDK_static]]
29+
arch = "x86_64"
30+
git-tree-sha1 = "ff22fa297221c437f7f1aaa6583e0f3fc4a47ae8"
31+
os = "windows"
32+
33+
[[CUDA_SDK_static.download]]
34+
sha256 = "c95e5cb60c2d1947981f5ca273e1c8b2f0a9a7047cf7aac0be5c4163a83cd2b9"
35+
url = "https://github.com/JuliaBinaryWrappers/CUDA_SDK_static_jll.jl/releases/download/CUDA_SDK_static-v12.2.1+0/CUDA_SDK_static.v12.2.1.x86_64-w64-mingw32.tar.gz"

LICENSE

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
The Julia source code within this repository (all files under `src/`) are
2+
released under the terms of the MIT "Expat" License, the text of which is
3+
included below. This license does not apply to the binary package wrapped by
4+
this Julia package and automatically downloaded by the Julia package manager
5+
upon installing this wrapper package. The binary package's license is shipped
6+
alongside the binary itself and can be found within the
7+
`share/licenses/CUDA_SDK_static` directory within its prefix.
8+
19
MIT License
210

311
Copyright (c) 2023 JuliaBinaryWrappers

Project.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name = "CUDA_SDK_static_jll"
2+
uuid = "8d8e3561-0b33-5a1a-a72b-b83d4fb556a1"
3+
version = "12.2.1+0"
4+
5+
[deps]
6+
JLLWrappers = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
7+
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
8+
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
9+
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
10+
11+
[compat]
12+
JLLWrappers = "1.2.0"
13+
julia = "1.0"

README.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# `CUDA_SDK_static_jll.jl` (v12.2.1+0)
2+
3+
[![deps](https://juliahub.com/docs/CUDA_SDK_static_jll/deps.svg)](https://juliahub.com/ui/Packages/CUDA_SDK_static_jll/eFajz?page=2)
4+
5+
This is an autogenerated package constructed using [`BinaryBuilder.jl`](https://github.com/JuliaPackaging/BinaryBuilder.jl).
6+
7+
The originating [`build_tarballs.jl`](https://github.com/JuliaPackaging/Yggdrasil/blob/dd1944cccaf12de870a1dcc7694873e40c2ba69a/C/CUDA/[email protected]/build_tarballs.jl) script can be found on [`Yggdrasil`](https://github.com/JuliaPackaging/Yggdrasil/), the community build tree.
8+
9+
## Bug Reports
10+
11+
If you have any issue, please report it to the Yggdrasil [bug tracker](https://github.com/JuliaPackaging/Yggdrasil/issues).
12+
13+
## Documentation
14+
15+
For more details about JLL packages and how to use them, see `BinaryBuilder.jl` [documentation](https://docs.binarybuilder.org/stable/jll/).
16+
17+
## Sources
18+
19+
The tarballs for `CUDA_SDK_static_jll.jl` have been built from these sources:
20+
21+
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/windows-x86_64/cuda_cccl-windows-x86_64-12.2.128-archive.zip (SHA256 checksum: `d51301eb28252a611c327a4df551ac6de09bfc457137519af2bb0af8a32be117`)
22+
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/cuda_cudart/windows-x86_64/cuda_cudart-windows-x86_64-12.2.128-archive.zip (SHA256 checksum: `851feb95f92a547c5dcf415d1c8dfad3d250475b96e454fe39c32b8531948878`)
23+
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/cuda_cuobjdump/windows-x86_64/cuda_cuobjdump-windows-x86_64-12.2.128-archive.zip (SHA256 checksum: `cf0240216b30273ef11dced2c2962e02a41eeb66d609f19db5f3f3dc427b9e8f`)
24+
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/windows-x86_64/cuda_cupti-windows-x86_64-12.2.131-archive.zip (SHA256 checksum: `abbb51597e48c4e94605841af13859601019d60d00bdaacbc0d2a75eacd78983`)
25+
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/windows-x86_64/cuda_nvcc-windows-x86_64-12.2.128-archive.zip (SHA256 checksum: `4214ced663d40cfead0f01627fe21304220a763358d66d2761c09dadca88d498`)
26+
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/windows-x86_64/cuda_nvdisasm-windows-x86_64-12.2.128-archive.zip (SHA256 checksum: `e820916bd2c87b736b9a43125b2fcbdf05049828147b9b93a50564a7965f742f`)
27+
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/windows-x86_64/cuda_nvml_dev-windows-x86_64-12.2.128-archive.zip (SHA256 checksum: `9322809b4acc4a6868221280fff8158d653a86a5bbed604fbbc6f4543b147181`)
28+
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/windows-x86_64/cuda_nvprune-windows-x86_64-12.2.128-archive.zip (SHA256 checksum: `1b039e91816ffe8fa18943e412294eb5f595b38fd536a588ec26c36214481763`)
29+
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/windows-x86_64/cuda_nvrtc-windows-x86_64-12.2.128-archive.zip (SHA256 checksum: `5d3f5ab083bc29db18baaef96970e6cc2383938e3b469f1f5df50fd39b40b8e4`)
30+
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/windows-x86_64/cuda_profiler_api-windows-x86_64-12.2.128-archive.zip (SHA256 checksum: `15328d6c3dc8a512c5fa771133bf319a2088f16b7b7491160b13bcaba0943e88`)
31+
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/cuda_sanitizer_api/windows-x86_64/cuda_sanitizer_api-windows-x86_64-12.2.128-archive.zip (SHA256 checksum: `7838bf3c406b733af4ec624bfbe50bfd2e110c040c8d24c894ba0f71e70250d0`)
32+
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/libcublas/windows-x86_64/libcublas-windows-x86_64-12.2.4.5-archive.zip (SHA256 checksum: `55d1e09e56f01ad936752a5b6dfafeaf43ce81119bcd64605539684925dcee82`)
33+
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/libcufft/windows-x86_64/libcufft-windows-x86_64-11.0.8.91-archive.zip (SHA256 checksum: `5deb48cb7ec467c7e12d67171bdca3b205b7d03e597126a06a88c6c502d1689c`)
34+
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.3.129-archive.zip (SHA256 checksum: `35e32fa7f00f7cc6d7372c05219d6e2981e7253b14f26eb5dfa0ca426a1e9ff0`)
35+
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/libcusolver/windows-x86_64/libcusolver-windows-x86_64-11.5.1.129-archive.zip (SHA256 checksum: `6efdef3433c10c2c515723ec02b939b95d415002bc39879de9d6e68eb6ceaae3`)
36+
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/libcusparse/windows-x86_64/libcusparse-windows-x86_64-12.1.2.129-archive.zip (SHA256 checksum: `879d8cb0459b213fc4ca40d0cda1d8094512bcb2778e6307790eb8fb43b3a089`)
37+
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/libnpp/windows-x86_64/libnpp-windows-x86_64-12.2.0.5-archive.zip (SHA256 checksum: `ce5c33fbf37f1dfbe6d1899c22904a17f59fae4c57f7c9ea1aad479bba947761`)
38+
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/libnvjpeg/windows-x86_64/libnvjpeg-windows-x86_64-12.2.1.2-archive.zip (SHA256 checksum: `a1ad2a5659c4fe524ba9e6f2cd07298b688f6bb3cb4c6e15d566ca26250a3653`)
39+
* compressed archive: https://developer.download.nvidia.com/compute/cuda/redist/libnvjitlink/windows-x86_64/libnvjitlink-windows-x86_64-12.2.128-archive.zip (SHA256 checksum: `ebbac339275aa7ac8464cd0f10ac8ee763d570ba36bc16cf5b5a7a8aed6bc74b`)
40+
41+
## Platforms
42+
43+
`CUDA_SDK_static_jll.jl` is available for the following platforms:
44+
45+
* `Windows x86_64` (`x86_64-w64-mingw32`)

src/CUDA_SDK_static_jll.jl

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Use baremodule to shave off a few KB from the serialized `.ji` file
2+
baremodule CUDA_SDK_static_jll
3+
using Base
4+
using Base: UUID
5+
import JLLWrappers
6+
7+
JLLWrappers.@generate_main_file_header("CUDA_SDK_static")
8+
JLLWrappers.@generate_main_file("CUDA_SDK_static", UUID("8d8e3561-0b33-5a1a-a72b-b83d4fb556a1"))
9+
end # module CUDA_SDK_static_jll

src/wrappers/aarch64-linux-gnu.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Autogenerated wrapper script for CUDA_SDK_static_jll for aarch64-linux-gnu
2+
JLLWrappers.@generate_wrapper_header("CUDA_SDK_static")
3+
function __init__()
4+
JLLWrappers.@generate_init_header()
5+
JLLWrappers.@generate_init_footer()
6+
end # __init__()
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Autogenerated wrapper script for CUDA_SDK_static_jll for powerpc64le-linux-gnu
2+
JLLWrappers.@generate_wrapper_header("CUDA_SDK_static")
3+
function __init__()
4+
JLLWrappers.@generate_init_header()
5+
JLLWrappers.@generate_init_footer()
6+
end # __init__()

src/wrappers/x86_64-linux-gnu.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Autogenerated wrapper script for CUDA_SDK_static_jll for x86_64-linux-gnu
2+
JLLWrappers.@generate_wrapper_header("CUDA_SDK_static")
3+
function __init__()
4+
JLLWrappers.@generate_init_header()
5+
JLLWrappers.@generate_init_footer()
6+
end # __init__()

src/wrappers/x86_64-w64-mingw32.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Autogenerated wrapper script for CUDA_SDK_static_jll for x86_64-w64-mingw32
2+
JLLWrappers.@generate_wrapper_header("CUDA_SDK_static")
3+
function __init__()
4+
JLLWrappers.@generate_init_header()
5+
JLLWrappers.@generate_init_footer()
6+
end # __init__()

0 commit comments

Comments
 (0)