We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4f761a commit 662e8efCopy full SHA for 662e8ef
1 file changed
pkgs/hypre.yaml
@@ -103,15 +103,15 @@ build_stages:
103
mode: update
104
extra: ["--enable-shared"]
105
106
-- when: platform == 'linux'
+- when: platform == 'linux'
107
name: rpath-fix
108
after: install
109
handler: bash
110
bash: |
111
oldRPath=$(${PATCHELF} --print-rpath ${ARTIFACT}/lib/libHYPRE.so)
112
${PATCHELF} --set-rpath ${oldRPath}:${ARTIFACT}/lib:${BLAS_DIR}/lib:${LAPACK_DIR}/lib:${MPI_DIR}/lib ${ARTIFACT}/lib/libHYPRE.so
113
114
-- when: platform != 'linux'
+- when: platform != 'linux'
115
116
117
0 commit comments