Skip to content

Commit cdb4367

Browse files
committed
A bit of cleanup
1 parent 93bac31 commit cdb4367

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

scripts/devtools/tpl-manager.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -248,14 +248,6 @@ def activate_spack_env(self):
248248
env_dir = os.path.join(config_env_dir, env_name)
249249
self.custom_spack_env(env_dir, env_name)
250250

251-
def check_for_leos(self):
252-
"Check if leos is available and add to spec if so"
253-
leos_available = os.path.exists("/usr/gapps/bdivrepo/tarballs/leos")
254-
if leos_available and "+leos" not in self.args.spec:
255-
print("Found LEOS -- adding to spec list")
256-
self.args.spec += "+leos"
257-
print("self.args.spec : ", self.args.spec)
258-
259251
def concretize_spec(self, check_spec):
260252
"Concretize the spec"
261253
if (check_spec):

0 commit comments

Comments
 (0)