Update to 3.4.2 (rhbz#2264712)
This commit is contained in:
parent
ae43ab6b6d
commit
47d922493b
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
|||||||
/flexiblas-3.3.1.tar.gz
|
/flexiblas-3.3.1.tar.gz
|
||||||
/flexiblas-3.4.0.tar.gz
|
/flexiblas-3.4.0.tar.gz
|
||||||
/flexiblas-3.4.1.tar.gz
|
/flexiblas-3.4.1.tar.gz
|
||||||
|
/flexiblas-3.4.2.tar.gz
|
||||||
|
@ -15,12 +15,12 @@
|
|||||||
|
|
||||||
%global major_version 3
|
%global major_version 3
|
||||||
%global minor_version 4
|
%global minor_version 4
|
||||||
%global patch_version 1
|
%global patch_version 2
|
||||||
%global laapi_version 3.11.0
|
%global laapi_version 3.11.0
|
||||||
|
|
||||||
Name: flexiblas
|
Name: flexiblas
|
||||||
Version: %{major_version}.%{minor_version}.%{patch_version}
|
Version: %{major_version}.%{minor_version}.%{patch_version}
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A BLAS/LAPACK wrapper library with runtime exchangeable backends
|
Summary: A BLAS/LAPACK wrapper library with runtime exchangeable backends
|
||||||
|
|
||||||
# LGPL-3.0-or-later
|
# LGPL-3.0-or-later
|
||||||
@ -438,6 +438,9 @@ make -C build64 test
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 28 2024 Iñaki Úcar <iucar@fedoraproject.org> - 3.4.2-1
|
||||||
|
- Update to 3.4.2 (rhbz#2264712)
|
||||||
|
|
||||||
* Fri Feb 09 2024 Yaakov Selkowitz <yselkowi@redhat.com> - 3.4.1-4
|
* Fri Feb 09 2024 Yaakov Selkowitz <yselkowi@redhat.com> - 3.4.1-4
|
||||||
- Disable ATLAS and BLIS in RHEL builds
|
- Disable ATLAS and BLIS in RHEL builds
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (flexiblas-3.4.1.tar.gz) = aeadf0f3fbe0820d6f541fc05686e5542e5a9a79e72ec831e2c825c0f4234f2a774aa7db50a5a81cbb2c04ee61c6b89e70b4c8fad50b741ba494c734dac8025c
|
SHA512 (flexiblas-3.4.2.tar.gz) = 3ce2baf68dcd9adac60e798d5838b4d34850de6043bee526bd2f0309a3a8212e405585cb95a7946b06f6f0af424a440ac7136a656dc2ba1534af76e210608093
|
||||||
|
Loading…
Reference in New Issue
Block a user