[mpqc] autoreconf for aarch64

Carl Byington carllibpst at fedoraproject.org
Fri Mar 29 16:49:15 UTC 2013


commit 361555f2e240d8f752941a131bf7be4e590ea8f0
Author: Carl Byington <carl at five-ten-sg.com>
Date:   Fri Mar 29 09:49:14 2013 -0700

    autoreconf for aarch64

 mpqc.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mpqc.spec b/mpqc.spec
index 6909226..1d824d2 100644
--- a/mpqc.spec
+++ b/mpqc.spec
@@ -1,7 +1,7 @@
 Name:           mpqc
 Summary:        Ab-inito chemistry program
 Version:        2.3.1
-Release:        20%{?dist}
+Release:        21%{?dist}
 License:        GPLv2+ and LGPLv2+
 Group:          Applications/Engineering
 URL:            http://www.mpqc.org/
@@ -79,7 +79,7 @@ EOF
 
 %build
 export F77=gfortran
-autoconf
+autoreconf -v -f -i
 %configure --enable-shared  --enable-threads --disable-static --disable-parallel \
     --includedir="%{_includedir}/mpqc"  \
     --with-libdirs="-L%{_libdir}/atlas" \
@@ -164,6 +164,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Mar 29 2013 Carl Byington <carl at five-ten-sg.com> 2.3.1-21
+- add autoreconf for aarch64
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.3.1-20
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list