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

INSTALL: defaults not removed when PETSC_CONFIGURE_OPTIONS sets things #3514

Open
ksagiyam opened this issue Apr 19, 2024 · 0 comments
Open

Comments

@ksagiyam
Copy link
Contributor

Initially reported by @colinjcotter

In the install script we set "--download-xxx" for PETSc configuration for selected packages by default, but these are not removed when PETSC_CONFIGURE_OPTIONS explicitly sets --download-xxx=/path/to/downloaded/xxx or --with-xxx-dir=/path/to/xxx. We probably need to do something like this

petsc_options.discard("--download-hdf5")
for other packages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant