[med-svn] [seqan2] 02/05: disable razers on mips
Michael Crusoe
misterc-guest at moszumanska.debian.org
Fri Oct 27 06:39:09 UTC 2017
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 4a9ae400cbcb701501e952d1c692e4940179f2ca
Author: Michael R. Crusoe <michael.crusoe at gmail.com>
Date: Thu Oct 26 01:21:36 2017 -0700
disable razers on mips
---
debian/changelog | 6 ++++++
debian/rules | 4 ++++
2 files changed, 10 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 6d8ca4c..814d62a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+seqan2 (2.3.2.000platform-issues1-66a8baf+dfsg-2) UNRELEASED; urgency=medium
+
+ * Typo for CXXFLAGS: -O1 instead of -01
+
+ -- Michael R. Crusoe <michael.crusoe at gmail.com> Thu, 26 Oct 2017 01:22:07 -0700
+
seqan2 (2.3.2.000platform-issues1-66a8baf+dfsg-1) experimental; urgency=medium
* Refresh from upstream with additional fixes
diff --git a/debian/rules b/debian/rules
index 2a80176..8281b54 100755
--- a/debian/rules
+++ b/debian/rules
@@ -52,6 +52,10 @@ pkgdev=libseqan2-dev
dh $@ --parallel
override_dh_auto_configure-arch:
+ # Disable the razers app on mips as the builder lacks enough memory
+#ifneq (,$(filter mips,$(DEB_BUILD_ARCH)))
+# mv apps/razers debian/disabled_razers
+#endif
# dh_auto_configure -- -DSEQAN_BUILD_SYSTEM=SEQAN_RELEASE_APPS -DSEQAN_STATIC_APPS=False # skip the tests for now
dh_auto_configure -- -DSEQAN_BUILD_SYSTEM=DEVELOP \
-DSEQAN_STATIC_APPS=False -DSEQAN_NO_DOX=1 \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/seqan2.git
More information about the debian-med-commit
mailing list