Skip to content

Commit

Permalink
[LAPACK] Rebuild for new architectures (#9804)
Browse files Browse the repository at this point in the history
Co-authored-by: Viral B. Shah <[email protected]>
  • Loading branch information
ViralBShah and ViralBShah authored Nov 17, 2024
1 parent 1c935bf commit 5d124d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion L/LAPACK/LAPACK/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ filter!(p -> !(arch(p) == "aarch64" && Sys.islinux(p) && libgfortran_version(p)
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies;
clang_use_lld=false, julia_compat="1.9", preferred_gcc_version=v"6")

# Build Trigger: 3
# Build Trigger: 4
2 changes: 1 addition & 1 deletion L/LAPACK/LAPACK32/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ products = [
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies;
clang_use_lld=false, julia_compat="1.9", preferred_gcc_version=v"6")

# Build Trigger: 1
# Build Trigger: 2

0 comments on commit 5d124d5

Please sign in to comment.