Remove old code
This commit is contained in:
@@ -52,14 +52,6 @@
|
||||
#: config section for this file
|
||||
configuration = spack.config.get('modules')
|
||||
|
||||
#: Root folders where the various module files should be written
|
||||
#: When install --upstream run then the upstream location is targeted
|
||||
# if spack.config.get('config:shared'):
|
||||
# roots = {'tcl': os.path.join(spack.util.path.canonicalize_path("$spack") ,'/share/spack/modules'),
|
||||
# 'lmod': os.path.join(spack.util.path.canonicalize_path("$spack") ,'/share/spack/lmod'),
|
||||
# 'dotkit': os.path.join(spack.util.path.canonicalize_path("$spack") ,'/share/spack/dotkit')}
|
||||
# else:
|
||||
# roots = spack.config.get('config:module_roots', {})
|
||||
roots = spack.config.get('config:module_roots', {})
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user