diff --git a/psi4.spec b/psi4.spec index e9cf1b3..d0a300f 100644 --- a/psi4.spec +++ b/psi4.spec @@ -7,7 +7,7 @@ Name: psi4 Version: 4.0 -Release: 0.11.%{shortcommit}git%{?dist} +Release: 0.12.%{shortcommit}git%{?dist} Summary: An ab initio quantum chemistry package Group: Applications/Engineering License: GPLv2+ and MIT @@ -32,7 +32,7 @@ BuildRequires: byacc BuildRequires: flex BuildRequires: gcc-gfortran BuildRequires: libint-devel >= 1.1.5-3 -BuildRequires: perl +BuildRequires: perl-devel BuildRequires: python2-devel >= 2.6 BuildRequires: numpy @@ -43,6 +43,9 @@ BuildRequires: tex-preview BuildRequires: dvipng BuildRequires: graphviz +# Needed for running tests +BuildRequires: perl(Env) + Requires: %{name}-data = %{version}-%{release} Requires: numpy # Libint can break the api between releases @@ -131,14 +134,10 @@ make -C objdir-%{_target_platform} install-doc DESTDIR=%{buildroot} mv %{buildroot}%{_docdir}/html htmldoc -%if 0 -# Tests fail on rawhide due to some perl script incompatibility error. -# The test results are OK, though. %check # Full blown tests - take a long time to complete #make -C objdir-%{_target_platform} tests make -C objdir-%{_target_platform} quicktests -%endif %files %doc COPYING LICENSE @@ -157,6 +156,9 @@ make -C objdir-%{_target_platform} quicktests %doc COPYING LICENSE htmldoc/* %changelog +* Tue May 13 2014 Susi Lehtola - 4.0-0.12.0c7ea928git +- Enable tests. + * Tue May 13 2014 Susi Lehtola - 4.0-0.11.0c7ea928git - Update to newest git snapshot. - Remove BR: ruby-devel.