Add note about bundled libs: arpack, gl2ps, others?

This commit is contained in:
Orion Poplawski 2011-02-13 08:32:34 -07:00
parent c1ffcc58a2
commit 582974b374
1 changed files with 4 additions and 1 deletions

View File

@ -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