Update to 3.0.1, license updated
This commit is contained in:
parent
4286c06169
commit
e26b6a0362
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/flexiblas-3.0.0.tar.xz
|
||||
/flexiblas-3.0.1.tar.xz
|
||||
|
@ -12,15 +12,18 @@
|
||||
|
||||
%global major_version 3
|
||||
%global minor_version 0
|
||||
%global patch_version 0
|
||||
%global patch_version 1
|
||||
|
||||
Name: flexiblas
|
||||
Version: %{major_version}.%{minor_version}.%{patch_version}
|
||||
Release: 5%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: A BLAS/LAPACK wrapper library with runtime exchangeable backends
|
||||
|
||||
# GPLv3 except contributed/ and test/, which are BSD
|
||||
License: GPLv3 and BSD
|
||||
# GPLv3 with an exception for the BLAS/LAPACK interface
|
||||
# https://www.gnu.org/licenses/gpl-faq.en.html#LinkingOverControlledInterface
|
||||
# libcscutils/ is LGPLv2+
|
||||
# contributed/ and test/ are BSD
|
||||
License: GPLv3 with exceptions and LGPLv2+ and BSD
|
||||
URL: https://www.mpi-magdeburg.mpg.de/projects/%{name}
|
||||
Source0: https://csc.mpi-magdeburg.mpg.de/mpcsc/software/%{name}/%{name}-%{version}.tar.xz
|
||||
|
||||
@ -262,6 +265,10 @@ find %{buildroot}%{_sysconfdir}/%{name}*.d/* -type f \
|
||||
%check
|
||||
export FLEXIBLAS_TEST=%{buildroot}%{_libdir}/%{name}/lib%{name}_%{default_backend}.so
|
||||
make -C build test
|
||||
%if 0%{?__isa_bits} == 64
|
||||
export FLEXIBLAS64_TEST=%{buildroot}%{_libdir}/%{name}64/lib%{name}_%{default_backend64}.so
|
||||
make -C build64 test
|
||||
%endif
|
||||
|
||||
%files
|
||||
%license COPYING COPYING.NETLIB
|
||||
@ -388,6 +395,9 @@ make -C build test
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Jul 21 2020 Iñaki Úcar <iucar@fedoraproject.org> - 3.0.1-1
|
||||
- Update to 3.0.1, license updated
|
||||
|
||||
* Fri Jul 03 2020 Iñaki Úcar <iucar@fedoraproject.org> - 3.0.0-5
|
||||
- Change default backend to openblas-openmp
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (flexiblas-3.0.0.tar.xz) = 371bff56354b20f239a0a7b1c4675e2c09d846bf4bf9e1e8a0783f8551d473cd61b867c2224e8e37fe11d8597546f634548e3814f225a665a2cb5f15881dba3a
|
||||
SHA512 (flexiblas-3.0.1.tar.xz) = 31d8b3bfbfe90d74888068097586d5f603b4d646e83cdf5546cb0a2fc244017b453aa535f73d056d7fbb9c98b57c7913d9b3bf32d45853e4aae16a6122c03fe1
|
||||
|
Loading…
Reference in New Issue
Block a user