Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package votca for openSUSE:Factory checked 
in at 2022-12-25 15:14:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/votca (Old)
 and      /work/SRC/openSUSE:Factory/.votca.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "votca"

Sun Dec 25 15:14:56 2022 rev:6 rq:1045217 version:2022.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/votca/votca.changes      2022-12-22 
16:23:18.678111261 +0100
+++ /work/SRC/openSUSE:Factory/.votca.new.1563/votca.changes    2022-12-25 
15:15:19.973536072 +0100
@@ -24,0 +25,6 @@
+Thu Dec 15 11:49:02 UTC 2022 - Guillaume GARDET <[email protected]>
+
+- Disable gromacs on 32-bit arm since it is missing
+- Do not requires libint when xtp is disabled
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ votca.spec ++++++
--- /var/tmp/diff_new_pack.M2QEzu/_old  2022-12-25 15:15:20.649539899 +0100
+++ /var/tmp/diff_new_pack.M2QEzu/_new  2022-12-25 15:15:20.657539944 +0100
@@ -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:  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_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 @@
 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 \

Reply via email to