SHA256
1
0
forked from pool/fflas-ffpack

- From time to time, configure fails to find lapack when built in

openSUSE:Factory. Emit config.log when that happens.

OBS-URL: https://build.opensuse.org/package/show/science/fflas-ffpack?expand=0&rev=21
This commit is contained in:
Jan Engelhardt 2016-11-28 00:09:07 +00:00 committed by Git OBS Bridge
parent 570743b31e
commit b272d8e688
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Nov 28 00:07:45 UTC 2016 - jengelh@inai.de
- From time to time, configure fails to find lapack when built in
openSUSE:Factory. Emit config.log when that happens.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 20 18:34:24 UTC 2016 - jengelh@inai.de Thu Oct 20 18:34:24 UTC 2016 - jengelh@inai.de

View File

@ -81,10 +81,12 @@ sed '/HTML_TIMESTAMP/s/YES/NO/' -i doc/Doxyfile
if [ ! -e configure ]; then if [ ! -e configure ]; then
autoreconf -fi autoreconf -fi
fi fi
trap "cat config.log; exit 1" ERR
%configure \ %configure \
--with-blas-cflags=" " \ --with-blas-cflags=" " \
--with-blas-libs="-lcblas -lblas" \ --with-blas-libs="-lcblas -lblas" \
--enable-doc --with-docdir="%_docdir/%name" --enable-doc --with-docdir="%_docdir/%name"
trap "" ERR
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install