fflas-ffpack-2.0.0
OBS-URL: https://build.opensuse.org/package/show/science/fflas-ffpack?expand=0&rev=3
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
Name: fflas-ffpack
|
||||
%define lname libfflas0
|
||||
Version: 1.6.0
|
||||
Version: 2.0.0
|
||||
Release: 0
|
||||
Summary: Finite Field Linear Algebra Subroutines
|
||||
License: LGPL-2.1+
|
||||
@@ -26,8 +26,8 @@ Group: Productivity/Scientific/Math
|
||||
Url: http://linalg.org/projects/fflas-ffpack
|
||||
|
||||
#SVN-Clone: svn://linalg.org/fflas-ffpack
|
||||
#DL-URL: http://linalg.org/fflas-ffpack-1.6.0.tar.gz
|
||||
Source: %name-%version.tar.xz
|
||||
Source: http://linalg.org/%name-%version.tar.gz
|
||||
Source2: http://linalg.org/%name-ChangeLog-%version
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
@@ -71,13 +71,16 @@ the FFLAS-FFPACK API.
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--with-cblas="%_libdir/atlas" \
|
||||
--with-blas-cflags=" " \
|
||||
--with-blas-libs="-L%_libdir/atlas -lcblas -ltatlas" \
|
||||
--enable-doc --with-docdir="%_docdir/%name"
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
b="%buildroot";
|
||||
make install DESTDIR="$b";
|
||||
cp "%{S:2}" "$b/%_docdir/%name/"
|
||||
rm -f "$b/%_docdir/%name/fflas-ffpack-html/INSTALL"
|
||||
%fdupes %buildroot/%_prefix
|
||||
|
||||
%files devel
|
||||
@@ -87,8 +90,6 @@ make install DESTDIR="$b";
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root)
|
||||
%dir %_docdir/%name/
|
||||
%_docdir/%name/fflas-ffpack.html
|
||||
%_docdir/%name/fflas-ffpack-html/
|
||||
%_docdir/%name/
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user