Skip to content

Commit

Permalink
Update CUDA required_dependencies for new CUDA_SDK package name (#7522)
Browse files Browse the repository at this point in the history
  • Loading branch information
imciner2 authored Oct 12, 2023
1 parent f566d6c commit 9c8a37b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platforms/cuda.jl
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ end
platform(cuda::String) = cuda

# BinaryBuilder.jl currently does not allow selecting a BuildDependency by compat,
# so we need the full version for CUDA_full_jll (JuliaPackaging/BinaryBuilder.jl#/1212).
# so we need the full version for CUDA_SDK_jll (JuliaPackaging/BinaryBuilder.jl#/1212).
const cuda_full_versions = [
v"11.4.4",
v"11.5.2",
Expand Down Expand Up @@ -164,7 +164,7 @@ function required_dependencies(platform)
end
release = VersionNumber(tags(platform)["cuda"])
return BinaryBuilder.AbstractDependency[
BuildDependency(PackageSpec(name="CUDA_full_jll", version=CUDA.full_version(release))),
BuildDependency(PackageSpec(name="CUDA_SDK_jll", version=CUDA.full_version(release))),
RuntimeDependency(PackageSpec(name="CUDA_Runtime_jll"))
]
end
Expand Down

0 comments on commit 9c8a37b

Please sign in to comment.