From 7e1001bf7a044c78bae51b53cf272d93a4378a61 Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Jun 17 2019 23:12:28 +0000 Subject: disable regression tests on ppc64le --- diff --git a/gromacs.spec b/gromacs.spec index 2de48ff..5eb788f 100644 --- a/gromacs.spec +++ b/gromacs.spec @@ -271,7 +271,7 @@ for p in '' _d ; do test -z "${mpi}" && cp -al ../regressiontests* tests/ # use with -DREGRESSIONTEST_PATH=${PWD}/tests below %{cmake3} %{defopts} \ $(test -n "${mpi}" && echo %{mpi} -DGMX_BINARY_SUFFIX=${MPI_SUFFIX}${p} -DGMX_LIBS_SUFFIX=${MPI_SUFFIX}${p} -DCMAKE_INSTALL_BINDIR=${MPI_BIN} || echo -DGMX_X11=ON) \ -%ifnarch i686 %arm # regressiontest are not support on 32-bit archs: http://redmine.gromacs.org/issues/2584#note-35 +%ifnarch i686 %arm pcc64le # regressiontest are not support on 32-bit archs: http://redmine.gromacs.org/issues/2584#note-35, ppc64le: https://redmine.gromacs.org/issues/2734 $(test -z "${mpi}" && echo "-DREGRESSIONTEST_PATH=${PWD}/tests") \ %endif $(test -n "$p" && echo %{double} || echo %{?single}) \