[Bug 267746] math/ceres-solver: SuiteSparse 6.0.0 is deactivated
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 13 Nov 2022 17:07:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267746 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 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") -- 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 CAMD CCOLAMD COLAMD) -- Did not find all SuiteSparse dependencies, disabling SuiteSparse support. -- Found CXSparse: /usr/local/include/suitesparse (found version "4.0.0") -- 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. -- You are receiving this mail because: You are the assignee for the bug.