Skip to content

Commit

Permalink
Fix formatting error in var/spack/repos/builtin/packages/fms/package.py
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji committed Sep 4, 2024
1 parent b065476 commit 579a474
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion var/spack/repos/builtin/packages/fms/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ class Fms(CMakePackage):
variant("shared", description="Build shared libraries", when="@2024.02:", default=False)
# What the following patch is providing is available in version 2024.03
# and newer so it is only needed to 2024.02
#patch("enable-shared-libs.patch", when="@2024.02") # +shared")
patch(
"https://github.com/NOAA-GFDL/fms/pull/1559.patch?full_index=1",
sha256="2b12a6c35f357c3dddcfa5282576e56ab0e8e6c1ad1dab92a2c85ce3dfb815d4",
Expand Down

0 comments on commit 579a474

Please sign in to comment.