rathann pushed to gromacs (master). "skip double precision tests on i686 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 23 11:30:10 UTC 2015


>From 1803b161ddbae0ad962a69cf8a9cd29b79784138 Mon Sep 17 00:00:00 2001
From: Dominik 'Rathann' Mierzejewski <dominik at greysector.net>
Date: Thu, 23 Apr 2015 13:29:22 +0200
Subject: skip double precision tests on i686

http://redmine.gromacs.org/issues/1716

diff --git a/gromacs.spec b/gromacs.spec
index bec9bef..e6af3fc 100644
--- a/gromacs.spec
+++ b/gromacs.spec
@@ -391,7 +391,12 @@ popd
 %check
 %if %{with_openmpi}
 %{_openmpi_load}
+# skip double precision tests on i686 (http://redmine.gromacs.org/issues/1716)
+%ifnarch i686
 for p in '' _d ; do
+%else
+for p in '' ; do
+%endif
   cd openmpi${p}
   LD_LIBRARY_PATH=$LD_LIBRARY_PATH:%{buildroot}${MPI_LIB} make VERBOSE=1 %{?_smp_mflags} check
   cd ..
@@ -399,13 +404,23 @@ done
 %{_openmpi_unload}
 %endif
 %{_mpich_load}
+# skip double precision tests on i686 (http://redmine.gromacs.org/issues/1716)
+%ifnarch i686
 for p in '' _d ; do
+%else
+for p in '' ; do
+%endif
   cd mpich${p}
   LD_LIBRARY_PATH=$LD_LIBRARY_PATH:%{buildroot}${MPI_LIB} make VERBOSE=1 %{?_smp_mflags} check
   cd ..
 done
 %{_mpich_unload}
+# skip double precision tests on i686 (http://redmine.gromacs.org/issues/1716)
+%ifnarch i686
 for p in '' _d ; do
+%else
+for p in '' ; do
+%endif
   cd serial${p}
   LD_LIBRARY_PATH=%{buildroot}%{_libdir} make VERBOSE=1 %{?_smp_mflags} check
   cd ..
@@ -474,6 +489,7 @@ done
 - enable testsuite
 - factorize a lot of build logic
 - drop redundant comments
+- skip double precision tests on i686 (http://redmine.gromacs.org/issues/1716)
 
 * Mon Apr 13 2015 Dominik Mierzejewski <rpm at greysector.net> - 4.6.5-6
 - rebuilt for changed mpich libraries
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/gromacs.git/commit/?h=master&id=1803b161ddbae0ad962a69cf8a9cd29b79784138


More information about the scm-commits mailing list