octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #53151] Clang OSX buildbot failing


From: Carlo de Falco
Subject: [Octave-bug-tracker] [bug #53151] Clang OSX buildbot failing
Date: Thu, 22 Feb 2018 12:56:15 -0500 (EST)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:58.0) Gecko/20100101 Firefox/58.0

Follow-up Comment #10, bug #53151 (project octave):

Hi,

Xcode is now working and command line tools are installed.

Octave configure fails because the macos readline is incompatible
with gnu readline and the one installed by homebrew is keg-only.

Sebastian, maybe you can help add the appropriate flags to access the keg-only
readline provided by homebrew?

I am attaching the configure script I tried, some features are disabled
(sundials, qt, ...) as I didn't install the respective dependencies 


../octave/configure \
    --prefix=/opt/octave/4.3.0+  \
    --without-osmesa --with-framework-carbon \
    --without-x --disable-static --disable-openmp \
    --disable-java \
    --disable-jit --with-sndfile --with-portaudio --with-magick=GraphicsMagick
\
    --enable-docs --with-amd="-lamd -lsuitesparseconfig" \
    --with-camd="-lcamd -lsuitesparseconfig" \
    --with-colamd="-lcolamd -lsuitesparseconfig" \
    --with-cholmod="-lcholmod -lsuitesparseconfig" \
    --with-cxsparse="-lcxsparse -lsuitesparseconfig" \
    --with-umfpack="-lumfpack -lsuitesparseconfig" \
    --without-openssl --with-blas="-L/opt/local/lib -lopenblas" \
    --with-lapack="-L/opt/local/lib -lopenblas" \
    CPP="/usr/bin/cpp" \
    CC="/usr/bin/clang"
    SED=gsed \
    CXX="/usr/bin/clang++" \
    F77="gfortran" \
    CXXFLAGS="-std=gnu++11" \
    --with-fltk --with-framework-opengl \
    --without-qt --enable-link-all-dependencies



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53151>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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