[cp2k] disable regtests on i686 and amrv7hl (bug 1204701)

Dominik Mierzejewski rathann at fedoraproject.org
Mon Mar 23 12:03:56 UTC 2015


commit 7de0c9bf5c35c046d27cfe5e479331c9bd6a643d
Author: Dominik 'Rathann' Mierzejewski <dominik at greysector.net>
Date:   Mon Mar 23 13:03:14 2015 +0100

    disable regtests on i686 and amrv7hl (bug 1204701)

 cp2k.spec | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/cp2k.spec b/cp2k.spec
index 7dbb4d9..edb9ebf 100644
--- a/cp2k.spec
+++ b/cp2k.spec
@@ -186,6 +186,8 @@ install -pm755 exe/${TARGET}/cp2k.ssmp %{buildroot}%{_bindir}
 rm -rf %{buildroot}
 
 %if 1
+# regtests are failing and timing out on i686 and armv7hl - bug 1204701
+%ifnarch i686 armv7hl
 %check
 cat > tests/fedora.config << __EOF__
 export LC_ALL=C
@@ -204,6 +206,7 @@ pushd tests
 %{_openmpi_unload}
 popd
 %endif
+%endif
 
 %files common
 %defattr(-,root,root,-)


More information about the scm-commits mailing list