Skip to content

Commit 4be9131

Browse files
committed
Use static hypre lib for petsc on os x.
1 parent 3be65c3 commit 4be9131

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/petsc/petsc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def configure(ctx, stage_args):
110110

111111
if 'HYPRE' in ctx.dependency_dir_vars:
112112
if ctx.parameters['platform'] == 'Darwin':
113-
libHYPRE = '${HYPRE_DIR}/lib/libHYPRE.dylib'
113+
libHYPRE = '${HYPRE_DIR}/lib/libHYPRE.a'
114114
else:
115115
libHYPRE = '${HYPRE_DIR}/lib/libHYPRE.so'
116116
conf_lines.append('--with-hypre=1')

0 commit comments

Comments
 (0)