Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
build/pkgs/numpy/spkg-install.in: Remove outdated workaround for nump…
Browse files Browse the repository at this point in the history
…y 1.20.x from Trac #32021
  • Loading branch information
Matthias Koeppe committed Sep 25, 2022
1 parent bccc17d commit 499f10b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build/pkgs/numpy/spkg-install.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ fi
export FFLAGS="$FFLAGS -fPIC"
export FCFLAGS="$FCFLAGS -fPIC"

# Numpy 1.20.3 enables some intrinsics on machines without support with `-march=native`.
# We disable it until this is fixed.
export CFLAGS="$CFLAGS_NON_NATIVE"

export NUMPY_FCONFIG="config_fc --noopt --noarch"
if [ "$SAGE_FAT_BINARY" = "yes" ]; then
export NUMPY_FCONFIG="--cpu-baseline=NONE"
Expand Down

0 comments on commit 499f10b

Please sign in to comment.