octave-maintainers
[Top][All Lists]
Advanced

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

Re: Octave 3.8.2-rc1 release candidate available for ftp


From: Ben Abbott
Subject: Re: Octave 3.8.2-rc1 release candidate available for ftp
Date: Tue, 10 Jun 2014 13:28:20 -0400

On Jun 10, 2014, at 1:25 PM, c. <address@hidden> wrote:

> On 10 Jun 2014, at 19:07, Ben Abbott <address@hidden> wrote:
> 
>> I've attached my fntests.log.
> thanks, I see you are disabling not only LLVM and JAVA but also 
> GraphicsMagick, is there a reason for the latter?
> 
>> I cheated on my build and used a local archive.
> OK, that may explain why the file was not missing for you.
> 
> c.

I've been having many failures with GraphicsMagick. My intention wasn't to 
disable it. My configure options are below.

./configure                                               \
   CC=/opt/local/bin/gcc-mp-4.7                           \
   CFLAGS="-pipe -O2 -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 -O2 -m64"                              \
   F77=/opt/local/bin/gfortran-mp-4.7                     \
   FFLAGS="-pipe -O2 -m64"                                \
   LLVM_CONFIG=/opt/local/bin/llvm-config-mp-3.3          \
   --with-magick=GraphicsMagick++                         \
   --with-lapack="-llapack -latlas -lgfortran"            \
   --with-blas="-lcblas -lf77blas -latlas -lgfortran"     \
   --prefix=/usr/local/octave/3.8.2                       \
   --enable-gui                                           \
   --disable-java                                         \
   --with-framework-carbon                                \
   --with-arpack                                          \
   --enable-docs                                          \
   --with-opengl                                          \
   --without-x                                            \
   --enable-link-all-dependencies

Ben



reply via email to

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