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

Commit 260c2f7

Browse files
committed
Increase openblas verbosity again, builds stalling
Builds are stalling with > 10 minutes without output - restore openblas output.
1 parent e6c4002 commit 260c2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function pre_build {
77
if [ -n "$IS_OSX" ]; then
88
sudo installer -pkg archives/gfortran-4.2.3.pkg -target /
99
else
10-
build_openblas >& /dev/null
10+
build_openblas > /dev/null
1111
# Force scipy to use OpenBLAS regardless of what numpy uses
1212
cat << EOF > $HOME/site.cfg
1313
[openblas]

0 commit comments

Comments
 (0)