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

Bug#744688: pu: package meep-openmpi/1.1.1-9~deb7u2



Package: release.debian.org
Severity: normal
Tags: wheezy
User: release.debian.org@packages.debian.org
Usertags: pu

Up to now meep-openmpi uses -march=native, according to #735369 this is a
serious bug. This debdiff shall solve the problem in stable:


diff -Nru meep-openmpi-1.1.1/debian/changelog meep-openmpi-1.1.1/debian/changelog
--- meep-openmpi-1.1.1/debian/changelog	2013-11-30 13:19:04.000000000 +0100
+++ meep-openmpi-1.1.1/debian/changelog	2014-04-13 11:44:20.000000000 +0200
@@ -1,3 +1,10 @@
+meep-openmpi (1.1.1-9~deb7u2) wheezy; urgency=medium
+
+  * upload to wheezy; Closes: #735369 in stable
+  * debian/rules: add "--with-gcc-arch=no" for configure script
+
+ -- Thorsten Alteholz <debian@alteholz.de>  Sun, 13 Apr 2014 11:00:00 +0200
+
 meep-openmpi (1.1.1-9~deb7u1) wheezy; urgency=low

   * upload to wheezy; Closes: #711766 in stable
diff -Nru meep-openmpi-1.1.1/debian/rules meep-openmpi-1.1.1/debian/rules
--- meep-openmpi-1.1.1/debian/rules	2013-06-09 19:13:06.000000000 +0200
+++ meep-openmpi-1.1.1/debian/rules	2014-04-12 23:02:52.000000000 +0200
@@ -19,6 +19,7 @@
 	--prefix=/usr --mandir=\$${prefix}/share/man \
 	--infodir=\$${prefix}/share/info \
 	--with-libctl=/usr/share/libctl3 \
+	--with-gcc-arch=no \
 	--enable-shared --with-pic --enable-cxx \
 	--with-mpi=yes


Reply to: