Skip to content

Commit

Permalink
CUDA_Driver_jll build 0.9.1+1
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbuild committed Jul 4, 2024
1 parent 59208dd commit 18c89e9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
6 changes: 2 additions & 4 deletions Artifacts.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
[[CUDA_Driver]]
arch = "x86_64"
git-tree-sha1 = "a86b67fd924e2a8c72d376d301a34b2364281978"
lazy = true
libc = "glibc"
os = "linux"

[[CUDA_Driver.download]]
sha256 = "350b076a65dc548226a91cb53a029647c1264ef6099379eb8f0e5f95dcaa0a15"
url = "https://github.com/JuliaBinaryWrappers/CUDA_Driver_jll.jl/releases/download/CUDA_Driver-v0.9.1+0/CUDA_Driver.v0.9.1.x86_64-linux-gnu.tar.gz"
url = "https://github.com/JuliaBinaryWrappers/CUDA_Driver_jll.jl/releases/download/CUDA_Driver-v0.9.1+1/CUDA_Driver.v0.9.1.x86_64-linux-gnu.tar.gz"
[[CUDA_Driver]]
arch = "aarch64"
git-tree-sha1 = "056359c8cd352cf6990ab2a77cba5667e3ce752e"
lazy = true
libc = "glibc"
os = "linux"

[[CUDA_Driver.download]]
sha256 = "49e52dc966d0fdbb0d52b51f4ec10079e74e40983b180a38f76e79ecd51701f9"
url = "https://github.com/JuliaBinaryWrappers/CUDA_Driver_jll.jl/releases/download/CUDA_Driver-v0.9.1+0/CUDA_Driver.v0.9.1.aarch64-linux-gnu.tar.gz"
url = "https://github.com/JuliaBinaryWrappers/CUDA_Driver_jll.jl/releases/download/CUDA_Driver-v0.9.1+1/CUDA_Driver.v0.9.1.aarch64-linux-gnu.tar.gz"
4 changes: 1 addition & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
name = "CUDA_Driver_jll"
uuid = "4ee394cb-3365-5eb0-8335-949819d2adfc"
version = "0.9.1+0"
version = "0.9.1+1"

[deps]
JLLWrappers = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"

[compat]
JLLWrappers = "1.2.0"
julia = "1.0"
Pkg = "1"
LazyArtifacts = "1"
Libdl = "1"
Artifacts = "1"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# `CUDA_Driver_jll.jl` (v0.9.1+0)
# `CUDA_Driver_jll.jl` (v0.9.1+1)

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

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

The originating [`build_tarballs.jl`](https://github.com/JuliaPackaging/Yggdrasil/blob/096e4c2516fea296f70a7cfc5f95d940242c87d9/C/CUDA/CUDA_Driver/build_tarballs.jl) script can be found on [`Yggdrasil`](https://github.com/JuliaPackaging/Yggdrasil/), the community build tree.
The originating [`build_tarballs.jl`](https://github.com/JuliaPackaging/Yggdrasil/blob/f7f969d70b4cb30fec7396057a77e0b6777214ea/C/CUDA/CUDA_Driver/build_tarballs.jl) script can be found on [`Yggdrasil`](https://github.com/JuliaPackaging/Yggdrasil/), the community build tree.

## Bug Reports

Expand Down
1 change: 0 additions & 1 deletion src/CUDA_Driver_jll.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
baremodule CUDA_Driver_jll
using Base
using Base: UUID
using LazyArtifacts
import JLLWrappers

JLLWrappers.@generate_main_file_header("CUDA_Driver")
Expand Down

0 comments on commit 18c89e9

Please sign in to comment.