suitesparse-metis-for-windows icon indicating copy to clipboard operation
suitesparse-metis-for-windows copied to clipboard

CMake scripts for painless usage of SuiteSparse+METIS from Visual Studio and the rest of Windows/Linux/OSX IDEs supported by CMake

Results 7 suitesparse-metis-for-windows issues
Sort by recently updated
recently updated
newest added

I had installed these. When I use these to compile G2O, I got into trouble: D:/MinGW/libraries/lib/libcxsparse.a(cs_util_di.o.c.obj):cs_util_di.o.c:(.text+0x1e0): multiple definition of `cs_di_spfree' ../../../../bin/libg2o_csparse_extension.dll.a(d000026.o):(.text+0x0): first defined here D:/MinGW/libraries/lib/libcxsparse.a(cs_util_di.o.c.obj):cs_util_di.o.c:(.text+0x220): multiple definition of `cs_di_nfree' ../../../../bin/libg2o_csparse_extension.dll.a(d000021.o):(.text+0x0):...

I followed the example: https://gist.github.com/andr3wmac/78d294844484cb48342f88ef03e2776a The matrix is "nd6k: https://www.cise.ufl.edu/research/sparse/MM/ND/nd6k.tar.gz" The program is finished regularly, but the summary shows that GPU is not called. The summary is: CHOLMOD GPU/CPU statistics:...

I am working a cross compiling project on Linux for Windows. My project needs this suitesparse package. I have cross compiled BLAS and LAPACK through MXE. However, I couldn't use...

There are two typos in two CMakeLists that break the build on linux system. 1. https://github.com/jlblancoc/suitesparse-metis-for-windows/blob/master/CMakeLists.txt#L213 `FIND_PACKAGE(cuda) -> FIND_PACKAGE(CUDA)` The lowercase 'cuda' is not recognized on linux which is case...

Thanks for maintaining this! It has made my life a lot easier. However, it would be nice to have better built-in support for building suitesparse with Intel's MKL. This PR...

This Pull Request leverages the use of MKLConfig.cmake in the context where we do want to provide an external Intel MKL Additionally, projects using SuiteSparse will be able to set...