Your message dated Mon, 07 Jan 2013 13:14:55 +0000
with message-id <[email protected]>
and subject line Re: Bug#697578: unblock: abyss/1.3.4-3
has caused the Debian Bug report #697578,
regarding unblock: abyss/1.3.4-3
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
697578: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=697578
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
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 <[email protected]> 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 <[email protected]> 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
--- End Message ---
--- Begin Message ---
On 07.01.2013 07:27, Andreas Tille wrote:
Please unblock package abyss
Build without POPCNT to make sure the program will run on any i686
box.
Unblocked yesterday; thanks.
Regards,
Adam
--- End Message ---