Skip to content

Commit

Permalink
julia: add targets constraint to llvm (spack#28682)
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie authored Jan 31, 2022
1 parent fff9a29 commit f080e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/julia/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Julia(MakefilePackage):
# Note, we just use link_llvm_dylib so that we not only get a libLLVM,
# but also so that llvm-config --libfiles gives only the dylib. Without
# it it also gives static libraries, and breaks Julia's build.
depends_on('llvm version_suffix=jl +link_llvm_dylib ~internal_unwind')
depends_on('llvm targets=amdgpu,bpf,nvptx,webassembly version_suffix=jl +link_llvm_dylib ~internal_unwind')
depends_on('libuv')

with when('@1.7.0:1.7'):
Expand Down

0 comments on commit f080e59

Please sign in to comment.