Hello community,

here is the log from the commit of package fflas-ffpack for openSUSE:Factory 
checked in at 2017-01-29 10:35:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fflas-ffpack (Old)
 and      /work/SRC/openSUSE:Factory/.fflas-ffpack.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fflas-ffpack"

Changes:
--------
--- /work/SRC/openSUSE:Factory/fflas-ffpack/fflas-ffpack.changes        
2016-11-04 21:00:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.fflas-ffpack.new/fflas-ffpack.changes   
2017-02-03 17:36:46.888511072 +0100
@@ -1,0 +2,11 @@
+Tue Nov 29 10:46:23 UTC 2016 - [email protected]
+
+- Add --disable-simd to fix spurious failures
+
+-------------------------------------------------------------------
+Mon Nov 28 00:07:45 UTC 2016 - [email protected]
+
+- From time to time, configure fails to find lapack when built in
+  openSUSE:Factory. Emit config.log when that happens.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ fflas-ffpack.spec ++++++
--- /var/tmp/diff_new_pack.t1DuDx/_old  2017-02-03 17:36:47.448431822 +0100
+++ /var/tmp/diff_new_pack.t1DuDx/_new  2017-02-03 17:36:47.452431256 +0100
@@ -81,10 +81,12 @@
 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


Reply via email to