Skip to content

Commit

Permalink
build.rtm updated to write to arch.py dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLay committed Feb 20, 2024
1 parent 032ab77 commit 009eb1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.rtm
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;

*)
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 009eb1c

Please sign in to comment.