Skip to content

Commit 3be65c3

Browse files
committed
Do not enable shared libraies for hypre on OS X.
1 parent 591a371 commit 3be65c3

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

pkgs/hypre.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,12 @@ build_stages:
9696
extra: ["--without-babel",
9797
"--without-mli",
9898
"--without-fei",
99-
"--without-superlu",
100-
"--enable-shared"]
99+
"--without-superlu"]
100+
101+
- when: platform != 'Darwin'
102+
name: configure
103+
mode: update
104+
extra: ["--enable-shared"]
101105

102106
- when: platform == 'linux'
103107
name: rpath-fix

0 commit comments

Comments
 (0)