Andreas Tille pushed to branch master at Debian Med / seqan2
Commits: e8de6f12 by Andreas Tille at 2021-02-13T21:12:22+01:00 Exclude yara build also for i386 - - - - - 2 changed files: - debian/changelog - debian/patches/skip-some-apps-on-some-archs Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +seqan2 (2.4.0+dfsg-14) UNRELEASED; urgency=medium + + * Exclude yara build also for i386 + + -- Andreas Tille <[email protected]> Sat, 13 Feb 2021 21:11:25 +0100 + seqan2 (2.4.0+dfsg-13) unstable; urgency=medium [ Vagrant Cascadian ] ===================================== debian/patches/skip-some-apps-on-some-archs ===================================== @@ -6,9 +6,9 @@ compile three of the apps balloons beyond 14GiB, so skip them If you update this patch (add/remove an architecture/app combo), then update debian/README.Debian ---- seqan2.orig/apps/razers/CMakeLists.txt -+++ seqan2/apps/razers/CMakeLists.txt -@@ -17,6 +17,16 @@ +--- a/apps/razers/CMakeLists.txt ++++ b/apps/razers/CMakeLists.txt +@@ -17,6 +17,16 @@ if (SEQAN_TRAVIS_BUILD) return () endif (SEQAN_TRAVIS_BUILD) @@ -25,9 +25,9 @@ then update debian/README.Debian # ---------------------------------------------------------------------------- # Dependencies # ---------------------------------------------------------------------------- ---- seqan2.orig/apps/razers3/CMakeLists.txt -+++ seqan2/apps/razers3/CMakeLists.txt -@@ -12,6 +12,21 @@ +--- a/apps/razers3/CMakeLists.txt ++++ b/apps/razers3/CMakeLists.txt +@@ -12,6 +12,21 @@ message (STATUS "Configuring apps/razers set (SEQAN_APP_VERSION "3.5.8") @@ -49,12 +49,16 @@ then update debian/README.Debian # ---------------------------------------------------------------------------- # Dependencies # ---------------------------------------------------------------------------- ---- seqan2.orig/apps/yara/CMakeLists.txt -+++ seqan2/apps/yara/CMakeLists.txt -@@ -10,6 +10,40 @@ +--- a/apps/yara/CMakeLists.txt ++++ b/apps/yara/CMakeLists.txt +@@ -10,6 +10,44 @@ cmake_minimum_required (VERSION 3.0.0) project (seqan_apps_yara CXX) message (STATUS "Configuring apps/yara") ++if ("$ENV{DEB_BUILD_ARCH}" STREQUAL "i386") ++ message (STATUS " Not building yara on i386 due to memory requirements.") ++ return () ++endif () +if ("$ENV{DEB_BUILD_ARCH}" STREQUAL "mips") + message (STATUS " Not building yara on mips due to memory requirements.") + return () @@ -92,9 +96,9 @@ then update debian/README.Debian # ---------------------------------------------------------------------------- # Dependencies # ---------------------------------------------------------------------------- ---- seqan2.orig/apps/searchjoin/CMakeLists.txt -+++ seqan2/apps/searchjoin/CMakeLists.txt -@@ -16,6 +16,11 @@ +--- a/apps/searchjoin/CMakeLists.txt ++++ b/apps/searchjoin/CMakeLists.txt +@@ -16,6 +16,11 @@ if (SEQAN_TRAVIS_BUILD) message (STATUS " Skipping build and test of searchjoin on Travis CI.") return () endif (SEQAN_TRAVIS_BUILD) View it on GitLab: https://salsa.debian.org/med-team/seqan2/-/commit/e8de6f12efb92ef74e06a80f66c4b5d3c3462eaf -- View it on GitLab: https://salsa.debian.org/med-team/seqan2/-/commit/e8de6f12efb92ef74e06a80f66c4b5d3c3462eaf You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
