Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Nov 2022 17:07:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 267746] math/ceres-solver: SuiteSparse 6.0.0 is deactivated
Message-ID:  <bug-267746-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267746

            Bug ID: 267746
           Summary: math/ceres-solver: SuiteSparse 6.0.0 is deactivated
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: yuri@freebsd.org
          Reporter: thierry@FreeBSD.org
          Assignee: yuri@freebsd.org
             Flags: maintainer-feedback?(yuri@freebsd.org)

Trying to build ceres-solver against the recent SuiteSparse 6.0.0 (see PR
267742) disables SuiteSparse support:

-- Disabling use of Eigen as a sparse linear algebra library.
   This does not affect the covariance estimation algorithm=20
   which can still use the EIGEN_SPARSE_QR algorithm.
-- Did not find CUDA library, disabling CUDA support.
-- Found LAPACK library:
/usr/local/lib/libopenblas.so;/usr/local/lib/libopenblas.so
-- Found CHOLMOD headers in: /usr/local/include/suitesparse
-- Found CHOLMOD library: /usr/local/lib/libcholmod.so
-- Found SPQR headers in: /usr/local/include/suitesparse
-- Found SPQR library: /usr/local/lib/libspqr.so
-- Found Config headers in: /usr/local/include/suitesparse
-- Found Config library: /usr/local/lib/libsuitesparseconfig.so
-- Found AMD headers in: /usr/local/include/suitesparse
-- Found AMD library: /usr/local/lib/libamd.so
-- Found CAMD headers in: /usr/local/include/suitesparse
-- Found CAMD library: /usr/local/lib/libcamd.so
-- Found CCOLAMD headers in: /usr/local/include/suitesparse
-- Found CCOLAMD library: /usr/local/lib/libccolamd.so
-- Found COLAMD headers in: /usr/local/include/suitesparse
-- Found COLAMD library: /usr/local/lib/libcolamd.so
-- Did not find Intel TBB library, assuming SuiteSparseQR was not compiled =
with
TBB.
-- Looking for shm_open in rt
-- Looking for shm_open in rt - found
-- Adding librt to SuiteSparse_config libraries (required on Linux & Unix [=
not
OSX] if SuiteSparse is compiled with timing).
-- Found METIS: /usr/local/include (found version "5.1.0")=20
-- Failed to find some/all required components of SuiteSparse.: Found
unsuitable version "..", but required is at least "4.0" (found
/usr/local/include/suitesparse, found components: CHOLMOD SPQR Config AMD C=
AMD
CCOLAMD COLAMD)
-- Did not find all SuiteSparse dependencies, disabling SuiteSparse support.
-- Found CXSparse: /usr/local/include/suitesparse (found version "4.0.0")=20
-- Found CXSparse version: 4.0.0, building with CXSparse.

This problem has been reported at
<https://github.com/ceres-solver/ceres-solver/issues/919>.

Remark: the build continues without SuiteSparse, but install fails because =
two
modules are missing.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-267746-7788>