From 4c679e0930f2f821e85b0826ff84f23d21736131 Mon Sep 17 00:00:00 2001 From: Merlin Mathesius Date: Mon, 20 Jul 2020 16:59:04 -0500 Subject: [PATCH] Minor conditional fix for ELN Stick to cmake in-source building Signed-off-by: Merlin Mathesius --- SuperLU.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/SuperLU.spec b/SuperLU.spec index 4f30b99..9daae79 100644 --- a/SuperLU.spec +++ b/SuperLU.spec @@ -1,3 +1,4 @@ +%global __cmake_in_source_build 1 %global genname superlu %global libver 5 @@ -20,7 +21,7 @@ BuildRequires: openblas-devel, openblas-srpm-macros BuildRequires: blas-devel %endif BuildRequires: atlas-devel, gcc -%if 0%{?rhel} +%if 0%{?epel} BuildRequires: epel-rpm-macros %endif BuildRequires: cmake3 @@ -112,6 +113,10 @@ popd %doc DOC %changelog +* Tue Jul 21 2020 Merlin Mathesius - 5.2.1-10 +- Minor conditional fix for ELN +- Stick to cmake in-source building + * Sun Apr 19 2020 Antonio Trande - 5.2.1-10 - Doc sub-package provides its own license file