SHA256
1
0
forked from pool/fflas-ffpack

- Add --disable-simd to fix spurious failures

OBS-URL: https://build.opensuse.org/package/show/science/fflas-ffpack?expand=0&rev=22
This commit is contained in:
Jan Engelhardt 2016-11-29 10:47:29 +00:00 committed by Git OBS Bridge
parent b272d8e688
commit afc9c11b2e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
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

View File

@ -85,7 +85,7 @@ 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}