Skip to content

Commit 662e8ef

Browse files
committed
Minor fix for hypre (replace Linux with linux).
1 parent b4f761a commit 662e8ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/hypre.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,15 @@ build_stages:
103103
mode: update
104104
extra: ["--enable-shared"]
105105

106-
- when: platform == 'linux'
106+
- when: platform == 'linux'
107107
name: rpath-fix
108108
after: install
109109
handler: bash
110110
bash: |
111111
oldRPath=$(${PATCHELF} --print-rpath ${ARTIFACT}/lib/libHYPRE.so)
112112
${PATCHELF} --set-rpath ${oldRPath}:${ARTIFACT}/lib:${BLAS_DIR}/lib:${LAPACK_DIR}/lib:${MPI_DIR}/lib ${ARTIFACT}/lib/libHYPRE.so
113113
114-
- when: platform != 'linux'
114+
- when: platform != 'linux'
115115
name: rpath-fix
116116
after: install
117117
handler: bash

0 commit comments

Comments
 (0)