]> https://gitweb.dealii.org/ - candi.git/commitdiff
patch: --forward || true; added additional || true to make the result of patch (in...
authorUwe Köcher <koecher@hsu-hamburg.de>
Fri, 11 Jul 2014 08:55:03 +0000 (10:55 +0200)
committerUwe Köcher <koecher@hsu-hamburg.de>
Fri, 11 Jul 2014 08:55:03 +0000 (10:55 +0200)
DTM++.toolbox/packages/superlu_dist.package
DTM++.toolbox/packages/trilinos.package
deal.II/packages/superlu_dist.package
deal.II/packages/trilinos.package

index 6f9997de3baef3c863a21ae040f1a8d954bc93a4..c730ca0b258e2649ce05490818672becb222b2fb 100644 (file)
@@ -9,7 +9,7 @@ BUILDCHAIN=custom
 package_specific_build() {
     cp -rf ${UNPACK_PATH}/${EXTRACTSTO}/* .
 
-    patch -p1 --forward < ${ORIG_DIR}/${PROJECT}/patches/SuperLU_DIST_3.3.patch
+    patch -p1 --forward < ${ORIG_DIR}/${PROJECT}/patches/SuperLU_DIST_3.3.patch || true
 
     mv make.inc make.inc.bak
     #create make.inc
index c405978c3d241fe3c94064df1ea481884cf8b9f1..4c4fff7e29301db03d20e389b69dd68ca3cf9245 100644 (file)
@@ -28,7 +28,7 @@ CONFOPTS="-D Trilinos_ENABLE_OpenMP:BOOL=OFF \
 package_specific_setup() {
     # Apply patch to let Trilinos/Amesos work with SuperLUDist_3.3
     cd ${UNPACK_PATH}/${EXTRACTSTO}/packages/amesos/src
-    patch --forward Amesos_Superludist.cpp < ${ORIG_DIR}/${PROJECT}/patches/Amesos_Superludist.cpp.patch
+    patch --forward Amesos_Superludist.cpp < ${ORIG_DIR}/${PROJECT}/patches/Amesos_Superludist.cpp.patch || true
 }
 
 package_specific_register () {
index 6f9997de3baef3c863a21ae040f1a8d954bc93a4..c730ca0b258e2649ce05490818672becb222b2fb 100644 (file)
@@ -9,7 +9,7 @@ BUILDCHAIN=custom
 package_specific_build() {
     cp -rf ${UNPACK_PATH}/${EXTRACTSTO}/* .
 
-    patch -p1 --forward < ${ORIG_DIR}/${PROJECT}/patches/SuperLU_DIST_3.3.patch
+    patch -p1 --forward < ${ORIG_DIR}/${PROJECT}/patches/SuperLU_DIST_3.3.patch || true
 
     mv make.inc make.inc.bak
     #create make.inc
index c405978c3d241fe3c94064df1ea481884cf8b9f1..4c4fff7e29301db03d20e389b69dd68ca3cf9245 100644 (file)
@@ -28,7 +28,7 @@ CONFOPTS="-D Trilinos_ENABLE_OpenMP:BOOL=OFF \
 package_specific_setup() {
     # Apply patch to let Trilinos/Amesos work with SuperLUDist_3.3
     cd ${UNPACK_PATH}/${EXTRACTSTO}/packages/amesos/src
-    patch --forward Amesos_Superludist.cpp < ${ORIG_DIR}/${PROJECT}/patches/Amesos_Superludist.cpp.patch
+    patch --forward Amesos_Superludist.cpp < ${ORIG_DIR}/${PROJECT}/patches/Amesos_Superludist.cpp.patch || true
 }
 
 package_specific_register () {

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.