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

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

[Octave-bug-tracker] [bug #35114] Octave 3.5.90: mkoctfile fails to link


From: Lukas Reichlin
Subject: [Octave-bug-tracker] [bug #35114] Octave 3.5.90: mkoctfile fails to link against BLAS/LAPACK
Date: Fri, 30 Dec 2011 10:06:55 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.52.7 (KHTML, like Gecko) Version/5.1.2 Safari/534.52.7

Follow-up Comment #21, bug #35114 (project octave):

I'm happy to announce that this bug report can be closed.

To sum up:
In the package makefile, I had to replace


LAPACK_LIBS != mkoctfile -p LAPACK_LIBS


by


LAPACK_LIBS = $$(mkoctfile -p LAPACK_LIBS)


for compatibility with older versions of GNU make.

In the MacPorts portfile for Octave, I had to replace


    configure.args-append   --with-blas="-ldotwrp -framework Accelerate"
    configure.args-append   --with-lapack="-framework Accelerate"


by


    configure.args-append   --with-blas="-ldotwrp -Wl,-framework
-Wl,Accelerate"
    configure.args-append   --with-lapack="-Wl,-framework -Wl,Accelerate"


to avoid splitting of "framework" and "accelerate".

Special thanks to Carlo De Falco for these fixes and to all who helped!

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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