Skip to content

Commit

Permalink
Switch to albany tag compass-2023-08-03
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Oct 3, 2023
1 parent be63ac6 commit 8f11b81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions conda/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ def build_spack_env(config, update_spack, machine, compiler, mpi, # noqa: C901
f'@{parallelio}+pnetcdf~timing"')

if albany != 'None':
specs.append(f'"trilinos-for-albany@{albany}"')
specs.append(f'"albany@{albany}+mpas"')

yaml_template = f'{spack_template_path}/{machine}_{compiler}_{mpi}.yaml'
Expand Down
2 changes: 1 addition & 1 deletion conda/default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ python = 3.10
mpi = nompi

# the version of various packages to include if using spack
albany = develop
albany = compass-2023-08-03
# cmake newer than 3.23.0 needed for Trilinos
cmake = 3.23.0:
esmf = 8.4.2
Expand Down

0 comments on commit 8f11b81

Please sign in to comment.