Skip to content

Commit

Permalink
cln uses cmake as build_system starting from 1.3
Browse files Browse the repository at this point in the history
use multibuid system

cln: switch to cmake build_system and fix 1.3.7 build #8
  • Loading branch information
prudhomm committed Oct 26, 2024
1 parent f6af6d4 commit f563969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/cln/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class Cln(CMakePackage, AutotoolsPackage):

# Build system
build_system(
conditional("cmake", when="@1.4:"), conditional("autotools", when="@:1.3"), default="cmake"
conditional("cmake", when="@1.3:"), conditional("autotools", when="@:1.2.2"), default="cmake"
)

with when("build_system=autotools"):
Expand Down

0 comments on commit f563969

Please sign in to comment.