Skip to content

Commit

Permalink
add hdf5 to dep.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dunhamsj committed Sep 29, 2024
1 parent 57ea033 commit 4ccc80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/F_scripts/dep.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import preprocess

# modules to ignore in the dependencies
IGNORES = ["iso_c_binding", "iso_fortran_env", "omp_lib", "mpi", "cudafor", "openacc", "hdf"]
IGNORES = ["iso_c_binding", "iso_fortran_env", "omp_lib", "mpi", "cudafor", "openacc", "hdf", "hdf5"]

# regular expression for "{}module{}name", where {} can be any number
# of spaces. We use 4 groups here, denoted by (), so the name of the
Expand Down

0 comments on commit 4ccc80c

Please sign in to comment.