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

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

[Octave-bug-tracker] [bug #59828] Build failure because of change to SPQ


From: anonymous
Subject: [Octave-bug-tracker] [bug #59828] Build failure because of change to SPQR
Date: Tue, 5 Jan 2021 11:21:06 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:84.0) Gecko/20100101 Firefox/84.0

URL:
  <https://savannah.gnu.org/bugs/?59828>

                 Summary: Build failure because of change to SPQR
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Tue 05 Jan 2021 04:21:04 PM UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Build Failure
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: dev
         Discussion Lock: Any
        Operating System: GNU/Linux

    _______________________________________________________

Details:

This build failure is with hg id 7e378993e8fa on Linux, with a fresh build.

The configuration ends with the message:


configure: WARNING: SPQR library not found.  This will result in some lack of
functionality for sparse matrices.
configure: 
configure: NOTE: Libraries or auxiliary programs may be skipped if they are
not found
configure: NOTE: OR if they are missing required features on your system.


But then the build fails with:


  CXXLD    src/octave-cli
/usr/bin/ld: libinterp/.libs/liboctinterp.so: undefined reference to
`SparseComplexMatrix
octave::math::sparse_qr<SparseComplexMatrix>::solve<SparseMatrix,
SparseComplexMatrix>(SparseComplexMatrix const&, SparseMatrix const&, long&)'
/usr/bin/ld: libinterp/.libs/liboctinterp.so: undefined reference to
`SparseComplexMatrix
octave::math::sparse_qr<SparseComplexMatrix>::solve<SparseComplexMatrix,
SparseComplexMatrix>(SparseComplexMatrix const&, SparseComplexMatrix const&,
long&)'
/usr/bin/ld: libinterp/.libs/liboctinterp.so: undefined reference to
`ComplexMatrix
octave::math::sparse_qr<SparseMatrix>::solve<MArray<std::complex<double> >,
ComplexMatrix>(SparseMatrix const&, MArray<std::complex<double> > const&,
long&)'
/usr/bin/ld: libinterp/.libs/liboctinterp.so: undefined reference to
`ComplexMatrix
octave::math::sparse_qr<SparseComplexMatrix>::solve<MArray<double>,
ComplexMatrix>(SparseComplexMatrix const&, MArray<double> const&, long&)'
/usr/bin/ld: libinterp/.libs/liboctinterp.so: undefined reference to
`ComplexMatrix
octave::math::sparse_qr<SparseComplexMatrix>::solve<MArray<std::complex<double>
>, ComplexMatrix>(SparseComplexMatrix const&, MArray<std::complex<double> >
const&, long&)'
/usr/bin/ld: libinterp/.libs/liboctinterp.so: undefined reference to
`octave::math::sparse_qr<SparseComplexMatrix>::E_MAT() const'
/usr/bin/ld: libinterp/.libs/liboctinterp.so: undefined reference to
`octave::math::sparse_qr<SparseMatrix>::E_MAT() const'
/usr/bin/ld: libinterp/.libs/liboctinterp.so: undefined reference to `Matrix
octave::math::sparse_qr<SparseMatrix>::solve<MArray<double>,
Matrix>(SparseMatrix const&, MArray<double> const&, long&)'
/usr/bin/ld: libinterp/.libs/liboctinterp.so: undefined reference to
`SparseComplexMatrix
octave::math::sparse_qr<SparseMatrix>::solve<SparseComplexMatrix,
SparseComplexMatrix>(SparseMatrix const&, SparseComplexMatrix const&, long&)'
/usr/bin/ld: libinterp/.libs/liboctinterp.so: undefined reference to
`SparseMatrix octave::math::sparse_qr<SparseMatrix>::solve<SparseMatrix,
SparseMatrix>(SparseMatrix const&, SparseMatrix const&, long&)'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:15919: src/octave-cli] Error 1


I do have SuiteSparse installed. How to fix this?




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59828>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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