rpms/harminv/devel harminv.spec,1.8,1.9

Deji Akingunola deji at fedoraproject.org
Tue Dec 16 18:55:36 UTC 2008


Author: deji

Update of /cvs/pkgs/rpms/harminv/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17503

Modified Files:
	harminv.spec 
Log Message:
* Tue Dec 16 2008 Deji Akingunola <dakingun at gmail.com> - 1.3-13
- BR lapack-devel



Index: harminv.spec
===================================================================
RCS file: /cvs/pkgs/rpms/harminv/devel/harminv.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- harminv.spec	16 Dec 2008 05:29:53 -0000	1.8
+++ harminv.spec	16 Dec 2008 18:55:06 -0000	1.9
@@ -1,6 +1,6 @@
 Name:           harminv
 Version:        1.3.1
-Release:        12%{?dist}
+Release:        13%{?dist}
 Summary:        Program and library for solving the harmonic inversion problem
 
 Group:          Applications/Engineering
@@ -9,7 +9,7 @@
 Source0:        http://ab-initio.mit.edu/harminv/harminv-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  gcc-gfortran, atlas-devel
+BuildRequires:  gcc-gfortran, atlas-devel, lapack-devel
 
 %description
 Harminv is a free program (and accompanying library) to solve the
@@ -31,8 +31,8 @@
 %setup -q
 
 %build
-export CFLAGS="-I%{_includedir}/atlas"
-export LDFLAGS="-L%{_libdir}/atlas"
+export CFLAGS="-I%{_includedir}/atlas -I%{_includedir}"
+export LDFLAGS="-L%{_libdir}/atlas -L%{_libdir}"
 export F77=gfortran
 %configure --enable-shared --disable-static --with-cxx
 make %{?_smp_mflags}
@@ -68,6 +68,9 @@
 
 
 %changelog
+* Tue Dec 16 2008 Deji Akingunola <dakingun at gmail.com> - 1.3-13
+- BR lapack-devel
+
 * Mon Dec 15 2008 Deji Akingunola <dakingun at gmail.com> - 1.3-12
 - Rebuild for atlas-3.8.2
 




More information about the fedora-extras-commits mailing list