Skip to content

cmake error when compiling cholmod-extra #2

Closed
@Tariq-Abuhashim

Description

@Tariq-Abuhashim

Hi Jaakko;

I get the following error when compiling cholmod-extra aftar "make"

In file included from Source/cholmod_spinv.c:42:0:
Include/cholmod_extra.h:45:34: fatal error: suitesparse/UFconfig.h: No such file or directory
#include <suitesparse/UFconfig.h>
^
compilation terminated.
make: *** [Build/cholmod_spinv.o] Error 1

I suspect that make can not find SuiteSparse UFconfig.h. This file can only be found in SuiteSparse versions older than 4.0.0. Would you please explain what changes I should make in order to compile the source with the most recent version of SuiteSparse?
For example, the file UFconfig.h (I think) is replaced by SuiteSpace_config.h, should I just replace the file?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions