Skip to content

Commit

Permalink
Install Albany without Python or EPetra support
Browse files Browse the repository at this point in the history
Make sure to perform unit tests
  • Loading branch information
xylar committed Mar 17, 2024
1 parent 9a65b89 commit 6bab9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 6bab9e8

Please sign in to comment.