Hello community,

here is the log from the commit of package libint for openSUSE:Factory checked 
in at 2020-10-18 16:35:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libint (Old)
 and      /work/SRC/openSUSE:Factory/.libint.new.3486 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libint"

Sun Oct 18 16:35:10 2020 rev:3 rq:842209 version:2.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libint/libint.changes    2020-10-14 
15:39:43.530373578 +0200
+++ /work/SRC/openSUSE:Factory/.libint.new.3486/libint.changes  2020-10-18 
16:35:13.632859499 +0200
@@ -1,0 +2,5 @@
+Wed Oct 14 14:14:58 UTC 2020 - Christoph Junghans <jungh...@votca.org>
+
+- Enable even more features
+
+-------------------------------------------------------------------

New:
----
  _constraints

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

Other differences:
------------------
++++++ libint.spec ++++++
--- /var/tmp/diff_new_pack.AQHB7p/_old  2020-10-18 16:35:14.860860045 +0200
+++ /var/tmp/diff_new_pack.AQHB7p/_new  2020-10-18 16:35:14.864860047 +0200
@@ -33,6 +33,9 @@
 BuildRequires:  gcc-c++
 BuildRequires:  gmp-devel
 
+# not enough memory for lto
+%global _lto_cflags %nil
+
 %description
 LIBINT computes the Coulomb and exchange integrals, which in electronic
 structure theory are called electron repulsion integrals (ERIs). This is by
@@ -86,8 +89,14 @@
 
 %build
 %{configure} --enable-shared --disable-static \
- --enable-eri3=1 \
- --with-incdirs="-I%{_includedir}/eigen3"
+  --enable-eri=2 --enable-eri3=2 --enable-eri2=2 \
+  --with-eri-max-am=7,5,4 --with-eri-opt-am=3 \
+  --with-eri3-max-am=7 --with-eri2-max-am=7 \
+  --with-g12-max-am=5 --with-g12-opt-am=3 \
+  --with-g12dkh-max-am=5 --with-g12dkh-opt-am=3 \
+  --disable-unrolling --enable-generic-code --enable-contracted-ints \
+  --with-incdirs="-I%{_includedir}/eigen3" \
+  --with-cxx-optflags="%optflags"
 %make_build
 
 %install
@@ -107,6 +116,7 @@
 %{_libdir}/libint2.so.%{sover}*
 
 %files devel
+%dir %{_libdir}/cmake
 %{_libdir}/cmake/libint2/
 %{_includedir}/libint2/
 %{_includedir}/libint2.h

++++++ _constraints ++++++
<?xml version="1.0"?>
<constraints>
  <hardware>
    <physicalmemory>
      <size unit="G">2</size>
    </physicalmemory>
  </hardware>
  <sandbox>kvm</sandbox>
  <hostlabel exclude="true">SLOW_CPU</hostlabel>
</constraints>

Reply via email to