diff --git a/fflas-ffpack.changes b/fflas-ffpack.changes index cd9b75a..a6777f4 100644 --- a/fflas-ffpack.changes +++ b/fflas-ffpack.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Nov 1 00:05:57 UTC 2014 - avvissu@yandex.ru + +- Fix build error on 32bit architecture: + * add atlas macro +- Do not compile in DATE and TIME: + * HTML_TIMESTAMP tag set to NO + ------------------------------------------------------------------- Sun Aug 10 11:53:26 UTC 2014 - jengelh@inai.de diff --git a/fflas-ffpack.spec b/fflas-ffpack.spec index 479dc91..e8ca2ed 100644 --- a/fflas-ffpack.spec +++ b/fflas-ffpack.spec @@ -15,6 +15,11 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +%ifarch %ix86 +%define atlas %{_libdir}/atlas-sse2 +%else +%define atlas %{_libdir}/atlas +%endif Name: fflas-ffpack %define lname libfflas0 @@ -69,10 +74,13 @@ the FFLAS-FFPACK API. %prep %setup -q +#Do not compile in DATE and TIME +sed '/HTML_TIMESTAMP/s/YES/NO/' -i doc/Doxyfile + %build %configure \ --with-blas-cflags=" " \ - --with-blas-libs="-L%_libdir/atlas -lcblas -ltatlas" \ + --with-blas-libs="-L%{atlas} -lcblas -ltatlas" \ --enable-doc --with-docdir="%_docdir/%name" make %{?_smp_mflags}