Skip to content

Commit

Permalink
fix: specify minimum versions in prereq, not lists
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Jan 22, 2025
1 parent 8d6fd4e commit 5fe7064
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions modulefiles/clas12root/1.8.5
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#%Module1.0

prereq [email protected],4.2.0
prereq [email protected],3.1.0
prereq [email protected]:
prereq [email protected]:
prereq [email protected]
prereq ccdb

Expand Down
2 changes: 1 addition & 1 deletion modulefiles/iguana/.generic
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#%Module1.0

prereq [email protected],4.2.0
prereq [email protected]:

set version [file tail [module-info version [module-info name]]]
source [file dirname $ModulesCurrentModulefile]/.common
Expand Down
2 changes: 1 addition & 1 deletion modulefiles/iguana/.generic-4.1.0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#%Module1.0

prereq [email protected],4.2.0
prereq [email protected]:

set version [file tail [module-info version [module-info name]]]
source [file dirname $ModulesCurrentModulefile]/.common
Expand Down
2 changes: 1 addition & 1 deletion modulefiles/iguana/.generic-4.2.0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#%Module1.0

prereq [email protected]
prereq [email protected]:

set version [file tail [module-info version [module-info name]]]
source [file dirname $ModulesCurrentModulefile]/.common
Expand Down
2 changes: 1 addition & 1 deletion modulefiles/iguana/0.5.0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#%Module1.0

prereq hipo@4.1.0,4.0.1
prereq hipo@4.0.1:

set version [file tail [module-info version [module-info name]]]
source [file dirname $ModulesCurrentModulefile]/.common
Expand Down

0 comments on commit 5fe7064

Please sign in to comment.