SHA256
1
0
forked from pool/votca

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
This commit is contained in:
Klaus Kämpf 2023-01-03 12:25:05 +00:00 committed by Git OBS Bridge
parent fb13f5687e
commit 8124839254
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 2 15:23:48 UTC 2023 - Christoph Junghans <junghans@votca.org>
- don't use mpi gromacs on ix86
-------------------------------------------------------------------
Wed Dec 21 22:25:15 UTC 2022 - Christoph Junghans <junghans@votca.org>

View File

@ -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