Skip to content
Snippets Groups Projects
Commit dbbebe53 authored by easybuild's avatar easybuild
Browse files

add anselm

parent 34d1f676
No related branches found
No related tags found
No related merge requests found
File added
This diff is collapsed.
ANSELM.md 0 → 100644
This diff is collapsed.
......@@ -2,7 +2,7 @@
import os
import re
import string
import socket
def software_list(class_path):
"""List software from given module class"""
......@@ -47,8 +47,9 @@ if __name__ == "__main__":
HTML_SOURCE_DATA[dir] = {}
for soft in sorted(available_software, key=str.lower):
software_path = os.path.join(dir, soft)
software_path1 = software_path
software_path = software_path.replace(os.path.basename(dir)+'/', 'all/')
print()
if os.getenv('CLUSTER')!="ANSELM":
software_path = software_path.replace(os.path.basename(dir)+'/', 'all/')
software_versions = get_software_versions(software_path)
while ".common" in software_versions: software_versions.remove(".common")
while ".common-6" in software_versions: software_versions.remove(".common-6")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment