From 6bab9e83541f181840cd93033e8e1bb352b82b8e Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Fri, 15 Mar 2024 13:44:43 -0700 Subject: [PATCH] Install Albany without Python or EPetra support Make sure to perform unit tests --- conda/bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/bootstrap.py b/conda/bootstrap.py index 12f0807522..6e0afedf28 100755 --- a/conda/bootstrap.py +++ b/conda/bootstrap.py @@ -507,7 +507,7 @@ def build_spack_env(config, update_spack, machine, compiler, mpi, # noqa: C901 if albany != 'None': specs.append(f'"trilinos-for-albany@{albany}"') - specs.append(f'"albany@{albany}+mpas"') + specs.append(f'"albany@{albany}+mpas~epetra~py+unit_tests"') yaml_template = f'{spack_template_path}/{machine}_{compiler}_{mpi}.yaml' if not os.path.exists(yaml_template):