[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#697578: unblock: abyss/1.3.4-3



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package abyss

Build without POPCNT to make sure the program will run on any i686 box.

unblock abyss/1.3.4-3

-- System Information:
Debian Release: 6.0.6
Architecture: i386 (i686)

Kernel: Linux 2.6.36-xenU-4814-i386 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru abyss-1.3.4/debian/changelog abyss-1.3.4/debian/changelog
--- abyss-1.3.4/debian/changelog	2012-06-01 08:40:38.000000000 +0200
+++ abyss-1.3.4/debian/changelog	2013-01-04 11:09:04.000000000 +0100
@@ -1,3 +1,13 @@
+abyss (1.3.4-3) unstable; urgency=low
+
+  * Disable POPCNT
+    Closes: #697344
+  * Add debian/README.debian to inform users about this change asking
+    for some comparison of the speed to consider other means for better
+    performance
+
+ -- Andreas Tille <tille@debian.org>  Fri, 04 Jan 2013 11:07:10 +0100
+
 abyss (1.3.4-2) unstable; urgency=low
 
   * Team upload
diff -Nru abyss-1.3.4/debian/README.Debian abyss-1.3.4/debian/README.Debian
--- abyss-1.3.4/debian/README.Debian	1970-01-01 01:00:00.000000000 +0100
+++ abyss-1.3.4/debian/README.Debian	2013-01-04 11:09:04.000000000 +0100
@@ -0,0 +1,24 @@
+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 <tille@debian.org>  Fri, 04 Jan 2013 11:07:10 +0100
diff -Nru abyss-1.3.4/debian/rules abyss-1.3.4/debian/rules
--- abyss-1.3.4/debian/rules	2012-06-01 08:40:38.000000000 +0200
+++ abyss-1.3.4/debian/rules	2013-01-04 11:09:04.000000000 +0100
@@ -6,7 +6,7 @@
 	dh  $@
 
 override_dh_auto_configure:
-	dh_auto_configure -- --with-mpi=/usr/lib/openmpi
+	dh_auto_configure -- --with-mpi=/usr/lib/openmpi --disable-popcnt
 
 override_dh_auto_install:
 	dh_auto_install --destdir=debian/tmp

Reply to: