Hi,
git branch
develop
* t/33522/pythran__update_to_0_11_0
, but when I try to compile from source the build fails with:
The following package(s) may have failed to build (not necessarily
during this run of 'make all-start'):
* package: openblas-0.3.20
last build time: 21 Mar 14:49
log file: /usr/local/src/sage/logs/pkgs/openblas-0.3.20.log
build directory: /usr/local/src/sage/local/var/tmp/sage/build/openblas-0.3.20
I was able to compile 9.6beta4 and I suspect that I have done something strange recently because I have already openblas installed with brew.
I am compiling using:
cd $SAGE_ROOT && MAKE="make -j6" && ./configure && source /usr/local/src/sage/.homebrew-build-env && ./config.status --recheck && ./config.status && make
I attach:
- /usr/local/src/sage/logs/pkgs/openblas-0.3.20.log
- /usr/local/src/sage/config.log
Any suggestions would be greatly appreciated.
Andrew