[med-svn] [camitk] 02/03: Re-enable parallel build. Now that slow architectures are not a problem anymore this should be safe to do. Closes: #747421

Mattia Rizzolo mattia at debian.org
Sat Apr 30 12:00:07 UTC 2016


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository camitk.

commit d3acea227946fb66248bc905c09c15c044203fb3
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Sat Apr 30 11:47:42 2016 +0000

    Re-enable parallel build.  Now that slow architectures are not a problem anymore this should be safe to do.  Closes: #747421
---
 debian/changelog | 2 ++
 debian/rules     | 7 +------
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8cdfac6..50321a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ camitk (4.0.0~beta-2) UNRELEASED; urgency=medium
 
   * Team upload.
   * Add missing Breaks/Replaces to the -dev packages.  Closes: #823025
+  * Re-enable parallel build.  Now that slow architectures are not a
+    problem anymore this should be safe to do.  Closes: #747421
 
  -- Mattia Rizzolo <mattia at debian.org>  Sat, 30 Apr 2016 10:03:45 +0000
 
diff --git a/debian/rules b/debian/rules
index 918d5d5..68fa5d6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -54,12 +54,7 @@ CMAKE_EXTRA_FLAGS = \
 	-DAPIDOC_SDK:BOOL=TRUE
 
 %:
-	# For debian build, do not authorize parallel build (too much RAM
-	# needed for Imaging CEP on arch that have small memory size)
-	dh $@ --no-parallel --builddirectory=camitk-build
-	# For local personal build, parallel is ok as there is enough RAM
-	# for heavy-templated Imaging CEP (uncomment for local fast rebuild)
-	#dh $@ --parallel --builddirectory=camitk-build
+	dh $@ --parallel --builddirectory=camitk-build
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(CMAKE_EXTRA_FLAGS)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/camitk.git



More information about the debian-med-commit mailing list