Control: tags 854555 + patch
Control: tags 854555 + pending
Dear maintainer,
I've prepared an NMU for mpqc3 (versioned as 0.0~git20170114-4.1) and
uploaded it to DELAYED/15. Please feel free to tell me if I should
cancel it.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
diff -Nru mpqc3-0.0~git20170114/debian/changelog mpqc3-0.0~git20170114/debian/changelog
--- mpqc3-0.0~git20170114/debian/changelog 2017-01-21 00:19:50.000000000 +0200
+++ mpqc3-0.0~git20170114/debian/changelog 2018-12-01 09:45:19.000000000 +0200
@@ -1,3 +1,12 @@
+mpqc3 (0.0~git20170114-4.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Work around address space limitations on 32bit by
+ building with -g1. (Closes: #854555)
+ * Link with libatomic on armel.
+
+ -- Adrian Bunk <[email protected]> Sat, 01 Dec 2018 09:45:19 +0200
+
mpqc3 (0.0~git20170114-4) unstable; urgency=medium
* debian/rules (override_dh_auto_configure): Removed MPQC_CI from CMake
diff -Nru mpqc3-0.0~git20170114/debian/rules mpqc3-0.0~git20170114/debian/rules
--- mpqc3-0.0~git20170114/debian/rules 2017-01-21 00:19:14.000000000 +0200
+++ mpqc3-0.0~git20170114/debian/rules 2018-12-01 09:45:19.000000000 +0200
@@ -1,7 +1,17 @@
#!/usr/bin/make -f
# -*- makefile -*-
-export CXXFLAGS=-g -O2 -std=c++11
+include /usr/share/dpkg/architecture.mk
+
+ifeq ($(DEB_HOST_ARCH_BITS), 32)
+ export CXXFLAGS=-g1 -O2 -std=c++11
+else
+ export CXXFLAGS=-g -O2 -std=c++11
+endif
+ifeq ($(DEB_HOST_ARCH), armel)
+ export LDFLAGS=-latomic
+endif
+
export OMPI_MCA_orte_rsh_agent=/bin/false
%: