precommit: Simplify some files to help Fortitude

This commit is contained in:
Ole Schütt 2025-11-05 14:44:14 +01:00 committed by Ole Schütt
parent 0620b4537c
commit 81d9eb2d59
3 changed files with 53 additions and 45 deletions

View file

@ -29,8 +29,6 @@ SERVER = os.environ.get("CP2K_PRECOMMIT_SERVER", "https://precommit.cp2k.org")
# The following Fortran files can not be parsed by Fortitude.
# Typically because Fortran statements are inter-leafed with pre-processor macros.
FORTITUDE_EXCLUDE = [
"machine.F",
"fftw3_lib.F",
"pw_methods.F",
"local_gemm_api.F",
"cp_fm_diag.F",