Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit 128e8ef

Browse files
author
Jonathan Kliem
committed
Revert "do not allow numpy intrinsics when building fat binary"
This reverts commit 468395d.
1 parent 2c25f07 commit 128e8ef

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

build/pkgs/numpy/spkg-install.in

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@ python3 ../lapack_conf.py
2222
export FFLAGS="$FFLAGS -fPIC"
2323
export FCFLAGS="$FCFLAGS -fPIC"
2424

25-
if [ "$SAGE_FAT_BINARY" = "yes" ]; then
26-
export NUMPY_FCONFIG="config_fc --noopt --noarch --cpu-dispatch=\"min\""
27-
else
28-
export NUMPY_FCONFIG="config_fc --noopt --noarch"
29-
fi
25+
export NUMPY_FCONFIG="config_fc --noopt --noarch"
3026

3127
################################################
3228

0 commit comments

Comments
 (0)