SHA256
1
0
forked from pool/fflas-ffpack

- Update to new upstream release 2.2.0

OBS-URL: https://build.opensuse.org/package/show/science/fflas-ffpack?expand=0&rev=9
This commit is contained in:
2016-03-12 22:39:49 +00:00
committed by Git OBS Bridge
parent 4b336d59f8
commit 9381a7c8cb
4 changed files with 21 additions and 10 deletions

BIN
fflas-ffpack-2.1.0.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Mar 12 21:38:30 UTC 2016 - jengelh@inai.de
- Update to new upstream release 2.2.0
* improvements and API change for the parallel code
* new random matrix generators
-------------------------------------------------------------------
Tue Jan 19 13:00:33 UTC 2016 - jengelh@inai.de

View File

@@ -23,23 +23,24 @@
Name: fflas-ffpack
%define lname libfflas0
Version: 2.1.0
Version: 2.2.0
Release: 0
Summary: Finite Field Linear Algebra Subroutines
License: LGPL-2.1+
Group: Productivity/Scientific/Math
URL: https://linbox-team.github.io/fflas-ffpack/
#Git-Clone: git://github.com/linbox-team/fflas-ffpack
Source: http://linalg.org/%name-%version.tar.gz
Source: https://github.com/linbox-team/%name/archive/v%version.tar.gz
BuildRequires: doxygen
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: givaro-devel >= 4
BuildRequires: givaro-devel < 4.1
BuildRequires: gmp-devel >= 3.1.1
BuildRequires: lapack-devel
BuildRequires: libatlas3-devel
BuildRequires: libtool >= 2.2
BuildRequires: pkg-config
BuildRequires: pkgconfig(givaro) >= 4.0.1
BuildRequires: pkgconfig(givaro) < 4.0.2
BuildRoot: %_tmppath/%name-%version-build
%description
@@ -77,6 +78,9 @@ the FFLAS-FFPACK API.
sed '/HTML_TIMESTAMP/s/YES/NO/' -i doc/Doxyfile
%build
if [ ! -e configure ]; then
autoreconf -fi
fi
%configure \
--with-blas-cflags=" " \
--with-blas-libs="-L%atlas -lcblas -ltatlas" \
@@ -84,9 +88,8 @@ sed '/HTML_TIMESTAMP/s/YES/NO/' -i doc/Doxyfile
make %{?_smp_mflags}
%install
b="%buildroot";
%make_install
rm -f "$b/%_docdir/%name/fflas-ffpack-html/INSTALL"
rm -f "%buildroot/%_docdir/%name/fflas-ffpack-html/INSTALL"
%fdupes %buildroot/%_prefix
%files devel
@@ -94,6 +97,7 @@ rm -f "$b/%_docdir/%name/fflas-ffpack-html/INSTALL"
%doc ChangeLog COPYING.LESSER
%_bindir/fflas-ffpack-config
%_includedir/fflas-ffpack/
%_libdir/pkgconfig/ff*.pc
%files doc
%defattr(-,root,root)

BIN
v2.2.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.