ikos: 2.1 → 3.0

This commit is contained in:
Vincent Laporte 2020-09-22 21:49:39 +02:00 committed by Vincent Laporte
parent 08d3b647f2
commit 22b076e1c3
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
{ stdenv, lib, fetchFromGitHub, cmake, boost
{ stdenv, lib, fetchFromGitHub, cmake, boost, tbb
, gmp, llvm, clang, sqlite, python3
, ocamlPackages, mpfr, ppl, doxygen, graphviz
}:
@ -11,16 +11,16 @@ in
stdenv.mkDerivation rec {
name = "ikos";
version = "2.1";
version = "3.0";
src = fetchFromGitHub {
owner = "NASA-SW-VnV";
repo = name;
rev = "v${version}";
sha256 = "09nf47hpk5w5az4c0hcr5hhwvpz8zg1byyg185542cpzbq1xj8cb";
sha256 = "0k3kp1af0qx3l1x6a4sl4fm8qlwchjvwkvs2ck0fhfnc62q2im5f";
};
buildInputs = [ cmake boost gmp clang llvm sqlite python
buildInputs = [ cmake boost tbb gmp clang llvm sqlite python
ocamlPackages.apron mpfr ppl doxygen graphviz ];
cmakeFlags = [ "-DAPRON_ROOT=${ocamlPackages.apron}" ];

View File

@ -11151,7 +11151,7 @@ in
iconnamingutils = callPackage ../development/tools/misc/icon-naming-utils { };
ikos = callPackage ../development/tools/analysis/ikos {
inherit (llvmPackages_7) stdenv clang llvm;
inherit (llvmPackages_9) stdenv clang llvm;
};
include-what-you-use = callPackage ../development/tools/analysis/include-what-you-use {