From: Uwe Köcher Date: Tue, 29 May 2018 13:33:42 +0000 (+0200) Subject: parmetis: corrects implementation of patch X-Git-Tag: v9.0.0~11^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e6af51cde06156e487180791605d97c8e1bf16e;p=candi.git parmetis: corrects implementation of patch --- diff --git a/deal.II-toolchain/packages/parmetis.package b/deal.II-toolchain/packages/parmetis.package index d047dee..33c2444 100644 --- a/deal.II-toolchain/packages/parmetis.package +++ b/deal.II-toolchain/packages/parmetis.package @@ -36,10 +36,10 @@ package_specific_build() { } package_specific_patch () { - if [ "$VERSION" = "4.0.3" ]; then - cd ${UNPACK_PATH}/${EXTRACTSTO} - cecho ${WARN} "applying patch for building METIS shared libraries" - patch -p0 --forward < ${ORIG_DIR}/${PROJECT}/patches/parmetis-4.0.3-build.patch || true + if [ ${VERSION} == "4.0.3" ]; then + cd ${UNPACK_PATH}/${EXTRACTSTO} + cecho ${WARN} "applying patch for building METIS shared libraries" + patch -p0 --forward < ${ORIG_DIR}/${PROJECT}/patches/parmetis-4.0.3-build.patch || true fi }