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

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

[Octave-bug-tracker] [bug #32120] complex times complex failure


From: Michael C. Grant
Subject: [Octave-bug-tracker] [bug #32120] complex times complex failure
Date: Wed, 12 Mar 2014 22:02:55 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.74.9 (KHTML, like Gecko) Version/7.0.2 Safari/537.74.9

Follow-up Comment #11, bug #32120 (project octave):

The current version of the Octave Homebrew recipe has this:


  # When building 64-bit binaries on Snow Leopard, there are naming issues
with
  # the dot product functions in the BLAS library provided by Apple's
  # Accelerate framework. See the following thread for the gory details:
  #   http://www.macresearch.org/lapackblas-fortran-106
  # We can work around the issues using dotwrp.
  depends_on 'dotwrp' if MacOS.version == :snow_leopard and
MacOS.prefer_64_bit?


I am not currently using this library, and I suspect if I were, this problem
would go away. But it seems to me this is exactly the same issue that XZDOTU,
etc. are tasked to handle. So perhaps the configure script isn't doing the
right thing on the mac?

vecLib actually *comes* with subroutine versions of these four routines; so in
theory, they could be used in place of the XZDOTU, etc. I think they might be
drop-in replacements to what you have now.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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