Add armv7hl support.

This commit is contained in:
Susi Lehtola 2015-12-01 18:36:14 +01:00
parent eacd9fed72
commit 585569faed

View File

@ -1,6 +1,6 @@
Name: openblas Name: openblas
Version: 0.2.15 Version: 0.2.15
Release: 1%{?dist} Release: 2%{?dist}
Summary: An optimized BLAS library based on GotoBLAS2 Summary: An optimized BLAS library based on GotoBLAS2
Group: Development/Libraries Group: Development/Libraries
License: BSD License: BSD
@ -58,7 +58,7 @@ BuildRequires: lapack64-static
# Upstream supports the package only on these architectures. # Upstream supports the package only on these architectures.
# Runtime processor detection is not available on other archs. # Runtime processor detection is not available on other archs.
ExclusiveArch: x86_64 %{ix86} ExclusiveArch: x86_64 %{ix86} armv7hl
%global base_description \ %global base_description \
OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD \ OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD \
@ -421,6 +421,9 @@ rm -rf %{buildroot}
%endif %endif
%changelog %changelog
* Tue Dec 01 2015 Susi Lehtola <jussilehtola@fedoraproject.org> - 0.2.15-2
- Enable armv7hl architecture.
* Wed Oct 28 2015 Susi Lehtola <jussilehtola@fedoraproject.org> - 0.2.15-1 * Wed Oct 28 2015 Susi Lehtola <jussilehtola@fedoraproject.org> - 0.2.15-1
- Update to 0.2.15. - Update to 0.2.15.