This is an automated email from the git hooks/post-receive script. misterc-guest pushed a commit to branch experimental in repository seqan2.
commit 04b9d2f0eb1206bcc87fbcf54b628a028533543e Author: Michael R. Crusoe <[email protected]> Date: Wed Dec 20 06:23:05 2017 -0800 keep async, try a regular release --- debian/rules | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/debian/rules b/debian/rules index aa4e244..cf69d98 100755 --- a/debian/rules +++ b/debian/rules @@ -49,11 +49,11 @@ ifneq (,$(filter armel armhf sh4 kfreebsd%,$(DEB_BUILD_ARCH))) 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 -# https://github.com/seqan/seqan/issues/1861#issuecomment-336484553 - CXXFLAGS+=-DSEQAN_ASYNC_IO=0 -endif +# ifneq (,$(filter mips64el ppc64el s390x alpha hppa powerpc ppc64 sparc64,$(DEB_HOST_ARCH))) +# # Disable async io on certain target archs, as per upstream +# # https://github.com/seqan/seqan/issues/1861#issuecomment-336484553 +# CXXFLAGS+=-DSEQAN_ASYNC_IO=0 +# endif pkgapps=seqan-apps pkgdev=libseqan2-dev @@ -64,7 +64,7 @@ export CXXFLAGS CFLAGS DEB_BUILD_OPTIONS override_dh_auto_configure-arch: export DEB_BUILD_ARCH=${DEB_BUILD_ARCH} ; \ - dh_auto_configure -- -DSEQAN_BUILD_SYSTEM=DEVELOP \ + dh_auto_configure -- \ -DSEQAN_STATIC_APPS=False -DSEQAN_NO_DOX=1 \ -DSEQAN_DISABLE_VERSION_CHECK=YES -- 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
