Update to 3.4.0
This commit is contained in:
parent
c06e8d825b
commit
a1a6729306
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
||||
/flexiblas-3.2.1.tar.gz
|
||||
/flexiblas-3.3.0.tar.gz
|
||||
/flexiblas-3.3.1.tar.gz
|
||||
/flexiblas-3.4.0.tar.gz
|
||||
|
||||
@ -14,20 +14,19 @@
|
||||
%global default_backend64 %{default_backend}64
|
||||
|
||||
%global major_version 3
|
||||
%global minor_version 3
|
||||
%global patch_version 1
|
||||
%global minor_version 4
|
||||
%global patch_version 0
|
||||
%global laapi_version 3.11.0
|
||||
|
||||
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+ with an exception for the BLAS/LAPACK interface
|
||||
# https://www.gnu.org/licenses/gpl-faq.en.html#LinkingOverControlledInterface
|
||||
# LGPLv3+
|
||||
# libcscutils/ is LGPLv2+
|
||||
# contributed/ and test/ are BSD (Open MPI variant)
|
||||
License: GPL-3.0-or-later WITH GPL-3.0-interface-exception AND LGPL-2.0-or-later AND BSD-3-Clause-Open-MPI
|
||||
License: LGPL-3.0-or-later AND LGPL-2.0-or-later AND BSD-3-Clause-Open-MPI
|
||||
URL: https://www.mpi-magdeburg.mpg.de/projects/%{name}
|
||||
Source0: https://github.com/mpimd-csc/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
@ -304,6 +303,7 @@ find %{buildroot}%{_sysconfdir}/%{name}*.d/* -type f \
|
||||
-exec sed -i 's PThread -threads gI' {} \;
|
||||
|
||||
%check
|
||||
export CTEST_OUTPUT_ON_FAILURE=1
|
||||
export FLEXIBLAS_TEST=%{buildroot}%{_libdir}/%{name}/lib%{name}_%{default_backend}.so
|
||||
make -C build test
|
||||
%if 0%{?__isa_bits} == 64
|
||||
@ -438,6 +438,10 @@ make -C build64 test
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Jan 09 2024 Iñaki Úcar <iucar@fedoraproject.org> - 3.4.0-1
|
||||
- Update to 3.4.0
|
||||
- License changes to LGPL-3.0-or-later
|
||||
|
||||
* Tue Jul 25 2023 Iñaki Úcar <iucar@fedoraproject.org> - 3.3.1-5
|
||||
- Add Supplements to help pull wrappers if libraries are installed directly
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (flexiblas-3.3.1.tar.gz) = cd86fe5b591711ef27baa4528eb06c00eceb4cd3132aedc6449fc2623c1250983c551d302b42d8ba85e894687a54bfe6f72bda0719719d99004c45e0db3bd6ba
|
||||
SHA512 (flexiblas-3.4.0.tar.gz) = 1ebd9e5adf23a9e91d6a635f2de66882efbacd5b66207ae0def4e0d23c09a6fb56d384868985cb161af14de2b2278dd849941d16cdd09f627703424882e4308a
|
||||
|
||||
Loading…
Reference in New Issue
Block a user