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:
2014-08-10 11:54:44 +00:00
committed by Git OBS Bridge
parent cc540f7c2f
commit 67edbeeac6
5 changed files with 73 additions and 10 deletions

View File

@@ -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