[libint/el5: 15/15] Merge branch 'master' into el5

Susi Lehtola jussilehtola at fedoraproject.org
Sun Dec 22 19:26:57 UTC 2013


commit d2026117d463b3f8898901244a702281e2efc6f5
Merge: 996ef7a 26641e5
Author: Susi Lehtola <jussilehtola at fedoraproject.org>
Date:   Sun Dec 22 21:26:20 2013 +0200

    Merge branch 'master' into el5

 .gitignore                 |    1 +
 libint-1.1.5-maxnode.patch |   62 ++++++++++++++++++++++
 libint-1.1.5-printf.patch  |   36 +++++++++++++
 libint.spec                |  125 ++++++++++++++++++++++++++++++++++----------
 sources                    |    2 +-
 5 files changed, 197 insertions(+), 29 deletions(-)
---
diff --cc libint.spec
index 1718f47,db5d942..02f5220
--- a/libint.spec
+++ b/libint.spec
@@@ -1,19 -1,46 +1,49 @@@
- Name:		libint
- Version:	1.1.4
- Release:	4%{?dist}
- Summary:	A library for computing electron repulsion integrals efficiently
- Group:		System Environment/Libraries
- License:	GPLv2+
- URL:		http://www.files.chem.vt.edu/chem-dept/valeev/software/libint/libint.html
- Source0:	http://www.files.chem.vt.edu/chem-dept/valeev/software/libint/src/libint-%{version}.tar.gz
- BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+ Name:           libint
+ Version:        1.1.5
+ Release:        3%{?dist}
+ Summary:        A library for computing electron repulsion integrals efficiently
+ Group:          System Environment/Libraries
+ License:        GPLv2+
+ URL:            http://sourceforge.net/p/libint
+ Source0:        http://downloads.sourceforge.net/libint/v1-releases/libint-%{version}.tar.gz
+ # Proper arguments for printf
+ Patch0:         libint-1.1.5-printf.patch
+ # Increase maxnode
+ Patch1:         libint-1.1.5-maxnode.patch
+ 
+ BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+ 
+ %if 0%{?rhel} == 5
+ # g++ crashes on pcc when trying to build in EPEL-5
+ ExcludeArch:    ppc
+ # Required to build documentation
+ BuildRequires:  /usr/bin/bibtex
+ BuildRequires:  /usr/bin/pdflatex
+ %endif
+ 
+ %if 0%{?rhel} == 6
  # Required to build documentation
- BuildRequires:	/usr/bin/bibtex
- BuildRequires:	/usr/bin/pdflatex
+ BuildRequires:  /usr/bin/bibtex
+ BuildRequires:  /usr/bin/pdflatex
+ %endif
+ 
+ %if 0%{?fedora} > 17
+ # Required to build documentation
+ BuildRequires:  tex-bibtex
+ BuildRequires:  tex(appendix.sty)
+ BuildRequires:  tex(bbding.sty)
+ BuildRequires:  tex(braket.sty)
+ BuildRequires:  tex(framed.sty)
+ BuildRequires:  tex(latex)
+ BuildRequires:  tex(mathcomp.sty)
+ BuildRequires:  tex(sfmath.sty)
+ BuildRequires:  tex(subfigure.sty)
+ Buildrequires:  tex(wrapfig.sty)
+ %endif
  
 +# g++ crashes on pcc when trying to build in EPEL-5
 +ExcludeArch:	ppc
 +
  %description
  LIBINT computes the Coulomb and exchange integrals, which in electronic
  structure theory are called electron repulsion integrals (ERIs). This is by


More information about the scm-commits mailing list