This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository abyss.
commit 825341a0482477417785dd369df8e57b2d3cb0eb Author: Andreas Tille <[email protected]> Date: Mon Sep 15 15:02:49 2014 +0200 Option --disable-popcnt vanished --- debian/README.Debian | 24 ------------------------ debian/rules | 2 +- 2 files changed, 1 insertion(+), 25 deletions(-) diff --git a/debian/README.Debian b/debian/README.Debian deleted file mode 100644 index b09d652..0000000 --- a/debian/README.Debian +++ /dev/null @@ -1,24 +0,0 @@ -Abyss for Debian ----------------- - -Due to - - http://bugs.debian.org/697344 - -this package was compiled using --disable-popcnt. If you need to profit -from extra speed enhancement you could create a local package by doing -the following: - - $ apt-get source abyss - $ dch -i - local build enabling POPCNT - $ vi debian/rules - remove '--disable-popcnt' from configure options - $ debuild - $ dpkg -i ../abyss*.deb - -Please inform us (= Debian Med team) about the gain of speed compared -to the packaged version to enable us to try some better means to get -the best out of your hardware. - - -- Andreas Tille <[email protected]> Fri, 04 Jan 2013 11:07:10 +0100 diff --git a/debian/rules b/debian/rules index d79163d..b3d95fe 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ export DH_OPTIONS dh $@ override_dh_auto_configure: - dh_auto_configure -- --with-mpi=/usr/lib/openmpi --disable-popcnt + dh_auto_configure -- --with-mpi=/usr/lib/openmpi override_dh_auto_build: dh_auto_build --parallel -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/abyss.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
