Skip to content

Commit

Permalink
Merge pull request #964 from boegel/fix_unit_tests
Browse files Browse the repository at this point in the history
disable strict version check for Tcl-only env mods (wildly different versions float around)
  • Loading branch information
boegel committed Jul 4, 2014
2 parents d81e0c2 + f60ab61 commit ed4ffc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions easybuild/tools/modules.py
Expand Up @@ -615,6 +615,7 @@ class EnvironmentModulesTcl(EnvironmentModulesC):
# older versions of modulecmd.tcl don't have a decent hashbang, so we run it under a tclsh shell
COMMAND_SHELL = ['tclsh']
VERSION_OPTION = ''
REQ_VERSION = None
VERSION_REGEXP = r'^Modules\s+Release\s+Tcl\s+(?P<version>\d\S*)\s'

def set_ld_library_path(self, ld_library_paths):
Expand Down

0 comments on commit ed4ffc2

Please sign in to comment.