From f2cf06377366e9117a2551785a76bee113478731 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Thu, 20 Jun 2024 21:29:54 -0600 Subject: [PATCH] Remove lrslib module load, needed in F41+ only --- Macaulay2.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/Macaulay2.spec b/Macaulay2.spec index bc82c28..9d171e5 100644 --- a/Macaulay2.spec +++ b/Macaulay2.spec @@ -508,9 +508,6 @@ optflags=$(sed 's/-O2/-O/g' <<< "%{build_cflags}") optflags="%{build_cflags}" %endif -# Let the configure script find lrslib utilities -module load lrslib-%{_arch} - ## configure macro currently broken, due to some odd prefix-checks. probably fixable -- Rex mkdir -p BUILD/%{_target_platform} pushd BUILD/%{_target_platform}