We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9052fb5 commit 3d881b3Copy full SHA for 3d881b3
tools/wheels/cibw_before_build.sh
@@ -43,7 +43,7 @@ if [[ "$INSTALL_OPENBLAS" = "true" ]] ; then
43
echo pkgconf_path is $pkgconf_path, OPENBLAS is ${OPENBLAS}
44
rm -rf $pkgconf_path
45
mkdir -p $pkgconf_path
46
- python -m pip install -r $PROJECT_DIR/numpy/requirements/ci_requirements.txt
+ python -m pip install -r $NUMPY_SRC_DIR/requirements/ci_requirements.txt
47
python -c "import scipy_${OPENBLAS}; print(scipy_${OPENBLAS}.get_pkg_config())" > $pkgconf_path/scipy-openblas.pc
48
49
# Copy scipy-openblas DLL's to a fixed location so we can point delvewheel
0 commit comments