octave-maintainers
[Top][All Lists]
Advanced

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

Re: builing on OSX 10.8


From: c.
Subject: Re: builing on OSX 10.8
Date: Sun, 2 Jun 2013 23:31:40 +0200

On 1 Jun 2013, at 18:47, c. <address@hidden> wrote:

> anyway if I can't fix the Accelerate-based build I'll switch to atlas.


Just for the record, I gave on Accelerate and moved to atlas.
The atlas build with the following options is working correctly:

../octave/configure                                        \
    CC=/opt/local/bin/gcc-mp-4.7                           \
    CFLAGS="-pipe -O0 -m64"                                \
    CPPFLAGS="-D_THREAD_SAFE -I/opt/local/include"         \
    LDFLAGS="-L/opt/local/lib -m64"                        \
    CXX=/opt/local/bin/g++-mp-4.7                          \
    CXXFLAGS="-pipe -O0 -m64"                              \
    F77=/opt/local/bin/gfortran-mp-4.7                     \
    FFLAGS="-pipe -O2 -m64"                                \
    LLVM_CONFIG=/opt/local/bin/llvm-config-mp-3.1          \
    --with-lapack="-latlas"                                \
    --with-blas="-latlas"                                  \
    --prefix=/opt/octave/3.7                               \
    --enable-gui                                           \
    --enable-jit                                           \
    --disable-java                                         \
    --with-framework-carbon                                

I do get a few fails when running make check but those where there before.

c.




reply via email to

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