Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Oct 22, 2020
1 parent bb8e4a1 commit 3df6769
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions L/libjulia/common.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ function configure(version)
;;
esac
case ${target} in
arm-*)
export CC="$CC -mcpu-armv7-a"
export CXX="$CXX -mcpu-armv7-a"
;;
esac
cat << EOM >Make.host.user
override CC=${CC_BUILD}
override CXX=${CXX_BUILD}
Expand Down Expand Up @@ -128,13 +135,6 @@ function configure(version)
LOCALBASE=${prefix}
EOM
case ${target} in
arm-*)
echo "MCPU=generic-armv7-a" >>Make.user
;;
esac
# setting USE_SYSTEM_BLAS to get Julia to use OpenBLAS_jll doesn't work on macOS,
# where the Julia build system instead tries to use a native BLAS, which however
# then requires compiling a custom lapack, which fails for Julia 1.4
Expand Down

0 comments on commit 3df6769

Please sign in to comment.