Update to 3.0.4, fixes #1889069
This commit is contained in:
parent
85198f93fb
commit
25765404a3
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/flexiblas-3.0.1.tar.xz
|
||||
/flexiblas-3.0.2.tar.xz
|
||||
/flexiblas-3.0.3.tar.xz
|
||||
/flexiblas-3.0.4.tar.xz
|
||||
|
@ -12,11 +12,11 @@
|
||||
|
||||
%global major_version 3
|
||||
%global minor_version 0
|
||||
%global patch_version 3
|
||||
%global patch_version 4
|
||||
|
||||
Name: flexiblas
|
||||
Version: %{major_version}.%{minor_version}.%{patch_version}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: A BLAS/LAPACK wrapper library with runtime exchangeable backends
|
||||
|
||||
# GPLv3 with an exception for the BLAS/LAPACK interface
|
||||
@ -395,6 +395,9 @@ make -C build64 test
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Oct 22 2020 Iñaki Úcar <iucar@fedoraproject.org> - 3.0.4-1
|
||||
- Update to 3.0.4, fixes #1889069
|
||||
|
||||
* Wed Oct 21 2020 Kalev Lember <klember@redhat.com> - 3.0.3-2
|
||||
- Use pkg-config for getting blas and lapack directories
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (flexiblas-3.0.3.tar.xz) = 8c4e0a5b40dd7d9502b499b5102c87d7c13e9da26ec6407ac015cee036060a4609bc784e9fbb98091b1f43398523b0c47fb2037454d39b5ea3b1812b1f304bb2
|
||||
SHA512 (flexiblas-3.0.4.tar.xz) = 7ff9d3d966a27259a86067bc9e2798fe477fcdccd3cd8bbed587d56038bf508c89d3d4d8e65ac769de0eab8436c2756a18b56ae11e415c2840e0370dcb71da56
|
||||
|
Loading…
Reference in New Issue
Block a user