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 d5873d8 commit 7d8ef8fCopy full SHA for 7d8ef8f
tools/wheels/cibw_before_build.sh
@@ -25,7 +25,7 @@ elif [ -z $INSTALL_OPENBLAS ]; then
25
export INSTALL_OPENBLAS=true
26
fi
27
28
-# Install OpenBLAS from scipy-openblas64
+# Install OpenBLAS from scipy-openblas32|64
29
if [[ "$INSTALL_OPENBLAS" = "true" ]] ; then
30
# By default, use scipy-openblas64
31
# On 32-bit platforms and on win-arm64, use scipy-openblas32
0 commit comments