From 585569faedcc17af0740bfea21040cf880f0fd84 Mon Sep 17 00:00:00 2001 From: Susi Lehtola Date: Tue, 1 Dec 2015 18:36:14 +0100 Subject: [PATCH] Add armv7hl support. --- openblas.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openblas.spec b/openblas.spec index 6edbc91..575f205 100644 --- a/openblas.spec +++ b/openblas.spec @@ -1,6 +1,6 @@ Name: openblas Version: 0.2.15 -Release: 1%{?dist} +Release: 2%{?dist} Summary: An optimized BLAS library based on GotoBLAS2 Group: Development/Libraries License: BSD @@ -58,7 +58,7 @@ BuildRequires: lapack64-static # Upstream supports the package only on these architectures. # Runtime processor detection is not available on other archs. -ExclusiveArch: x86_64 %{ix86} +ExclusiveArch: x86_64 %{ix86} armv7hl %global base_description \ OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD \ @@ -421,6 +421,9 @@ rm -rf %{buildroot} %endif %changelog +* Tue Dec 01 2015 Susi Lehtola - 0.2.15-2 +- Enable armv7hl architecture. + * Wed Oct 28 2015 Susi Lehtola - 0.2.15-1 - Update to 0.2.15.