[libint] Increase maximum angular momentum.

Jussi Lehtola jussilehtola at fedoraproject.org
Wed Jul 25 12:43:33 UTC 2012


commit 0164c59238e28d1fabd3fcf16a32155772920390
Author: Jussi Lehtola <jussilehtola at fedoraproject.org>
Date:   Wed Jul 25 15:41:50 2012 +0300

    Increase maximum angular momentum.

 libint.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/libint.spec b/libint.spec
index 69eca46..9808ceb 100644
--- a/libint.spec
+++ b/libint.spec
@@ -1,6 +1,6 @@
 Name:		libint
 Version:	1.1.4
-Release:	8%{?dist}
+Release:	9%{?dist}
 Summary:	A library for computing electron repulsion integrals efficiently
 Group:		System Environment/Libraries
 License:	GPLv2+
@@ -61,8 +61,8 @@ expressions. The derivatives are typically used in the calculation of forces.
 
 %build
 %configure --enable-shared --disable-static \
- --with-libint-max-am=6 --with-libderiv-max-am1=5 --with-libderiv-max-am2=4 \
- --with-libr12-max-am=5 
+ --with-libint-max-am=7 --with-libderiv-max-am1=5 --with-libderiv-max-am2=4 \
+ --with-libr12-max-am=6 
 
 make CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" %{?_smp_mflags}
 
@@ -115,6 +115,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Jul 25 2012 Jussi Lehtola <jussilehtola at fedoraproject.org> - 1.1.4-9
+- Increased libint-max-am from 6 to 7 and libr12-max-am from 5 to 6.
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.4-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list