Skip to content

Commit

Permalink
Switch esmf spec from ~pio to ~parallelio
Browse files Browse the repository at this point in the history
We need to build with internal parallelio in esmf.  The variant
name has been changed for recent esmf.
  • Loading branch information
xylar committed Feb 2, 2023
1 parent d5ae45c commit 8486a07
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 @@ -386,7 +386,7 @@ def build_spack_env(config, update_spack, machine, compiler, mpi, spack_env,
f'parallel-netcdf@{pnetcdf}+cxx+fortran'])

if esmf != 'None':
specs.append(f'esmf@{esmf}+mpi+netcdf~pio+pnetcdf')
specs.append(f'esmf@{esmf}+mpi+netcdf~parallelio+pnetcdf')
if lapack != 'None':
specs.append(f'netlib-lapack@{lapack}')
include_e3sm_lapack = False
Expand Down

0 comments on commit 8486a07

Please sign in to comment.