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: Fix 32bit build on x86_64 (fixup)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Jun 29, 2022
1 parent 9cd5ea6 commit ee79c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pkgs/numpy/spkg-install.in
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ fi
# Trac #32423: Fix 32-bit builds on x86_64
ARCH=$($CC -dumpmachine 2>/dev/null || echo unknown)
case "$ARCH" in
x86_64)
*x86_64*)
;;
*)
export NPY_DISABLE_SVML=1
Expand Down

0 comments on commit ee79c2e

Please sign in to comment.