« Return to Thread: .oct files - keeping state across calls

Re: .oct files - keeping state across calls

by Christophe Tournery-2 :: Rate this Message:

Reply to Author | View in Thread

Thanks, I'll pass that info to the maintainers of the Portfile.
-c

On Jul 14, 2009, at 11:07 AM, John W. Eaton wrote:

> On 14-Jul-2009, Christophe Tournery wrote:
>
> | configure.args      --enable-shared \
> |                      --enable-dl \
> |                      --disable-static \
> |                      --with-hdf5 \
> |                      --with-fftw \
> |                      --with-blas="-framework Accelerate" \
> |                      --enable-static \
> |                      --enable-readline \
> |                      --with-zlib \
> |                      --with-glpk \
> |                      --with-curl \
> |                      --with-lapack \
> |                      --with-umfpack \
> |                      --with-colamd \
> |                      --with-ccolamd \
> |                      --with-cholmod \
> |                      --with-cxsparse
>
> You have both --disable-static and --enable-static?  Is that intended?
> The default is --disable-static.  Other than that and your --with-blas
> option, I think all these are the defaults, so there is no need to
> specify them explicitly.
>
> jwe

_______________________________________________
Help-octave mailing list
Help-octave@...
https://www-old.cae.wisc.edu/mailman/listinfo/help-octave

 « Return to Thread: .oct files - keeping state across calls