Skip to content

Commit

Permalink
merging
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLay committed Jun 7, 2022
2 parents 3b573c2 + 80dbda5 commit 0ac8565
Show file tree
Hide file tree
Showing 267 changed files with 3,135 additions and 2,249 deletions.
2 changes: 2 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ SITE_MSG_FILE := @SITE_MSG_FILE@
SITE_NAME := @SITE_NAME@
SUPPORT_KSH := @SUPPORT_KSH@
SYSHOST := @SYSHOST@
DYNAMIC_SPIDER_CACHE := @DYNAMIC_SPIDER_CACHE@
SILENCE_SHELL_DEBUGGING := @SILENCE_SHELL_DEBUGGING@
SYS_LD_LIB_PATH := @SYS_LD_LIB_PATH@
SYS_LD_PRELOAD := @SYS_LD_PRELOAD@
Expand Down Expand Up @@ -263,6 +264,7 @@ __installMe:
-e 's|@path_to_lmod@|$(LIBEXEC)/lmod|g' \
-e 's|@have_lua_term@|$(HAVE_LUA_TERM)|g' \
-e 's|@silence_shell_debugging@|$(SILENCE_SHELL_DEBUGGING)|g' \
-e 's|@dynamic_spider_cache@|$(DYNAMIC_SPIDER_CACHE)|g' \
-e 's|@fast_tcl_interp@|$(FAST_TCL_INTERP)|g' \
-e 's|@settarg_cmd@|$(SETTARG_CMD)|g' \
-e 's|@lmod_config_dir@|$(LMOD_CONFIG_DIR)|g' \
Expand Down
6 changes: 5 additions & 1 deletion README.new
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Lmod 8.7+
with "#%Module" is ignored.
* Report an Infinite loop error if loading the same modulefile 500 times.
* Add note to 095_tcl2lua.tcl about the whole TCL modulefile being evaluated by TCL.
Note also that this is not a SOURCE-to-SOURCE translation.
Note also that this is not a SOURCE-to-SOURCE translation from TCL to Lua.
* Cannot use local with KSH
* Only add to mpathMapT when mpath_old ~= mpath_new in l_processNewModulePath(path).
W.I.P:
(8.7.4) * Issue #578: Dynamic Spider Cache supported.
* Change Regular files counter to ignore files that start with "."

1 change: 1 addition & 0 deletions aclocal.m4
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ echo "Support KSH................................................." : $SUPPORT_K
echo "Use the fast TCL interpreter................................" : $FAST_TCL_INTERP
echo "LMOD_CONFIG_DIR............................................." : $LMOD_CONFIG_DIR
echo "Display Extensions w/ module avail.........................." : $AVAIL_EXTENSIONS
echo "Dynamic Spider Cache support................................" : $DYNAMIC_SPIDER_CACHE
echo "Allow for extended default.(ml intel/17 #-> intel/17.0.4)..." : $EXTENDED_DEFAULT #"
echo
Expand Down
Loading

0 comments on commit 0ac8565

Please sign in to comment.