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

Commit 050f8df

Browse files
author
Matthias Koeppe
committed
build/pkgs/numpy/spkg-install.in: Use sdh_pip_install, sdh_prefix_args
1 parent 85d1d27 commit 050f8df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/pkgs/numpy/spkg-install.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ fi
3535

3636
################################################
3737

38-
sdh_setup_bdist_wheel build ${NUMPY_CONFIG} ${NUMPY_FCONFIG}
39-
40-
sdh_store_and_pip_install_wheel .
38+
eval sdh_pip_install \
39+
$(eval sdh_prefix_args "--build-option" build ${NUMPY_CONFIG} ${NUMPY_FCONFIG}) \
40+
.

0 commit comments

Comments
 (0)