From 009eb1c4dc06efdef7a032d84874c8245d23eba9 Mon Sep 17 00:00:00 2001 From: Robert McLay Date: Tue, 20 Feb 2024 12:31:02 -0600 Subject: [PATCH] build.rtm updated to write to arch.py dir --- build.rtm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.rtm b/build.rtm index d30d1a2d5..da313a6cf 100755 --- a/build.rtm +++ b/build.rtm @@ -162,6 +162,7 @@ case $SYSHOST in CACHEDIRS=/tmp/moduleData/cacheDir EXTRA="--with-spiderCacheDir=$CACHEDIRS --with-updateSystemFn=$UPDATE_FN" SITE_PKG="contrib/TACC/*.lua" + PKG=$base/lmod/$PKG_VERSION ;; *) @@ -192,6 +193,7 @@ fi cmdA=("-$MAKE distclean" "./configure --prefix=$BASE_DIR --with-settarg=yes $COMMON_OPTIONS $EXTRA" + "echo BASE_DIR: $BASE_DIR" "save_old_version" "$MAKE echo" "parallel_make_install"