Skip to content

A bunch of changes concerning a proper FreeFEM install #23

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

Open
wants to merge 1 commit into
base: releases/syrah.v2
Choose a base branch
from

Conversation

batatasfritas
Copy link
Contributor

Typically we don't do reviews here, but this is a special case...

There are two things worth noting. I needed to create a variation of both petsc and slepc (petsc-complex, slepc-complex) to be able to do have one install for real and one for complex scalars.
FreeFEM (in the way the user needs it) has to have support for both and I found no other way to make this work.

Most of the other recipes (e.g. mumps) should have only minor updates for newer versions.
The FreeFEM recipe is basically "new." Comments and improvements are welcome.

Do you see any other way of doing this?

I'll wait until we finalize this discussion before submitting a PR on the stack side

@batatasfritas batatasfritas requested a review from nrichart May 8, 2024 08:15
@nrichart
Copy link
Contributor

nrichart commented May 8, 2024

For FreeFEM I guess having

depends_on(petsc scalar=real)
depends_on(petsc scalar=complex)

does not work ?
I do not like the fact that petsc and petsc-complex are the same code with one line change between the 2

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