Skip to content

Commit

Permalink
Require C++17 standard for Albany (and Trilinos)
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Jan 13, 2023
1 parent 9613521 commit a88bfcb
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 @@ -392,7 +392,7 @@ def build_spack_env(config, update_spack, machine, compiler, mpi, spack_env,
specs.append(f'scorpio@{scorpio}+pnetcdf~timing+internal-timing~tools+malloc')

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

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

0 comments on commit a88bfcb

Please sign in to comment.