From 582974b37422ceb6bc99fa24ad3d9da54b2d37a3 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Sun, 13 Feb 2011 08:32:34 -0700 Subject: [PATCH] Add note about bundled libs: arpack, gl2ps, others? --- octave.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/octave.spec b/octave.spec index ea5aebe..2542463 100644 --- a/octave.spec +++ b/octave.spec @@ -81,11 +81,14 @@ find -name *.cc -exec chmod 644 {} \; %build %global enable64 no export F77=gfortran +# TODO: arpack (and others?) appear to be bundled in libcruft.. +# --with-arpack is not an option anymore +# gl2ps.c is bundled. Anything else? %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 + --with-cxsparse make %{?_smp_mflags} OCTAVE_RELEASE="Fedora %{version}-%{release}" %install