From e7606d3fda19949784bf0d4c0235392d9c043a27 Mon Sep 17 00:00:00 2001 From: Greg Sjaardema Date: Wed, 14 Aug 2024 09:29:59 -0600 Subject: [PATCH] TPL: See why patch is failing... --- install-tpl.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install-tpl.sh b/install-tpl.sh index fffc1795a7..9740ff164e 100755 --- a/install-tpl.sh +++ b/install-tpl.sh @@ -867,6 +867,7 @@ then echo "${txtgrn}+++ Configuring, Building, and Installing...${txtrst}" cd ADIOS2 || exit patch < ../0001-Fix-ordering-in-flex_target-command.patch + git status rm -rf build mkdir build cd build || exit