From 9f7c83d7b41a0251e8a2a6d80ede9d548003b1de Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Fri, 8 Mar 2024 08:13:13 +0100 Subject: [PATCH] formatting Can be run with e.g. pipx run black ogscm/recipes/ogs.py --- ogscm/recipes/ogs.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ogscm/recipes/ogs.py b/ogscm/recipes/ogs.py index f1cf574..af473f0 100644 --- a/ogscm/recipes/ogs.py +++ b/ogscm/recipes/ogs.py @@ -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, -- GitLab