Accepting request 1046509 from science
OBS-URL: https://build.opensuse.org/request/show/1046509 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/votca?expand=0&rev=7
This commit is contained in:
commit
4c358d6744
@ -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>
|
Wed Dec 21 22:25:15 UTC 2022 - Christoph Junghans <junghans@votca.org>
|
||||||
|
|
||||||
|
@ -44,8 +44,12 @@ BuildRequires: gnuplot
|
|||||||
# gromacs is not available on 32-bit arm
|
# gromacs is not available on 32-bit arm
|
||||||
%ifnarch %{arm}
|
%ifnarch %{arm}
|
||||||
BuildRequires: gromacs-devel
|
BuildRequires: gromacs-devel
|
||||||
|
# mpi gromacs is not available on 32-bit intel
|
||||||
|
# used for testing only
|
||||||
|
%ifnarch %ix86
|
||||||
BuildRequires: gromacs-openmpi
|
BuildRequires: gromacs-openmpi
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
BuildRequires: hdf5-devel
|
BuildRequires: hdf5-devel
|
||||||
BuildRequires: lammps
|
BuildRequires: lammps
|
||||||
BuildRequires: libboost_filesystem-devel >= 1.71.0
|
BuildRequires: libboost_filesystem-devel >= 1.71.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user