From b23a060794d4ef881327d802bd6fc359f5e1365f Mon Sep 17 00:00:00 2001 From: Dominik Mierzejewski Date: Jun 11 2016 00:13:04 +0000 Subject: mdrun-test times out on ppc64 and s390[x] - so disable it for these platforms (#1253763) --- diff --git a/gromacs-disable-mdrun-test.patch b/gromacs-disable-mdrun-test.patch new file mode 100644 index 0000000..db97f35 --- /dev/null +++ b/gromacs-disable-mdrun-test.patch @@ -0,0 +1,10 @@ +--- gromacs-5.0.6/src/programs/CMakeLists.txt.old 2015-08-14 17:01:41.890279899 +0200 ++++ gromacs-5.0.6/src/programs/CMakeLists.txt 2015-08-14 17:02:01.497280809 +0200 +@@ -117,6 +117,6 @@ + endif() + + if(BUILD_TESTING) +- add_subdirectory(mdrun/tests) ++ #add_subdirectory(mdrun/tests) + endif() + endif() diff --git a/gromacs.spec b/gromacs.spec index 3bd59da..699fdd8 100644 --- a/gromacs.spec +++ b/gromacs.spec @@ -12,7 +12,7 @@ Name: gromacs Version: 5.0.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Fast, Free and Flexible Molecular Dynamics Group: Applications/Engineering License: GPLv2+ @@ -24,6 +24,8 @@ Source6: gromacs-README.fedora # fix path to packaged dssp # https://bugzilla.redhat.com/show_bug.cgi?id=1203754 Patch0: gromacs-dssp-path.patch +# mdrun test times out on ppc64 and s390 +Patch1: gromacs-disable-mdrun-test.patch BuildRequires: cmake BuildRequires: atlas-devel >= 3.10.1 @@ -277,6 +279,9 @@ script. %prep %setup -q %patch0 -p1 -b .dssp +%ifarch ppc64 s390 s390x +%patch1 -p1 -b .test +%endif mkdir {serial,mpich,openmpi}{,_d} %build @@ -487,6 +492,10 @@ done %{_bindir}/GMXRC.csh %changelog +* Fri Nov 27 2015 Rafael Fonseca - 5.0.7-2 +- mdrun-test times out on ppc64 and s390[x], so disable it for these + platforms (#1253763) + * Thu Nov 19 2015 Dominik 'Rathann' Mierzejewski - 5.0.7-1 - update to 5.0.7 - don't remove -DNDEBUG from CFLAGS (makes HandlesPermuteModifier test fail