We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93bac31 commit cdb4367Copy full SHA for cdb4367
1 file changed
scripts/devtools/tpl-manager.py
@@ -248,14 +248,6 @@ def activate_spack_env(self):
248
env_dir = os.path.join(config_env_dir, env_name)
249
self.custom_spack_env(env_dir, env_name)
250
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
-
259
def concretize_spec(self, check_spec):
260
"Concretize the spec"
261
if (check_spec):
0 commit comments