[libint/el5/master] Exclude ppc architecture.

Jussi Lehtola jussilehtola at fedoraproject.org
Sat Jan 22 17:03:38 UTC 2011


commit 996ef7a5b846472bd78c6f8ae61c9fb07e279b9d
Author: Jussi Lehtola <jussilehtola at fedoraproject.org>
Date:   Sat Jan 22 19:03:30 2011 +0200

    Exclude ppc architecture.

 libint.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/libint.spec b/libint.spec
index 561086f..1718f47 100644
--- a/libint.spec
+++ b/libint.spec
@@ -11,6 +11,9 @@ BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires:	/usr/bin/bibtex
 BuildRequires:	/usr/bin/pdflatex
 
+# 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