Skip to content

Commit

Permalink
Bump CLN to 1.3.7 (cvc5#10318)
Browse files Browse the repository at this point in the history
This PR bumps CLN to 1.3.7.

This is to resolve a build issue I have with Apple `clang` 15.

Signed-off-by: Andrew V. Teylu <andrew@tey.lu>
  • Loading branch information
aytey authored Feb 7, 2024
1 parent 1196156 commit e5195d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/FindCLN.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if(NOT CLN_FOUND_SYSTEM)
fail_if_cross_compiling("Windows" "" "CLN" "autoconf fails")
fail_if_cross_compiling("" "arm" "CLN" "syntax error in configure")

set(CLN_VERSION "1.3.6")
set(CLN_VERSION "1.3.7")
string(REPLACE "." "-" CLN_TAG ${CLN_VERSION})

find_program(AUTORECONF autoreconf)
Expand All @@ -56,7 +56,7 @@ if(NOT CLN_FOUND_SYSTEM)
CLN-EP
${COMMON_EP_CONFIG}
URL "https://www.ginac.de/CLN/cln.git/?p=cln.git\\\;a=snapshot\\\;h=cln_${CLN_TAG}\\\;sf=tgz"
URL_HASH SHA1=71d02b90ef0575f06b7bafb8690f73e8064d8228
URL_HASH SHA1=bd6dec17cf1088bdd592794d9239d47c752cf3da
DOWNLOAD_NAME cln.tgz
CONFIGURE_COMMAND
${CMAKE_COMMAND} -E chdir <SOURCE_DIR> ./autogen.sh
Expand Down

0 comments on commit e5195d6

Please sign in to comment.