From a673f027153850425b6a7ac60fe66c56f3863375 Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Thu, 12 May 2022 15:43:30 +0000 Subject: [PATCH] Remove ARPACK and HDF5 from devel build too. --- armadillo.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/armadillo.spec b/armadillo.spec index 4894ab6..face70b 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -45,8 +45,9 @@ than another language like Matlab or Octave. Summary: Development headers and documentation for the Armadillo C++ library Requires: %{name}%{?_isa} = %{version}-%{release} Requires: libstdc++-devel -Requires: arpack-devel -Requires: hdf5-devel +# Commented out until these are available in EPEL9. +#Requires: arpack-devel +#Requires: hdf5-devel Requires: SuperLU-devel Requires: atlas-devel