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

Commit 6e084f9

Browse files
author
Release Manager
committed
Trac #31521: numpy build broken with SAGE_FAT_BINARY=yes
Follow up from #29537. URL: https://trac.sagemath.org/31521 Reported by: mkoeppe Ticket author(s): Jonathan Kliem Reviewer(s): Matthias Koeppe
2 parents 2c25f07 + 128e8ef commit 6e084f9

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

build/pkgs/configure/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=configure-VERSION.tar.gz
2-
sha1=bb7050ca732ec30cabe28f018b0dfab43ea1ce0b
3-
md5=a22a34d6f329fd4fafa7794eba219619
4-
cksum=3797497074
2+
sha1=42d03abcd7979d20d5c0a74cbd97b040771e4b41
3+
md5=635e9ce98b71dca73974737a71ec6f9f
4+
cksum=1007298680
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5e86bf2b7a5873e9f42b32c43718a24d834b5abd
1+
847adc088dbf9d8374fbbc44f4ef4e7f942f1a1f

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)