[seqan] Excluded bs_tools test on ARM.

Antonio Trande sagitter at fedoraproject.org
Tue Dec 2 16:42:04 UTC 2014


commit 77fec53520bad084263085ece7a218c7e6464f5b
Author: sagitter <sagitterATfedoraprojectDOTorg>
Date:   Tue Dec 2 17:41:59 2014 +0100

    Excluded bs_tools test on ARM.

 seqan-exclude_bstools_test.patch |   12 ++++++++++++
 seqan.spec                       |   12 ++++++++++--
 2 files changed, 22 insertions(+), 2 deletions(-)
---
diff --git a/seqan-exclude_bstools_test.patch b/seqan-exclude_bstools_test.patch
new file mode 100644
index 0000000..9a01f5d
--- /dev/null
+++ b/seqan-exclude_bstools_test.patch
@@ -0,0 +1,12 @@
+--- extras/apps/bs_tools/CMakeLists.orig.txt	2014-10-13 15:03:56.000000000 +0200
++++ extras/apps/bs_tools/CMakeLists.txt	2014-12-02 11:38:23.759795760 +0100
+@@ -106,7 +106,7 @@
+ # ----------------------------------------------------------------------------
+ 
+ # (weese:) temporarily disabled app test
+-seqan_add_app_test (bs_tools)
++# seqan_add_app_test (bs_tools)
+ 
+ # ----------------------------------------------------------------------------
+ # CPack Install
+
diff --git a/seqan.spec b/seqan.spec
index 4c56099..d360615 100644
--- a/seqan.spec
+++ b/seqan.spec
@@ -1,7 +1,7 @@
 Name:      seqan
 Summary:   Open source C++ library of efficient algorithms and data structures
 Version:   1.4.2
-Release:   7%{?dist}
+Release:   8%{?dist}
 License:   BSD and GPLv3+ and LGPLv3+
 URL:       http://www.seqan.de/
 Source0:   http://packages.seqan.de/seqan-src/seqan-src-%{version}.tar.gz
@@ -9,9 +9,10 @@ Source0:   http://packages.seqan.de/seqan-src/seqan-src-%{version}.tar.gz
 ## This patch sets a seqan directory for documentation files
 Patch0: %{name}-docpath.patch
 
-## This patch excludes tests of splazers and fiona
+## These patches exclude tests of splazers, fiona, bs_tools
 ## They fail beacause unknown reasons
 Patch1: %{name}-exclude_splazers_fiona_tests.patch
+Patch2: %{name}-exclude_bstools_test.patch
 
 BuildRequires: qt4-devel >= 4.7
 BuildRequires: cmake >= 2.8 
@@ -57,6 +58,10 @@ Info files of SeqAn's apps.
 %patch0 -p0
 %patch1 -p0
 
+%ifarch %{arm}
+%patch2 -p0
+%endif
+
 ## Remove spurious executable permissions
 for i in `find . -perm /111 -type f \( -name "*.h" -o -name "*.cpp" \)`; do
 chmod a-x $i
@@ -130,6 +135,9 @@ ctest --force-new-ctest-process %{?_smp_mflags}
 %{_includedir}/seqan/
 
 %changelog
+* Tue Dec 02 2014 Antonio Trande <sagitterATfedoraproject.org> - 1.4.2-8
+- Excluded bs_tools test on ARM
+
 * Mon Dec 01 2014 Antonio Trande <sagitterATfedoraproject.org> - 1.4.2-7
 - Parallel tests not performed on ARM
 


More information about the scm-commits mailing list