This is an automated email from the git hooks/post-receive script. misterc-guest pushed a commit to tag debian/2.3.2.000platform-issues2-206d1f7+dfsg-1 in repository seqan2.
commit f129a454cad6f04fb0fa68c69a563d936caec568 Author: Michael R. Crusoe <[email protected]> Date: Thu Oct 26 03:06:38 2017 -0700 temp allow parallel always --- debian/rules | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/debian/rules b/debian/rules index 8281b54..bbc5ffc 100755 --- a/debian/rules +++ b/debian/rules @@ -32,12 +32,12 @@ ifneq (,$(filter mips mipsel mips64el,$(DEB_BUILD_ARCH))) export CXXFLAGS+=-mxgot endif # Disable parallel building on some build archs to save memory -ifneq (,$(filter armhf mips kfreebsd%,$(DEB_BUILD_ARCH))) - $(info $$DEB_BUILD_OPTIONS was [${DEB_BUILD_OPTIONS}]) - TDBO := $(DEB_BUILD_OPTIONS) - export DEB_BUILD_OPTIONS=parallel=1,$(filter $(TDBO), parallel) -endif -$(info $$DEB_BUILD_OPTIONS is [${DEB_BUILD_OPTIONS}]) +#ifneq (,$(filter armhf mips kfreebsd%,$(DEB_BUILD_ARCH))) +# $(info $$DEB_BUILD_OPTIONS was [${DEB_BUILD_OPTIONS}]) +# TDBO := $(DEB_BUILD_OPTIONS) +# export DEB_BUILD_OPTIONS=parallel=1,$(filter $(TDBO), parallel) +#endif +#$(info $$DEB_BUILD_OPTIONS is [${DEB_BUILD_OPTIONS}]) ifneq (,$(filter mips64el ppc64el s390x alpha hppa powerpc ppc64 sparc64,$(DEB_HOST_ARCH))) # Disable async io on certain target archs, as per upstream -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/seqan2.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
