rpms/octave/devel octave.spec,1.95,1.96

Jussi Lehtola jussilehtola at fedoraproject.org
Sun Jan 17 11:21:20 UTC 2010


Author: jussilehtola

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

Modified Files:
	octave.spec 
Log Message:
Fix build against ARPACK.


Index: octave.spec
===================================================================
RCS file: /cvs/pkgs/rpms/octave/devel/octave.spec,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -p -r1.95 -r1.96
--- octave.spec	6 Jan 2010 10:37:08 -0000	1.95
+++ octave.spec	17 Jan 2010 11:21:20 -0000	1.96
@@ -1,14 +1,14 @@
 # From src/version.h:#define OCTAVE_API_VERSION
-%define octave_api api-v37
+%global octave_api api-v37
 
 Name:           octave
 Version:        3.2.3
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A high-level language for numerical computations
 Epoch:          6
 Group:          Applications/Engineering
 License:        GPLv3+
-Source:         ftp://ftp.octave.org/pub/octave/octave-%{version}.tar.bz2
+Source0:         ftp://ftp.octave.org/pub/octave/octave-%{version}.tar.bz2
 Source1:        octave.conf
 URL:            http://www.octave.org
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -76,7 +76,12 @@ fi
 %build
 %global enable64 no
 export CPPFLAGS="-DH5_USE_16_API"
-%configure --enable-shared --disable-static --enable-64=%enable64 --with-blas="-L%{_libdir}/atlas -lf77blas -latlas" F77=gfortran
+export F77=gfortran
+%configure --enable-shared --disable-static --enable-64=%enable64 \
+ --with-blas="-L%{_libdir}/atlas -lf77blas -latlas" --with-qrupdate \
+ --with-lapack="-L%{_libdir}/atlas -llapack" \
+ --with-amd --with-umfpack --with-colamd --with-ccolamd --with-cholmod \
+ --with-cxsparse --with-arpack
 # SMP make doesn't work in Octave 3.2.2
 #make %{?_smp_mflags} OCTAVE_RELEASE="Fedora %{version}-%{release}"
 make OCTAVE_RELEASE="Fedora %{version}-%{release}"
@@ -177,7 +182,10 @@ fi
 
 
 %changelog
-* Wed Jan 6 2010 Jussi Lehtola <jussilehtola at fedoraproject.org> - 6.3.2.3-3
+* Sun Jan 17 2010 Jussi Lehtola <jussilehtola at fedoraproject.org> - 6:3.2.3-4
+- Fix compilation against ARPACK.
+
+* Wed Jan 6 2010 Jussi Lehtola <jussilehtola at fedoraproject.org> - 6:3.2.3-3
 - Really build against ATLAS instead of reference BLAS (#513381).
 
 * Sun Nov 15 2009 Alex Lancaster <alexlan[AT]fedoraproject org> - 6:3.2.3-2



More information about the scm-commits mailing list