Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit fe2ee4e

Browse files
Update build_tarballs.jl
1 parent 1eb068c commit fe2ee4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build_tarballs.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ make BLASLDFLAGS="${blasldflags}" ${flags} out/libscsindir.${dlext}
3535
mv out/libscs* ${prefix}/lib/
3636
3737
# Copied from https://github.com/JuliaLinearAlgebra/ArpackBuilder/blob/ed55085cd647b39fefb923c3dd95b03591522760/build_tarballs.jl#L72-L77
38+
# Also see https://github.com/JuliaLang/julia/issues/27610
3839
# For now, we'll have to adjust the name of the OpenBLAS library on macOS.
3940
# Eventually, this should be fixed upstream
4041
if [[ ${target} == "x86_64-apple-darwin14" ]]; then

0 commit comments

Comments
 (0)