Skip to content

Commit

Permalink
crtm style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed Dec 8, 2023
1 parent 4c81c86 commit 4d8bf53
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion var/spack/repos/builtin/packages/crtm/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,6 @@ def url_for_version(self, version):
def patch(self):
if self.compiler.name in ["gcc", "clang", "apple-clang"]:
# Line lengths in RSS_Emissivity_Model.f90 are too long for gfortran default limit
filter_file("-fbacktrace", "-fbacktrace -ffree-line-length-none", "libsrc/CMakeLists.txt")
filter_file(
"-fbacktrace", "-fbacktrace -ffree-line-length-none", "libsrc/CMakeLists.txt"
)

0 comments on commit 4d8bf53

Please sign in to comment.