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

[SuiteSparse] Update to 7.6.1 #8354

Closed
wants to merge 1 commit into from

Conversation

fxcoudert
Copy link
Contributor

@fxcoudert
Copy link
Contributor Author

I get:

Unable to find project for S/SuiteSparse/common.jl

and for the GPU version only:

ERROR: LoadError: Unsatisfiable requirements detected for package SuiteSparse_jll [bea87d4a]:
  | SuiteSparse_jll [bea87d4a] log:
  | ├─possible versions are: 5.4.0-7.6.0 or uninstalled
  | └─restricted to versions 7.6.1 by an explicit requirement — no versions left
 ```

Is it because it needs to be done in two separate PRs?

@fxcoudert fxcoudert closed this Mar 26, 2024
@fxcoudert fxcoudert deleted the SuiteSparse branch March 26, 2024 06:51
@imciner2
Copy link
Member

Is it because it needs to be done in two separate PRs?

Yea, due to the use of the system AMD and common libraries by the SuiteSparse GPU package, we have to build the SuiteSparse CPU package first and have it be registered/available, then we can build the SuiteSparse GPU package with a dependency on that CPU package. It is a bit awkward, but it means we don't have to rebuild AMD or the common libraries in the GPU package.

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

Successfully merging this pull request may close these issues.

2 participants