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

Bug#744687: pu: package meep/1.1.1-8+deb7u1



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

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


diff -Nru meep-1.1.1/debian/changelog meep-1.1.1/debian/changelog
--- meep-1.1.1/debian/changelog	2012-04-03 17:29:52.000000000 +0200
+++ meep-1.1.1/debian/changelog	2014-04-13 11:43:05.000000000 +0200
@@ -1,3 +1,10 @@
+meep (1.1.1-8+deb7u1) unstable; urgency=medium
+
+  * upload to wheezy; Closes: #735368 in stable
+  * debian/rules: add "--with-gcc-arch=no" for configure script
+ + -- Thorsten Alteholz <debian@alteholz.de> Sun, 13 Apr 2014 11:20:00 +0200
+
 meep (1.1.1-8) unstable; urgency=low

   * debian/control: Standards Version to 3.9.3. (No changes needed).
diff -Nru meep-1.1.1/debian/rules meep-1.1.1/debian/rules
--- meep-1.1.1/debian/rules	2012-04-03 12:00:03.000000000 +0200
+++ meep-1.1.1/debian/rules	2014-04-12 23:19:05.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

 configure: configure-stamp-serial


Reply to: