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: Use sdh_pip_install, sdh_prefix_args
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Aug 12, 2021
1 parent 85d1d27 commit 050f8df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/pkgs/numpy/spkg-install.in
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ fi

################################################

sdh_setup_bdist_wheel build ${NUMPY_CONFIG} ${NUMPY_FCONFIG}

sdh_store_and_pip_install_wheel .
eval sdh_pip_install \
$(eval sdh_prefix_args "--build-option" build ${NUMPY_CONFIG} ${NUMPY_FCONFIG}) \
.

0 comments on commit 050f8df

Please sign in to comment.