From 8124839254ac44da992f5e25069575ea21deaa58312d33e3c62f8c56a837d179 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= Date: Tue, 3 Jan 2023 12:25:05 +0000 Subject: [PATCH] Accepting request 1046312 from home:cjunghans:branches:science - don't use mpi gromacs on ix86 OBS-URL: https://build.opensuse.org/request/show/1046312 OBS-URL: https://build.opensuse.org/package/show/science/votca?expand=0&rev=15 --- votca.changes | 5 +++++ votca.spec | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/votca.changes b/votca.changes index ad4ffab..81b7939 100644 --- a/votca.changes +++ b/votca.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 2 15:23:48 UTC 2023 - Christoph Junghans + +- don't use mpi gromacs on ix86 + ------------------------------------------------------------------- Wed Dec 21 22:25:15 UTC 2022 - Christoph Junghans diff --git a/votca.spec b/votca.spec index ceff63a..fe8b7bd 100644 --- a/votca.spec +++ b/votca.spec @@ -44,8 +44,12 @@ BuildRequires: gnuplot # gromacs is not available on 32-bit arm %ifnarch %{arm} BuildRequires: gromacs-devel +# mpi gromacs is not available on 32-bit intel +# used for testing only +%ifnarch %ix86 BuildRequires: gromacs-openmpi %endif +%endif BuildRequires: hdf5-devel BuildRequires: lammps BuildRequires: libboost_filesystem-devel >= 1.71.0