Skip to content
Snippets Groups Projects
Unverified Commit 9f7c83d7 authored by Lars Bilke's avatar Lars Bilke
Browse files

formatting

Can be run with e.g.

pipx run black ogscm/recipes/ogs.py
parent 2cdc2dbf
No related branches found
No related tags found
1 merge request!6added check if --download-f2cblaslapack is already specified as petsc arg
......@@ -532,9 +532,10 @@ if local_args.ogs != "clean":
]
petsc_configure_opts.extend(petsc_args)
if "--download-f2cblaslapack" not in local_args.petsc_configure_args:
petsc_configure_opts.extend([
"--download-f2cblaslapack=1",
]
petsc_configure_opts.extend(
[
"--download-f2cblaslapack=1",
]
)
Stage0 += generic_autotools(
configure_opts=petsc_configure_opts,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment