Skip to content

Commit

Permalink
change CUDA_SDK_jll to HostBuildDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbyrne committed Dec 12, 2023
1 parent 08747f2 commit 647ea98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/cuda.jl
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ function required_dependencies(platform; static_sdk=false)
end
release = VersionNumber(tags(platform)["cuda"])
deps = BinaryBuilder.AbstractDependency[
BuildDependency(PackageSpec(name="CUDA_SDK_jll", version=CUDA.full_version(release))),
HostBuildDependency(PackageSpec(name="CUDA_SDK_jll", version=CUDA.full_version(release))),
RuntimeDependency(PackageSpec(name="CUDA_Runtime_jll"))
]

Expand Down

0 comments on commit 647ea98

Please sign in to comment.