Pin LFSC version (#5412)
authorAlex Ozdemir <aozdemir@hmc.edu>
Tue, 10 Nov 2020 21:00:06 +0000 (13:00 -0800)
committerGitHub <noreply@github.com>
Tue, 10 Nov 2020 21:00:06 +0000 (15:00 -0600)
I chose commit 61ef1dc55d2bc909656f905699b28c99ddcfc518,
which is missing:

any changes to the OSX build process
(We're still figuring this out)
change to top-level identifier shadowing
(we have a few versions of the signatures floating around, and I
worry that they may not all be fixed w.r.t. no re-using identifiers)

contrib/get-lfsc-checker

index 0db781b4aacf50ef9bfda0e6402ef48ca440b713..01a49127b6da814f5515ac819e43af3e0f361432 100755 (executable)
@@ -3,7 +3,7 @@
 source "$(dirname "$0")/get-script-header.sh"
 
 LFSC_DIR="$DEPS_DIR/lfsc-checker"
-version="master"
+version="61ef1dc55d2bc909656f905699b28c99ddcfc518"
 
 setup_dep "https://github.com/CVC4/LFSC/archive/$version.tar.gz" "$LFSC_DIR"
 cd "$LFSC_DIR"