Skip to content

Commit

Permalink
CUDSS_jll build 0.3.0+0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbuild committed Jul 3, 2024
1 parent df9c969 commit cc9dc20
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 18 deletions.
3 changes: 0 additions & 3 deletions .pkg/platform_augmentation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,5 @@ function augment_platform!(platform::Platform)
end
BinaryPlatforms.set_compare_strategy!(platform, "cuda", cuda_comparison_strategy)

# store the fact that we're using a local CUDA toolkit, for debugging purposes
platform["cuda_local"] = string(local_toolkit)

return platform
end
31 changes: 22 additions & 9 deletions Artifacts.toml
Original file line number Diff line number Diff line change
@@ -1,32 +1,45 @@
[[CUDSS]]
arch = "x86_64"
cuda = "12.0"
git-tree-sha1 = "4e68029801a496e94561e7383b39ef605c0169cf"
git-tree-sha1 = "696b0bc55cd43983e0a11fed4e50ff0fe852dfe4"
lazy = true
libc = "glibc"
os = "linux"

[[CUDSS.download]]
sha256 = "61909132713fa5f76c77e31ddef2809559f5b775409d2296a933a5745f394e03"
url = "https://github.com/JuliaBinaryWrappers/CUDSS_jll.jl/releases/download/CUDSS-v0.2.1+0/CUDSS.v0.2.1.x86_64-linux-gnu-cuda+12.0.tar.gz"
sha256 = "f89739036bd88dd87b3102ec4535d9998f71e862c35626828195c7d2a0d47221"
url = "https://github.com/JuliaBinaryWrappers/CUDSS_jll.jl/releases/download/CUDSS-v0.3.0+0/CUDSS.v0.3.0.x86_64-linux-gnu-cuda+12.0.tar.gz"
[[CUDSS]]
arch = "aarch64"
cuda = "12.0"
git-tree-sha1 = "543b8f940d0b1d921e61e6189150b65200cdc932"
cuda_platform = "jetson"
git-tree-sha1 = "e9a3b077a90c3b1bc2fe25c5fb17e726c58d1c45"
lazy = true
libc = "glibc"
os = "linux"

[[CUDSS.download]]
sha256 = "4b7a6430da322411dbef2a08a4eae11ea4eac3238f607bbca7ba6816efd16c18"
url = "https://github.com/JuliaBinaryWrappers/CUDSS_jll.jl/releases/download/CUDSS-v0.2.1+0/CUDSS.v0.2.1.aarch64-linux-gnu-cuda+12.0.tar.gz"
sha256 = "8db29eddb80bdce6266924ba96d61e9147c1eb687b542265f8a146133588ae60"
url = "https://github.com/JuliaBinaryWrappers/CUDSS_jll.jl/releases/download/CUDSS-v0.3.0+0/CUDSS.v0.3.0.aarch64-linux-gnu-cuda_platform+jetson-cuda+12.0.tar.gz"
[[CUDSS]]
arch = "aarch64"
cuda = "12.0"
cuda_platform = "sbsa"
git-tree-sha1 = "13103dfb11e8f4abe6f5beaa72a1d0dd4dc9db78"
lazy = true
libc = "glibc"
os = "linux"

[[CUDSS.download]]
sha256 = "1ad1608a5d460578426b0dcb06977aee6da4b5d47e73703b697d2b40ee36b76a"
url = "https://github.com/JuliaBinaryWrappers/CUDSS_jll.jl/releases/download/CUDSS-v0.3.0+0/CUDSS.v0.3.0.aarch64-linux-gnu-cuda_platform+sbsa-cuda+12.0.tar.gz"
[[CUDSS]]
arch = "x86_64"
cuda = "12.0"
git-tree-sha1 = "6aeee82e8e9b9e5545d4ba030fe444681ecd0570"
git-tree-sha1 = "dfa9387fa4fa158e08a1dec7725826591a1a88c1"
lazy = true
os = "windows"

[[CUDSS.download]]
sha256 = "44d7668d81264732372cca6fb52c413eadc6b0ec42230eacfdc006dd301b8067"
url = "https://github.com/JuliaBinaryWrappers/CUDSS_jll.jl/releases/download/CUDSS-v0.2.1+0/CUDSS.v0.2.1.x86_64-w64-mingw32-cuda+12.0.tar.gz"
sha256 = "232c391240815ffcbcd1f77b5a41d4f8c54b1f44b06c4fa8d187d59a21fababa"
url = "https://github.com/JuliaBinaryWrappers/CUDSS_jll.jl/releases/download/CUDSS-v0.3.0+0/CUDSS.v0.3.0.x86_64-w64-mingw32-cuda+12.0.tar.gz"
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "CUDSS_jll"
uuid = "4889d778-9329-5762-9fec-0578a5d30366"
version = "0.2.1+0"
version = "0.3.0+0"

[deps]
JLLWrappers = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# `CUDSS_jll.jl` (v0.2.1+0)
# `CUDSS_jll.jl` (v0.3.0+0)

[![deps](https://juliahub.com/docs/CUDSS_jll/deps.svg)](https://juliahub.com/ui/Packages/CUDSS_jll/zjbKf?page=2)
[![deps](https://juliahub.com/docs/CUDSS_jll/deps.svg)](https://juliahub.com/ui/Packages/General/CUDSS_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/3d606377c53491f5ddad517de6bc273326ec8f4c/C/CUDA/CUDSS/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/7a0a22b826725b7a13a2acf19e88a9ecc856a440/C/CUDA/CUDSS/build_tarballs.jl) script can be found on [`Yggdrasil`](https://github.com/JuliaPackaging/Yggdrasil/), the community build tree.

## Bug Reports

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

The tarballs for `CUDSS_jll.jl` have been built from these sources:

* compressed archive: https://developer.download.nvidia.com/compute/cudss/redist/libcudss/windows-x86_64/libcudss-windows-x86_64-0.2.1.3_cuda12-archive.zip (SHA256 checksum: `0353c12dde22283a3672bf28aeedbc663f76066ac1b22a33930ceb9dcb658983`)
* compressed archive: https://developer.download.nvidia.com/compute/cudss/redist/libcudss/windows-x86_64/libcudss-windows-x86_64-0.3.0.9_cuda12-archive.zip (SHA256 checksum: `ac0979610d3eda9e6ce803380587118c6ec72b7dc580e6e96392ac065010196f`)

## Platforms

Expand Down
16 changes: 16 additions & 0 deletions src/wrappers/aarch64-linux-gnu-cuda_platform+jetson-cuda+12.0.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Autogenerated wrapper script for CUDSS_jll for aarch64-linux-gnu-cuda_platform+jetson-cuda+12.0
export libcudss

using CUDA_Runtime_jll
JLLWrappers.@generate_wrapper_header("CUDSS")
JLLWrappers.@declare_library_product(libcudss, "libcudss.so.0")
function __init__()
JLLWrappers.@generate_init_header(CUDA_Runtime_jll)
JLLWrappers.@init_library_product(
libcudss,
"lib/libcudss.so",
RTLD_LAZY | RTLD_DEEPBIND,
)

JLLWrappers.@generate_init_footer()
end # __init__()
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Autogenerated wrapper script for CUDSS_jll for aarch64-linux-gnu-cuda+12.0
# Autogenerated wrapper script for CUDSS_jll for aarch64-linux-gnu-cuda_platform+sbsa-cuda+12.0
export libcudss

using CUDA_Runtime_jll
Expand Down

0 comments on commit cc9dc20

Please sign in to comment.