Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
ikos: 2.1 → 3.0
Browse files Browse the repository at this point in the history
(cherry picked from commit 22b076e)
  • Loading branch information
vbgl committed Sep 30, 2020
1 parent f340be7 commit 07e5844
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/tools/analysis/ikos/default.nix
@@ -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
}:
Expand All @@ -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}" ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -11047,7 +11047,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 {
Expand Down

0 comments on commit 07e5844

Please sign in to comment.