diff --git a/uberenv.py b/uberenv.py index c3ed32e..101a401 100755 --- a/uberenv.py +++ b/uberenv.py @@ -710,7 +710,7 @@ def setup_paths_and_dirs(self): UberEnv.setup_paths_and_dirs(self) - # Next to uberenv.py (backwards compatility) + # Next to uberenv.py (backwards compatibility) spack_configs_path = pabs(pjoin(self.uberenv_path,"spack_config")) # In project config file @@ -880,7 +880,7 @@ def patch(self): self.disable_spack_config_scopes() # setup clingo (unless specified not to) - if "spack_setup_clingo" in self.project_args and self.project_args["spack_setup_clingo"] == False: + if "spack_setup_clingo" in self.project_args and self.project_args["spack_setup_clingo"].lower() == "false": print("[info: clingo will not be installed by uberenv]") else: self.setup_clingo()