[openfoam] 02/04: Remove temporar debug-markers.
Anton Gladky
gladk at moszumanska.debian.org
Sat Oct 22 22:11:23 UTC 2016
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to branch master
in repository openfoam.
commit 587dedceb15c4f6af9e8cef9e350134206e01a0e
Author: Anton Gladky <gladk at debian.org>
Date: Sun Oct 23 00:07:55 2016 +0200
Remove temporar debug-markers.
---
debian/patches/40_build-parallel.patch | 22 +++++++---------------
1 file changed, 7 insertions(+), 15 deletions(-)
diff --git a/debian/patches/40_build-parallel.patch b/debian/patches/40_build-parallel.patch
index 67ce655..969f508 100644
--- a/debian/patches/40_build-parallel.patch
+++ b/debian/patches/40_build-parallel.patch
@@ -2,10 +2,10 @@ Description: Build parallelly
Author: Anton Gladky <gladk at debian.org>
Last-Update: 2016-09-28
-Index: OpenFOAM-dev-version-4.0/wmake/scripts/AllwmakeParseArguments
+Index: openfoam/wmake/scripts/AllwmakeParseArguments
===================================================================
---- OpenFOAM-dev-version-4.0.orig/wmake/scripts/AllwmakeParseArguments
-+++ OpenFOAM-dev-version-4.0/wmake/scripts/AllwmakeParseArguments
+--- openfoam.orig/wmake/scripts/AllwmakeParseArguments
++++ openfoam/wmake/scripts/AllwmakeParseArguments
@@ -80,13 +80,6 @@ USAGE_LIB
setWM_NCOMPPROCS()
@@ -20,18 +20,11 @@ Index: OpenFOAM-dev-version-4.0/wmake/scripts/AllwmakeParseArguments
export WM_NCOMPPROCS
}
-Index: OpenFOAM-dev-version-4.0/wmake/wmake
+Index: openfoam/wmake/wmake
===================================================================
---- OpenFOAM-dev-version-4.0.orig/wmake/wmake
-+++ OpenFOAM-dev-version-4.0/wmake/wmake
-@@ -156,25 +156,15 @@ done
- # Set WM_NCOMPPROCS automatically when both WM_HOSTS and WM_SCHEDULER are set
- if [ -z "$WM_NCOMPPROCS" -a -n "$WM_HOSTS" -a -n "$WM_SCHEDULER" ]
- then
-+ echo '!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 1d'
- WM_NCOMPPROCS=$(wmakeScheduler -count)
- [ $? -eq 0 ] || unset WM_NCOMPPROCS
- fi
+--- openfoam.orig/wmake/wmake
++++ openfoam/wmake/wmake
+@@ -162,19 +162,7 @@ fi
if [ "$WM_NCOMPPROCS" ]
then
@@ -48,7 +41,6 @@ Index: OpenFOAM-dev-version-4.0/wmake/wmake
-
- make="$make --no-print-directory -j "$WM_NCOMPPROCS
- fi
-+ echo '!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 1c'
+ make="$make --no-print-directory -j "$WM_NCOMPPROCS
fi
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/openfoam.git
More information about the debian-science-commits
mailing list