commit libint for openSUSE:Factory

2020-10-27 Thread root
Hello community,

here is the log from the commit of package libint for openSUSE:Factory checked 
in at 2020-10-27 19:01:15

Comparing /work/SRC/openSUSE:Factory/libint (Old)
 and  /work/SRC/openSUSE:Factory/.libint.new.3463 (New)


Package is "libint"

Tue Oct 27 19:01:15 2020 rev:4 rq:844146 version:2.6.0

Changes:

--- /work/SRC/openSUSE:Factory/libint/libint.changes2020-10-18 
16:35:13.632859499 +0200
+++ /work/SRC/openSUSE:Factory/.libint.new.3463/libint.changes  2020-10-27 
19:01:36.498859510 +0100
@@ -1,0 +2,5 @@
+Mon Oct 26 17:26:18 UTC 2020 - Christoph Junghans 
+
+- Build needs 4GB of memory
+
+---



Other differences:
--
++ _constraints ++
--- /var/tmp/diff_new_pack.zpvrTJ/_old  2020-10-27 19:01:37.266860069 +0100
+++ /var/tmp/diff_new_pack.zpvrTJ/_new  2020-10-27 19:01:37.266860069 +0100
@@ -2,7 +2,7 @@
 
   
 
-  2
+  4
 
   
   kvm




commit libint for openSUSE:Factory

2020-10-18 Thread root
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.changes2020-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 
+
+- 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 ++


  

  2

  
  kvm
  SLOW_CPU




commit libint for openSUSE:Factory

2020-10-14 Thread root
Hello community,

here is the log from the commit of package libint for openSUSE:Factory checked 
in at 2020-10-14 15:39:01

Comparing /work/SRC/openSUSE:Factory/libint (Old)
 and  /work/SRC/openSUSE:Factory/.libint.new.3486 (New)


Package is "libint"

Wed Oct 14 15:39:01 2020 rev:2 rq:841595 version:2.6.0

Changes:

--- /work/SRC/openSUSE:Factory/libint/libint.changes2020-09-25 
16:29:48.351798454 +0200
+++ /work/SRC/openSUSE:Factory/.libint.new.3486/libint.changes  2020-10-14 
15:39:43.530373578 +0200
@@ -1,0 +2,5 @@
+Tue Oct 13 15:18:44 UTC 2020 - Christoph Junghans 
+
+- Compile with support derivatives of 3-center electron repulsion integrals
+
+---



Other differences:
--
++ libint.spec ++
--- /var/tmp/diff_new_pack.Hmy8GN/_old  2020-10-14 15:39:45.514374271 +0200
+++ /var/tmp/diff_new_pack.Hmy8GN/_new  2020-10-14 15:39:45.518374273 +0200
@@ -86,6 +86,7 @@
 
 %build
 %{configure} --enable-shared --disable-static \
+ --enable-eri3=1 \
  --with-incdirs="-I%{_includedir}/eigen3"
 %make_build