-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue TACC#548: Check dependency with both sn and fullName
- Loading branch information
Robert McLay
committed
Dec 10, 2021
1 parent
8c94ca3
commit 8a3e96f
Showing
8 changed files
with
77 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
step 1 | ||
lua ProjectDIR/src/lmod.in.lua bash --regression_testing --version | ||
=========================== | ||
Modules based on Lua: Version 8.5.21 2021-10-22 09:54 -05:00 | ||
Modules based on Lua: Version 8.6 2021-12-06 17:19 -06:00 | ||
by Robert McLay [email protected] | ||
=========================== | ||
step 2 | ||
|
@@ -181,3 +181,18 @@ lua ProjectDIR/src/lmod.in.lua bash --regression_testing list | |
=========================== | ||
Currently Loaded Modules: | ||
1) SomeSoftware/1.2 2) Dependency/5.6 3) OtherSoftware/3.4 | ||
=========================== | ||
step 36 | ||
lua ProjectDIR/src/lmod.in.lua bash --regression_testing purge | ||
=========================== | ||
Processing Dependency/5.6 | ||
=========================== | ||
step 37 | ||
lua ProjectDIR/src/lmod.in.lua bash --regression_testing load A | ||
=========================== | ||
=========================== | ||
step 38 | ||
lua ProjectDIR/src/lmod.in.lua bash --regression_testing list | ||
=========================== | ||
Currently Loaded Modules: | ||
1) B/2.0 2) A/1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
depends_on("B/2.0") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
depends_on("A/1.0") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
step 1 | ||
lua ProjectDIR/src/lmod.in.lua bash --regression_testing --version | ||
=========================== | ||
Modules based on Lua: Version 8.5.24 2021-11-10 09:41 -06:00 | ||
Modules based on Lua: Version 8.6 2021-12-06 17:19 -06:00 | ||
by Robert McLay [email protected] | ||
=========================== | ||
step 2 | ||
|
@@ -103,7 +103,7 @@ Lmod Web Sites | |
SourceForge: https://lmod.sf.net | ||
TACC Homepage: https://www.tacc.utexas.edu/research-development/tacc-projects/lmod | ||
To report a bug please read http://lmod.readthedocs.io/en/latest/075_bug_reporting.html | ||
Modules based on Lua: Version 8.5.24 2021-11-10 09:41 -06:00 | ||
Modules based on Lua: Version 8.6 2021-12-06 17:19 -06:00 | ||
by Robert McLay [email protected] | ||
=========================== | ||
step 3 | ||
|
@@ -204,7 +204,7 @@ Lmod Web Sites | |
SourceForge: https://lmod.sf.net | ||
TACC Homepage: https://www.tacc.utexas.edu/research-development/tacc-projects/lmod | ||
To report a bug please read http://lmod.readthedocs.io/en/latest/075_bug_reporting.html | ||
Modules based on Lua: Version 8.5.24 2021-11-10 09:41 -06:00 | ||
Modules based on Lua: Version 8.6 2021-12-06 17:19 -06:00 | ||
by Robert McLay [email protected] | ||
=========================== | ||
step 4 | ||
|
@@ -224,12 +224,13 @@ Version 9 | |
step 5 | ||
lua ProjectDIR/src/lmod.in.lua bash --regression_testing --config | ||
=========================== | ||
Modules based on Lua: Version 8.5.24 2021-11-10 09:41 -06:00 | ||
Modules based on Lua: Version 8.6 2021-12-06 17:19 -06:00 | ||
by Robert McLay [email protected] | ||
Description Value | ||
Allow root to use Lmod yes | ||
Allow TCL modulefiles yes | ||
Auto swapping yes | ||
Avail Style <system> | ||
Case Independent Sorting no | ||
Colorize Lmod yes | ||
Configuration dir /etc/lmod | ||
|
@@ -262,6 +263,7 @@ Pkg Class name Pkg | |
Lmod prefix @PREFIX@ | ||
Site controlled prefix no | ||
Prepend order normal | ||
LMOD_RC <empty> | ||
Redirect to stdout no | ||
Supporting Full Settarg Use no | ||
User shell bash | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters