forked from pool/fflas-ffpack
Accepting request 442682 from science
- Add --disable-simd to fix spurious failures OBS-URL: https://build.opensuse.org/request/show/442682 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fflas-ffpack?expand=0&rev=6
This commit is contained in:
commit
0018367f46
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 29 10:46:23 UTC 2016 - jengelh@inai.de
|
||||
|
||||
- Add --disable-simd to fix spurious failures
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -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"
|
||||
--enable-doc --with-docdir="%_docdir/%name" --disable-simd
|
||||
trap "" ERR
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user