Accepting request 1045217 from science
OBS-URL: https://build.opensuse.org/request/show/1045217 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/votca?expand=0&rev=6
This commit is contained in:
commit
95235f1a0b
@ -21,6 +21,12 @@ Wed Dec 21 22:25:15 UTC 2022 - Christoph Junghans <junghans@votca.org>
|
||||
- update github actions to new versions ([gh#votca/votca#1007],
|
||||
[gh#votca/votca#1013])
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 15 11:49:02 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Disable gromacs on 32-bit arm since it is missing
|
||||
- Do not requires libint when xtp is disabled
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 06:21:38 UTC 2022 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||
|
||||
|
20
votca.spec
20
votca.spec
@ -16,6 +16,13 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
%global with_xtp 1
|
||||
# libint2 used by xtp is broken on 32-bit archs
|
||||
# https://github.com/evaleev/libint/issues/196
|
||||
# https://github.com/votca/xtp/issues/652
|
||||
%ifarch %ix86 %arm
|
||||
%global with_xtp 0
|
||||
%endif
|
||||
|
||||
Name: votca
|
||||
Version: 2022.1
|
||||
@ -34,8 +41,11 @@ BuildRequires: fdupes
|
||||
BuildRequires: fftw3-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gnuplot
|
||||
# gromacs is not available on 32-bit arm
|
||||
%ifnarch %{arm}
|
||||
BuildRequires: gromacs-devel
|
||||
BuildRequires: gromacs-openmpi
|
||||
%endif
|
||||
BuildRequires: hdf5-devel
|
||||
BuildRequires: lammps
|
||||
BuildRequires: libboost_filesystem-devel >= 1.71.0
|
||||
@ -47,7 +57,9 @@ BuildRequires: libboost_test-devel >= 1.71.0
|
||||
BuildRequires: libboost_timer-devel >= 1.71.0
|
||||
BuildRequires: libecpint-devel
|
||||
BuildRequires: libexpat-devel
|
||||
%if %{with_xtp}
|
||||
BuildRequires: libint-devel
|
||||
%endif
|
||||
BuildRequires: libxc-devel
|
||||
BuildRequires: memory-constraints
|
||||
BuildRequires: openmpi-macros-devel
|
||||
@ -73,14 +85,6 @@ Provides: votca-csg-apps = %version-%release
|
||||
Obsoletes: votca-xtp <= 2022~rc1
|
||||
Provides: votca-xtp = %version-%release
|
||||
|
||||
%global with_xtp 1
|
||||
# libint2 used by xtp is broken on 32-bit archs
|
||||
# https://github.com/evaleev/libint/issues/196
|
||||
# https://github.com/votca/xtp/issues/652
|
||||
%ifarch %ix86 %arm
|
||||
%global with_xtp 0
|
||||
%endif
|
||||
|
||||
%global votca_desc \
|
||||
VOTCA is a software package which focuses on the analysis of molecular \
|
||||
dynamics data, the development of systematic coarse-graining techniques as \
|
||||
|
Loading…
x
Reference in New Issue
Block a user