Fedora Account System
Red Hat Associate
Red Hat Customer
See the URL link https://github.com/DrTimothyAldenDavis/SuiteSparse/discussions/923 The solution suggest there is to add -DBUILD_STATIC_LIBS=OFF when not installing the static libraries. Reproducible: Always Steps to Reproduce: Execute the following bash script: # /usr/bin/env bash set -e -u mkdir temp_dir ; cd temp_dir # sudo dnf remove suitesparse sudo dnf install suitesparse-devel # cat << EOF > CMakeLists.txt CMAKE_MINIMUM_REQUIRED( VERSION 3.0 ) PROJECT(TEST_FIND_PACKAGE_CHOLMOD) FIND_PACKAGE(CHOLMOD) EOF # if cmake . then echo 'test_find_package_cholmod: OK' else echo 'test_find_package_cholmod: Error' fi Actual Results: ... snip ... -- Found OpenMP_C: -fopenmp (found version "4.5") -- Found OpenMP: TRUE (found version "4.5") found components: C CMake Error at /usr/lib64/cmake/SuiteSparse_config/SuiteSparse_configTargets.cmake:105 (message): The imported target "SuiteSparse::SuiteSparseConfig_static" references the file "/usr/lib64/libsuitesparseconfig.a" ... snip ... -- Configuring incomplete, errors occurred! test_find_package_cholmod: Error Expected Results: ... snip ... -- Found OpenMP_C: -fopenmp (found version "4.5") -- Found OpenMP: TRUE (found version "4.5") found components: C -- SuiteSparse_config version: 7.6.0 -- SuiteSparse_config include: /usr/include/suitesparse . ... snip ... -- Build files have been written to: <your_original_directory>/temp_dir test_find_package_cholmod: OK
This message is a reminder that Fedora Linux 40 is nearing its end of life. Fedora will stop maintaining and issuing updates for Fedora Linux 40 on 2025-05-13. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a 'version' of '40'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, change the 'version' to a later Fedora Linux version. Note that the version field may be hidden. Click the "Show advanced fields" button if you do not see it. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora Linux 40 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora Linux, you are encouraged to change the 'version' to a later version prior to this bug being closed.
*** Bug 2365312 has been marked as a duplicate of this bug. ***
I've proposed a fix upstream here: https://github.com/DrTimothyAldenDavis/SuiteSparse/pull/946
FEDORA-2025-a81ab2af95 (suitesparse-7.11.0-1.fc43) has been submitted as an update to Fedora 43. https://bodhi.fedoraproject.org/updates/FEDORA-2025-a81ab2af95
FEDORA-2025-a81ab2af95 (suitesparse-7.11.0-1.fc43) has been pushed to the Fedora 43 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2025-6958be8499 (suitesparse-7.11.0-1.fc42) has been submitted as an update to Fedora 42. https://bodhi.fedoraproject.org/updates/FEDORA-2025-6958be8499
FEDORA-2025-6958be8499 has been pushed to the Fedora 42 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-6958be8499` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-6958be8499 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2025-6958be8499 (suitesparse-7.11.0-1.fc42) has been pushed to the Fedora 42 stable repository. If problem still persists, please make note of it in this bug report.