Skip to content

Commit 455e1fa

Browse files
author
Matthias Koeppe
committed
build/pkgs/numpy/spkg-install.in: Use pip wheel --no-use-pep517
1 parent 3832350 commit 455e1fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build/pkgs/numpy/spkg-install.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# -*- shell-script -*-
12
cd src
23

34
set -e
@@ -39,6 +40,7 @@ fi
3940

4041
################################################
4142

42-
eval sdh_pip_install \
43+
# Trac #33138: numpy is a PEP 517 package, so the crucial "--build-option"s would be ignored.
44+
eval sdh_pip_install --no-use-pep517 \
4345
$(eval sdh_prefix_args "--build-option" build ${NUMPY_CONFIG} ${NUMPY_FCONFIG}) \
4446
.

0 commit comments

Comments
 (0)