Skip to content

Commit

Permalink
Remove unsupported cxx17 albany variant
Browse files Browse the repository at this point in the history
  • Loading branch information
trhille authored and xylar committed Feb 28, 2023
1 parent f7b0fb0 commit 2822028
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 @@ -422,7 +422,7 @@ def build_spack_env(config, update_spack, machine, compiler, mpi, spack_env,
f'scorpio@{scorpio}+pnetcdf~timing+internal-timing~tools+malloc')

if albany != 'None':
specs.append(f'albany@{albany}+mpas+cxx17')
specs.append(f'albany@{albany}+mpas')

yaml_template = f'{spack_template_path}/{machine}_{compiler}_{mpi}.yaml'
if not os.path.exists(yaml_template):
Expand Down

0 comments on commit 2822028

Please sign in to comment.