octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Octave 3.6.4-rc0 release candidate available for ftp


From: Jean-Francois Cardoso
Subject: Re: Octave 3.6.4-rc0 release candidate available for ftp
Date: Mon, 22 Oct 2012 20:33:36 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:16.0) Gecko/20121010 Thunderbird/16.0.1

On 10/17/12 5:25 PM, John W. Eaton wrote:
The first release candidate of Octave 3.6.4 is now available from
alpha.gnu.org in the directory /gnu/octave:

   3c9026da372b71df665eef7d0020c10d  octave-3.6.4-rc0.tar.bz2
   76813e9ac54d8bd4c47adc4a72a22ad4  octave-3.6.4-rc0.tar.gz

A succesfull 32-bit build on Mac OS 10.6.8.
Several libs are not used, though  (see below).
I am not using MacPorts.

Cheers, JF


export CFLAGS="-arch i386 -I/usr/local/include"
export FFLAGS="-arch i386 -I/usr/local/include"
export CXXFLAGS="-arch i386"  ## The -I flag is now automatic ?
export LDFLAGS="-arch i386 -L/usr/local/lib"
export CPPFLAGS="-I/usr/local/include -D_REENTRANT -D__LISTS__"


./configure \
    --prefix=/Users/cardoso/octave/octave-$octver \
    --disable-docs \
    --with-magick=ImageMagick \
    --with-glpk-includedir=/usr/local/include \
    --without-qhull         \
    --without-hdf5         \
    --without-curl          \
    --without-opengl        \
    --without-framework-opengl \
    --without-qrupdate      \
    --without-amd           \
    --without-camd          \
    --without-colamd        \
    --without-ccolamd       \
    --without-cholmod       \
    --without-cxsparse      \
    --without-umfpack




reply via email to

[Prev in Thread] Current Thread [Next in Thread]