[yosys] 06/10: enable parallel compilation

Sebastian Kuzminsky seb_kuzminsky-guest at moszumanska.debian.org
Fri Mar 4 05:09:47 UTC 2016


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

seb_kuzminsky-guest pushed a commit to branch master
in repository yosys.

commit 85acb59508b6d53a5a7eae2a072d81220951ab39
Author: Sebastian Kuzminsky <seb at highlab.com>
Date:   Sat Feb 27 21:38:31 2016 -0700

    enable parallel compilation
    
    For example by this command:
    
        sudo DEB_BUILD_OPTIONS="parallel=$(nproc)" pbuilder build --basetgz ../pbuilder-jessie-amd64.tgz --buildresult . yosys*.dsc
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 745f1af..9db98e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ yosys (0.6-1) UNRELEASED; urgency=medium
   * debian/rules:
     - don't run make as part of dh_auto_configure, it'll get run by
         dh_auto_build later
+    - enable parallel build
 
  -- Sebastian Kuzminsky <seb at highlab.com>  Sun, 28 Feb 2016 10:48:44 -0700
 
diff --git a/debian/rules b/debian/rules
index 3adf5c3..3146665 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:
-	PREFIX=/usr dh $@
+	PREFIX=/usr dh $@ --parallel
 
 
 override_dh_auto_configure:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/yosys.git



More information about the debian-science-commits mailing list