Bug 2149040
| Summary: | ceres-solver-devel should depend on suitesparse-devel | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Michel Zou <xantares09> |
| Component: | ceres-solver | Assignee: | Taylor Braun-Jones <taylor> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 37 | CC: | manisandro, richmattes, taylor |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | ceres-solver-2.1.0-4.fc37 | Doc Type: | --- |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-12-07 01:35:09 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
FEDORA-2022-4549c5ffce has been submitted as an update to Fedora 37. https://bodhi.fedoraproject.org/updates/FEDORA-2022-4549c5ffce FEDORA-2022-4549c5ffce has been pushed to the Fedora 37 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2022-4549c5ffce` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-4549c5ffce See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2022-4549c5ffce has been pushed to the Fedora 37 stable repository. If problem still persists, please make note of it in this bug report. |
ceres-solver-devel should depend on suitesparse-devel because its cmake configuration file depends on the suitesparse headers, if you use "find_package (Ceres CONFIG)" without suitesparse-devel being installed you get the following error: "" -- Failed to find CXSparse - Could not find CXSparse include directory, set CXSparse_INCLUDE_DIR to directory containing cs.h CMake Warning at CMakeLists.txt:361 (find_package): Found package configuration file: /usr/lib64/cmake/Ceres/CeresConfig.cmake but it set Ceres_FOUND to FALSE so package "Ceres" is considered to be NOT FOUND. Reason given by package: Ceres could not be found because dependency CXSparse could not be found. """