Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
prudhomm committed Oct 26, 2024
1 parent ff8bd28 commit f6af6d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions var/spack/repos/builtin/packages/cln/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ class CMakeBuilder(spack.build_systems.cmake.CMakeBuilder):
def cmake_args(self):
return [self.define_from_variant("CLN_USE_GMP", "gmp")]


class AutotoolsBuilder(spack.build_systems.autotools.AutotoolsBuilder):
def autoreconf(self, spec, prefix):
autoreconf_args = ["-i"]
Expand Down

0 comments on commit f6af6d4

Please sign in to comment.