Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem installing UMPACK, CHOLMOD, KLU, and SuiteSparseQR in Matlab R2018a #16

Closed
AntonSemechko opened this issue Dec 20, 2019 · 4 comments
Assignees

Comments

@AntonSemechko
Copy link

Describe the bug
UMPACK, CHOLMOD, KLU, and SuiteSparseQR not being installed due to recurrent error with \metis-5.1.0\gk_arch.h (screen shot attached)

To Reproduce
Enter SuiteSparse_install into Matlab command window

Expected behavior
All components of SuiteSparse should install\compile without errors

Screenshots
SuiteSparse installation issues

Desktop:

  • OS: Windows 8.1 64-bit
  • C & C++ Compiler: MinGW64
  • Matlab Version: 9.4.0.813654 (R2018a)
  • BLAS version: Intel MKL Version 2017.0.31 Product Build 20170606 for Intel(R) 64 architecture applications, CNR branch AVX2
    -LAPACK version: Intel MKL Version 2017.0.31 Product Build 20170606 for Intel(R) 64 architecture applications, CNR branch AVX2, Linear Algebra PACKage Version 3.7.0
@DrTimothyAldenDavis
Copy link
Owner

This is a limitation of metis, which I can't work around. To resolve it, simply compile without it. You can do this just by deleting the metis folder from SuiteSparse.

@AntonSemechko
Copy link
Author

Thank you for the prompt response!

I followed your suggestion. KLU was successfully compiled as a result, but installations of UMFPACK, CHOLMOD, and SuiteSparseQR still failed due to following errors in the umfpack_make.m, cholmod_make.m, and spqr_make.m files when calling mex

gcc: error: libmwlapack.lib: No such file or directory
gcc: error: libmwblas.lib: No such file or directory

@DrTimothyAldenDavis
Copy link
Owner

DrTimothyAldenDavis commented Dec 20, 2019 via email

@AntonSemechko
Copy link
Author

Ok, I will look into that. Thanks for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants