-
Notifications
You must be signed in to change notification settings - Fork 285
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
Latest suitesparse easyblock modified library paths and doesn't install CSparse libs #3051
Comments
Installation of |
Hi, I found some description from the SuiteSparse README
CSparse looks like the only one which is not installed by cmake. Although I don't see a libcsparse.so from CXSparse (libcxsparse.so instead), I guess it does this intentionally to avoid some potential conflict with CXSparse. I am wondering whether the softwares in the list can be linked to CXSparse instead? Otherwise, I may copy those CSparse libs manually. |
At least for Success: |
Not to forget that there are extensions on R which depend on suitesparse. We took upstream suitesparse.py because we had an old one pre-suitesparse 6. We have 7.1.0 |
Which extensions are that? We don't have |
@SebastianAchilles can you paste the commented-out extensions of our R? I’m on vacations right now and don’t have access to Gitlab |
Some easyconfigs need to be updated as well, such as from
|
@appolloford Updating any easyconfigs using a deprecated toolchain is a useless effort, since those are archived in the Are these the easyconfigs that have a dependency on |
|
Yes, the list is simply showing the easyconfigs with SuiteSparse dependency. |
Latest suitesparse easyblock modified library paths and doesn't install CSparse libs which might cause installations that depend on SuiteSparse to fail, installation of those should be modified to find the libraries. But the issue of the missing CSparse library remains. Why was this lib removed in #3004?
@appolloford
Installations that depend on SuiteSparse and might fail if not modified:
AUGUSTUS
CVXOPT
Trilinos
PETSc
igraph
Octave
OpenSees
DOLFIN
FreeFEM
Yade
ARPACK++
pyGIMLi
The text was updated successfully, but these errors were encountered: