Skip to content

Commit

Permalink
[[email protected]] Compile with llvm 13 for msan build
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah authored and giordano committed Jan 25, 2024
1 parent 3060f2a commit 1c245ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions O/OpenBLAS/[email protected]/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies = openblas_dependencies(platforms)

# Build the tarballs
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies;
preferred_gcc_version=v"6", lock_microarchitecture=false, julia_compat="1.10")
preferred_gcc_version=v"6", preferred_llvm_version=v"13.0.1", lock_microarchitecture=false, julia_compat="1.10")


# Build trigger: 1
# Build trigger: 1
2 changes: 1 addition & 1 deletion O/OpenBLAS/[email protected]/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ dependencies = openblas_dependencies(platforms)

# Build the tarballs
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies;
preferred_gcc_version=v"6", lock_microarchitecture=false, julia_compat="1.10")
preferred_gcc_version=v"6" preferred_llvm_version=v"13.0.1", lock_microarchitecture=false, julia_compat="1.10")

# Build trigger: 4

0 comments on commit 1c245ca

Please sign in to comment.