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:
parent
4b336d59f8
commit
9381a7c8cb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:79dfea0f8e8242355275216e35522c27a74c18a55c7ffc44cb4ccd6da2936c51
|
|
||||||
size 823806
|
|
@ -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
|
Tue Jan 19 13:00:33 UTC 2016 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -23,23 +23,24 @@
|
|||||||
|
|
||||||
Name: fflas-ffpack
|
Name: fflas-ffpack
|
||||||
%define lname libfflas0
|
%define lname libfflas0
|
||||||
Version: 2.1.0
|
Version: 2.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Finite Field Linear Algebra Subroutines
|
Summary: Finite Field Linear Algebra Subroutines
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
URL: https://linbox-team.github.io/fflas-ffpack/
|
URL: https://linbox-team.github.io/fflas-ffpack/
|
||||||
|
|
||||||
#Git-Clone: git://github.com/linbox-team/fflas-ffpack
|
Source: https://github.com/linbox-team/%name/archive/v%version.tar.gz
|
||||||
Source: http://linalg.org/%name-%version.tar.gz
|
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: givaro-devel >= 4
|
|
||||||
BuildRequires: givaro-devel < 4.1
|
|
||||||
BuildRequires: gmp-devel >= 3.1.1
|
BuildRequires: gmp-devel >= 3.1.1
|
||||||
BuildRequires: lapack-devel
|
BuildRequires: lapack-devel
|
||||||
BuildRequires: libatlas3-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
|
BuildRoot: %_tmppath/%name-%version-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -77,6 +78,9 @@ the FFLAS-FFPACK API.
|
|||||||
sed '/HTML_TIMESTAMP/s/YES/NO/' -i doc/Doxyfile
|
sed '/HTML_TIMESTAMP/s/YES/NO/' -i doc/Doxyfile
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
if [ ! -e configure ]; then
|
||||||
|
autoreconf -fi
|
||||||
|
fi
|
||||||
%configure \
|
%configure \
|
||||||
--with-blas-cflags=" " \
|
--with-blas-cflags=" " \
|
||||||
--with-blas-libs="-L%atlas -lcblas -ltatlas" \
|
--with-blas-libs="-L%atlas -lcblas -ltatlas" \
|
||||||
@ -84,9 +88,8 @@ sed '/HTML_TIMESTAMP/s/YES/NO/' -i doc/Doxyfile
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
b="%buildroot";
|
|
||||||
%make_install
|
%make_install
|
||||||
rm -f "$b/%_docdir/%name/fflas-ffpack-html/INSTALL"
|
rm -f "%buildroot/%_docdir/%name/fflas-ffpack-html/INSTALL"
|
||||||
%fdupes %buildroot/%_prefix
|
%fdupes %buildroot/%_prefix
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -94,6 +97,7 @@ rm -f "$b/%_docdir/%name/fflas-ffpack-html/INSTALL"
|
|||||||
%doc ChangeLog COPYING.LESSER
|
%doc ChangeLog COPYING.LESSER
|
||||||
%_bindir/fflas-ffpack-config
|
%_bindir/fflas-ffpack-config
|
||||||
%_includedir/fflas-ffpack/
|
%_includedir/fflas-ffpack/
|
||||||
|
%_libdir/pkgconfig/ff*.pc
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
3
v2.2.0.tar.gz
Normal file
3
v2.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f800f192a99930c92461d5d9cc27f519b8225bb5076fed970f2387b5559088c2
|
||||||
|
size 1405239
|
Loading…
Reference in New Issue
Block a user