From a0dc527530b9b1a44b21ef82fcff20ec0310730b Mon Sep 17 00:00:00 2001 From: sagitter Date: Apr 14 2016 09:42:55 +0000 Subject: Excluded ppc64le arch --- diff --git a/SuperLUMT.spec b/SuperLUMT.spec index afe3752..768fb28 100644 --- a/SuperLUMT.spec +++ b/SuperLUMT.spec @@ -6,7 +6,7 @@ %endif # openblas Upstream supports the package only on these architectures. -ExclusiveArch: x86_64 %{ix86} armv7hl ppc64le +ExclusiveArch: x86_64 %{ix86} armv7hl %global soname_version %{majorver}.0 @@ -20,7 +20,7 @@ ExclusiveArch: x86_64 %{ix86} armv7hl ppc64le Name: SuperLUMT Version: 3.1.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Single precision real SuperLU routines for shared memory parallel machines License: BSD Group: Development/Libraries @@ -458,6 +458,9 @@ done %doc DOC README %changelog +* Thu Apr 14 2016 Antonio Trande - 3.1.0-5 +- Excluded ppc64le arch + * Tue Apr 12 2016 Antonio Trande - 3.1.0-4 - Some minor fixes