forked from pool/fflas-ffpack
Accepting request 259238 from home:awissu:branches:science
OBS-URL: https://build.opensuse.org/request/show/259238 OBS-URL: https://build.opensuse.org/package/show/science/fflas-ffpack?expand=0&rev=4
This commit is contained in:
parent
67edbeeac6
commit
97ee297316
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user