Skip to content

Commit

Permalink
Build metis and parmetis as static libs
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Jan 31, 2024
1 parent e09033c commit 896f393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,9 +440,9 @@ def build_spack_env(config, update_spack, machine, compiler, mpi, # noqa: C901
else:
include_e3sm_lapack = True
if metis != 'None':
specs.append(f'"metis@{metis}"')
specs.append(f'"metis@{metis}~shared"')
if parmetis != 'None':
specs.append(f'"parmetis@{parmetis}"')
specs.append(f'"parmetis@{parmetis}~shared"')
if petsc != 'None':
specs.append(f'"petsc@{petsc}+mpi+batch"')

Expand Down

0 comments on commit 896f393

Please sign in to comment.