Skip to content

Commit

Permalink
cbmc 6.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
db-ci-cprover authored and carlocab committed Sep 19, 2024
1 parent 217d336 commit 3f79997
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions Formula/c/cbmc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class Cbmc < Formula
desc "C Bounded Model Checker"
homepage "https://www.cprover.org/cbmc/"
url "https://github.com/diffblue/cbmc.git",
tag: "cbmc-6.2.0",
revision: "27b845c975c6bbdfb2ccc6f40bdfae6793d12277"
tag: "cbmc-6.3.1",
revision: "d2b4455a109383562735cfb8b52ed8a6d2b6e197"
license "BSD-4-Clause"

bottle do
Expand All @@ -25,13 +25,6 @@ class Cbmc < Formula

fails_with gcc: "5"

# Backport fix for CMake Error at jbmc/unit/CMakeLists.txt
# Cannot find source file: /tmp/unit/unit_tests.cpp
patch do
url "https://github.com/diffblue/cbmc/commit/faf92c5354e3aaca6c70013bb75b26a271c6f63d.patch?full_index=1"
sha256 "7dd49f1364a24b914e13e3e16de7611db10467f1235e308d1c7fa77291171de6"
end

def install
# Fixes: *** No rule to make target 'bin/goto-gcc',
# needed by '/tmp/cbmc-20240525-215493-ru4krx/regression/goto-gcc/archives/libour_archive.a'. Stop.
Expand Down

0 comments on commit 3f79997

Please sign in to comment.