|
| From: | Markus Mützel |
| Subject: | [Octave-bug-tracker] [bug #50463] gsvd implementation uses functions removed from lapack >= 3.6.0 |
| Date: | Wed, 3 Jan 2018 10:28:11 -0500 (EST) |
| User-agent: | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 |
Follow-up Comment #25, bug #50463 (project octave):
A quick check seems to indicate that this actually might work. After compiling
the attached file with "mkoctfile -lpsapi check_lib_fcn3.cc", I see the
following with the liblapack.dll from Octave 4.2.1:
>> check_lib_fcn3 ('dggsvd_')
ans = 1
>> check_lib_fcn3 ('dggsvd3_')
ans = 0
Most of the build system is still a black box to me: How would psapi be added
to the linked libraries? Or is it already?
(file #42808)
_______________________________________________________
Additional Item Attachment:
File name: check_lib_fcn3.cc Size:2 KB
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?50463>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |