Skip to content

Commit

Permalink
Fix style error in var/spack/repos/builtin/packages/gdal/package.py: …
Browse files Browse the repository at this point in the history
…remove unused variable
  • Loading branch information
climbfuji committed Dec 2, 2024
1 parent f88ea2d commit 999c129
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion var/spack/repos/builtin/packages/gdal/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,6 @@ def configure_args(self):
if "+external-xdr" in hdf4 and hdf4["rpc"].name == "libtirpc":
args.append("LIBS=" + hdf4["rpc"].libs.link_flags)

deps = []
if self.spec["proj"].satisfies("~shared"):
pc = which("pkg-config")
ldflags.append(pc("proj", "--static", "--libs-only-L", output=str).strip())
Expand Down

0 comments on commit 999c129

Please sign in to comment.