Codebase list votca-xtp / debian/2021.1-2
Reduce memory pressure while compiling on mipsel Nicholas Breen 2 years ago
2 changed file(s) with 12 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 votca-xtp (2021.1-2) unstable; urgency=medium
1
2 * Adjust CXXFLAGS on mipsel to reduce memory pressure while compiling,
3 working around a FTBFS.
4
5 -- Nicholas Breen <nbreen@debian.org> Sat, 21 Aug 2021 20:37:02 -0700
6
07 votca-xtp (2021.1-1) unstable; urgency=medium
18
29 * New upstream release. Upload to unstable, after release.
44 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
55
66 export CTEST_OUTPUT_ON_FAILURE = On
7
8 # Reduce memory pressure while compiling on mipsel.
9 ifneq (,$(filter $(DEB_HOST_ARCH), mipsel))
10 export DEB_CXXFLAGS_MAINT_APPEND += -O1 -g1 -DNDEBUG
11 endif
712
813 override_dh_auto_configure:
914 dh_auto_configure -- -DENABLE_TESTING=On -DBUILD_MANPAGES=On