rpms/harminv/devel harminv.spec,1.3,1.4

Ed Hill (edhill) fedora-extras-commits at redhat.com
Wed Oct 18 03:05:25 UTC 2006


Author: edhill

Update of /cvs/extras/rpms/harminv/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12614

Modified Files:
	harminv.spec 
Log Message:
try w/o blas and lapack BRs and with sanitized dirs



Index: harminv.spec
===================================================================
RCS file: /cvs/extras/rpms/harminv/devel/harminv.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- harminv.spec	18 Oct 2006 01:46:44 -0000	1.3
+++ harminv.spec	18 Oct 2006 03:04:55 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           harminv
 Version:        1.3.1
-Release:        7%{?dist}
+Release:        8%{?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, blas-devel, lapack-devel
+BuildRequires:  gcc-gfortran, atlas-devel
 
 %description
 Harminv is a free program (and accompanying library) to solve the
@@ -31,8 +31,8 @@
 %setup -q
 
 %build
-export CFLAGS="-I/usr/include/atlas"
-export LDFLAGS="-L/usr/lib/atlas"
+export CFLAGS="-I%{_includedir}/atlas"
+export LDFLAGS="-L%{_libdir}/atlas"
 export F77=gfortran
 %configure --enable-shared --disable-static --with-cxx
 make %{?_smp_mflags}
@@ -68,6 +68,9 @@
 
 
 %changelog
+* Tue Oct 17 2006  Ed Hill <ed at eh3.com> - 1.3.1-8
+- try w/o blas and lapack BRs and with sanitized dirs
+
 * Tue Oct 17 2006  Ed Hill <ed at eh3.com> - 1.3.1-7
 - re-add lapack-devel since it fails to build without it
 




More information about the fedora-extras-commits mailing list