From 38d3fd6db2e3ab1f39065563ed39cdb66f90f107 Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Thu, 12 May 2022 14:43:39 +0000 Subject: [PATCH] Specify to RHEL. --- armadillo.spec | 9 --------- 1 file changed, 9 deletions(-) diff --git a/armadillo.spec b/armadillo.spec index 0e3a273..0d7776e 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -15,10 +15,6 @@ BuildRequires: hdf5-devel BuildRequires: SuperLU-devel # flexiblas is only available on Fedora, for EPEL replace it by atlas, lapack and openblas -%if %{?fedora} -%global extra_options -DALLOW_FLEXIBLAS_LINUX=ON -BuildRequires: flexiblas-devel -%else %undefine __cmake_in_source_build %global extra_options %{nil} BuildRequires: atlas-devel @@ -27,7 +23,6 @@ BuildRequires: lapack-devel %ifarch %{openblas_arches} BuildRequires: openblas-devel %endif -%endif %description Armadillo is a C++ linear algebra library (matrix maths) @@ -53,15 +48,11 @@ Requires: arpack-devel Requires: hdf5-devel Requires: SuperLU-devel -%if %{?fedora} -Requires: flexiblas-devel -%else Requires: atlas-devel Requires: lapack-devel %ifarch %{openblas_arches} Requires: openblas-devel %endif -%endif %description devel