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

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

[Octave-bug-tracker] [bug #50463] gsvd implementation uses functions rem


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #50463] gsvd implementation uses functions removed from lapack >= 3.6.0
Date: Fri, 22 Dec 2017 15:19:51 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0

Follow-up Comment #16, bug #50463 (project octave):

Compiling the attached file with "mkoctfile check_lib_fcn.cc", I see the
following on Octave 4.2.1 on Windows 10:

>> check_lib_fcn ("liblapack", "dggsvd_")
ans = 1
>> check_lib_fcn ("liblapack", "dggsvd3_")
ans = 0


And this on Ubuntu 17.10:

>> check_lib_fcn ("liblapack.so", "dggsvd_")
ans = 1
>> check_lib_fcn ("liblapack.so", "dggsvd3_")
ans = 1


@Rik: Is that the kind of portable check you were referring to in comment
#13?
At least on Windows we should know the name of the library that we are
packing. Not so sure on Linux or Mac.


(file #42706)
    _______________________________________________________

Additional Item Attachment:

File name: check_lib_fcn.cc               Size:1 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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