- 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:
parent
b272d8e688
commit
afc9c11b2e
@ -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
|
Mon Nov 28 00:07:45 UTC 2016 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -85,7 +85,7 @@ 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" --disable-simd
|
||||||
trap "" ERR
|
trap "" ERR
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user