- 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:
@@ -81,10 +81,12 @@ sed '/HTML_TIMESTAMP/s/YES/NO/' -i doc/Doxyfile
|
||||
if [ ! -e configure ]; then
|
||||
autoreconf -fi
|
||||
fi
|
||||
trap "cat config.log; exit 1" ERR
|
||||
%configure \
|
||||
--with-blas-cflags=" " \
|
||||
--with-blas-libs="-lcblas -lblas" \
|
||||
--enable-doc --with-docdir="%_docdir/%name"
|
||||
trap "" ERR
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
|
Reference in New Issue
Block a user