-
Notifications
You must be signed in to change notification settings - Fork 17
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
Suite sparse #33
base: master
Are you sure you want to change the base?
Suite sparse #33
Conversation
9f22cba
to
7818093
Compare
Thanks a lot for working on this! |
181d4b7
to
57f4f44
Compare
What I have done:
|
Can we do the magma version bump independently? If yes, would you mind opening a pull request? |
We need to test then, if there are still any packages which break with metis-5 and/or parmetis-4. Have you also removed the hard-mask of parmetis-4 on science overlay? |
Yes of course. On the official or science tree I will do those commits in separate PRs. I'm opening one, after work. |
@waebbl Here is a quick try on fixing up the dependencies: gentoo/gentoo#10490 |
e5be053
to
f062574
Compare
@waebbl ping, Shall we revive the suitesparse effort at some point? :-) |
Definitely! It has been on hold for some time already, but I'd like to continue this |
@tamiko Removed magma for the commit. Will prepare a separate PR for this now, which I will push to ::gentoo. |
With update to 5.4.0 the package no longer comes in several shared packages, but in a single package containing the complete suite of sparse matrix packages. Restricts tests for now, as they fail in cholmod module. Package-Manager: Portage-2.3.69, Repoman-2.3.12 Manifest-Sign-Key: 0x2E246A4E715AA683 Signed-off-by: Bernd Waibel <[email protected]>
Updated to version 5.4.0.
Uses one single package to install the complete suite, instead of several shared packages.
Needs >=magma-2 if cuda USE flag is set, which is currently not in official tree, so current magma-2.4.0 package is included.
TODO:
make cov
currently fails inside the cholmod module with a core dump.