From c8db4a03d4f91d6e6594550a85856032b0de50d9 Mon Sep 17 00:00:00 2001 From: Antonio Trande Date: Mar 03 2023 22:01:44 +0000 Subject: Enable only KLU64 in EPEL9 --- diff --git a/sundials.spec b/sundials.spec index 68c24a1..d4c2aa3 100644 --- a/sundials.spec +++ b/sundials.spec @@ -44,7 +44,7 @@ %if 0%{?rhel} && 0%{?rhel} >= 9 # KLU support -%global with_klu 1 +%global with_klu 0 %global with_klu64 1 ########## # Fortran @@ -75,7 +75,7 @@ Summary: Suite of nonlinear solvers Name: sundials Version: 5.8.0 -Release: 13%{?dist} +Release: 14%{?dist} # SUNDIALS is licensed under BSD with some additional (but unrestrictive) clauses. # Check the file 'LICENSE' for details. License: BSD @@ -1010,6 +1010,9 @@ export LD_LIBRARY_PATH=%{buildroot}%{_libdir}:%{_libdir} %doc sundials-%{version}/doc/arkode/* %changelog +* Fri Mar 03 2023 Antonio Trande - 5.8.0-14 +- Enable only KLU64 in EPEL9 + * Fri Mar 03 2023 Antonio Trande - 5.8.0-13 - Fix PETSc support in EPEL9