Skip to content

Building SuiteSparse with Intel C++ compiler #869

Answered by mmuetzel
ChessMastery asked this question in Q&A
Discussion options

You must be logged in to vote

Are you using a clean build tree? If you built with MSVC in that folder before, change to a different folder or delete its content.
If I'm reading my notes correctly, the following commands worked for me in the past:

cmake -G"Ninja Multi-Config" -DCMAKE_CXX_COMPILER=icx-cl -DCMAKE_C_COMPILER=icx-cl -DCMAKE_Fortran_COMPILER=ifx -DSUITESPARSE_ENABLE_PROJECTS="suitesparse_config;mongoose;amd;btf;camd;ccolamd;colamd;cholmod;cxsparse;ldl;klu;umfpack;paru;rbio;spqr" -DSUITESPARSE_USE_CUDA=OFF --fresh ..
cmake --build . --config Release

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@ChessMastery
Comment options

@mmuetzel
Comment options

@ChessMastery
Comment options

@mmuetzel
Comment options

Answer selected by ChessMastery
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants