Move to our Spack package fork. - #3981
Merged
Merged
Conversation
…o jhale/spack-to-fenics-package-repo
depends_on("hypre@2.32:", when="@3.22:+hypre")
Member
Author
|
PETSc is failing to build due to an old version of Hypre (which is in the cache). However, the Spack package file for PETSc precludes this. Unclear. |
…S/dolfinx into jhale/spack-to-fenics-package-repo
…S/dolfinx into jhale/spack-to-fenics-package-repo
Member
Author
|
Wildly different pressure norm for the monolithic direct solve. |
Member
Author
|
|
Member
Author
|
Above issue fixed - note that SuperLU is probably unsuitable for a problem with a nullspace. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This moves to our own Spack package repo which is a fork of the builtin repo.
In the near future, we should probably implement our own package repo as an overlay to the builtin repo. This would allow us to roll out, and test, Spack releases of FEniCS before merging them onto the builtin repo. Additionally, we would not need to manually bump our own builtin repo branch.
During this process, I discovered that +hypre for PETSc is causing PETSc to concretise to an old version. Inspecting the
package.py, it is not clear why this happens. For now,^petsc~hypreis set.