[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #63370] liboctave.so: undefined reference to `
From: |
A.R. Burgers |
Subject: |
[Octave-bug-tracker] [bug #63370] liboctave.so: undefined reference to `cgejsv_' while building from scratch gcc-9.4.0 + RHEL7 |
Date: |
Tue, 15 Nov 2022 04:24:36 -0500 (EST) |
Follow-up Comment #1, bug #63370 (project octave):
calls to cgejsv/zgejsv were apparently introduced in this changeset:
http://hg.savannah.gnu.org/hgweb/octave/rev/9b6bf68ea663
Indeed om my RHEL 6, liblapack 3.2.1 does not have cgejsv/zgejsv
nm /usr/lib64/liblapack.a | grep ejsv
dgejsv.o:
1. T dgejsv_
sgejsv.o:
1. T sgejsv_
I link octave to an openblas I compiled myself, that does come with
cgejsv/zgejsv.
Assuming the RHEL 7 liblapack also lacks cgejsv/zgejsv, I guess the options
available are convincing your vendor to supply a lapack version with the
complex gejsv versions, switch to openblas, or maybe there is another
precompiled lapack available (atlas?)
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?63370>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #63370] liboctave.so: undefined reference to `cgejsv_' while building from scratch gcc-9.4.0 + RHEL7, anonymous, 2022/11/15
- [Octave-bug-tracker] [bug #63370] liboctave.so: undefined reference to `cgejsv_' while building from scratch gcc-9.4.0 + RHEL7,
A.R. Burgers <=
- [Octave-bug-tracker] [bug #63370] liboctave.so: undefined reference to `cgejsv_' while building from scratch gcc-9.4.0 + RHEL7, Markus Mützel, 2022/11/15
- [Octave-bug-tracker] [bug #63370] liboctave.so: undefined reference to `cgejsv_' while building from scratch gcc-9.4.0 + RHEL7, Arun Giridhar, 2022/11/15
- [Octave-bug-tracker] [bug #63370] Provide configuration/runtime tests for gejsv in svd_driver(), Rik, 2022/11/15
- [Octave-bug-tracker] [bug #63370] Provide configuration/runtime tests for gejsv in svd_driver(), Markus Mützel, 2022/11/16
- [Octave-bug-tracker] [bug #63370] Provide configuration/runtime tests for gejsv in svd_driver(), John W. Eaton, 2022/11/16
- [Octave-bug-tracker] [bug #63370] Provide configuration/runtime tests for gejsv in svd_driver(), Thomas Arndt, 2022/11/21
- [Octave-bug-tracker] [bug #63370] Provide configuration/runtime tests for gejsv in svd_driver(), Rik, 2022/11/21
- [Octave-bug-tracker] [bug #63370] Provide configuration/runtime tests for gejsv in svd_driver(), Thomas Arndt, 2022/11/29
- [Octave-bug-tracker] [bug #63370] Provide configuration/runtime tests for gejsv in svd_driver(), Thomas Arndt, 2022/11/29
- [Octave-bug-tracker] [bug #63370] Provide configuration/runtime tests for gejsv in svd_driver(), Markus Mützel, 2022/11/29