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
|
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/
|
# 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
|
Name: fflas-ffpack
|
||||||
%define lname libfflas0
|
%define lname libfflas0
|
||||||
@ -69,10 +74,13 @@ the FFLAS-FFPACK API.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
|
#Do not compile in DATE and TIME
|
||||||
|
sed '/HTML_TIMESTAMP/s/YES/NO/' -i doc/Doxyfile
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--with-blas-cflags=" " \
|
--with-blas-cflags=" " \
|
||||||
--with-blas-libs="-L%_libdir/atlas -lcblas -ltatlas" \
|
--with-blas-libs="-L%{atlas} -lcblas -ltatlas" \
|
||||||
--enable-doc --with-docdir="%_docdir/%name"
|
--enable-doc --with-docdir="%_docdir/%name"
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user