Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 07e5844

Browse files
committedSep 30, 2020
ikos: 2.1 → 3.0
(cherry picked from commit 22b076e)
1 parent f340be7 commit 07e5844

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎pkgs/development/tools/analysis/ikos/default.nix

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ stdenv, lib, fetchFromGitHub, cmake, boost
1+
{ stdenv, lib, fetchFromGitHub, cmake, boost, tbb
22
, gmp, llvm, clang, sqlite, python3
33
, ocamlPackages, mpfr, ppl, doxygen, graphviz
44
}:
@@ -11,16 +11,16 @@ in
1111

1212
stdenv.mkDerivation rec {
1313
name = "ikos";
14-
version = "2.1";
14+
version = "3.0";
1515

1616
src = fetchFromGitHub {
1717
owner = "NASA-SW-VnV";
1818
repo = name;
1919
rev = "v${version}";
20-
sha256 = "09nf47hpk5w5az4c0hcr5hhwvpz8zg1byyg185542cpzbq1xj8cb";
20+
sha256 = "0k3kp1af0qx3l1x6a4sl4fm8qlwchjvwkvs2ck0fhfnc62q2im5f";
2121
};
2222

23-
buildInputs = [ cmake boost gmp clang llvm sqlite python
23+
buildInputs = [ cmake boost tbb gmp clang llvm sqlite python
2424
ocamlPackages.apron mpfr ppl doxygen graphviz ];
2525

2626
cmakeFlags = [ "-DAPRON_ROOT=${ocamlPackages.apron}" ];

‎pkgs/top-level/all-packages.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -11047,7 +11047,7 @@ in
1104711047
iconnamingutils = callPackage ../development/tools/misc/icon-naming-utils { };
1104811048

1104911049
ikos = callPackage ../development/tools/analysis/ikos {
11050-
inherit (llvmPackages_7) stdenv clang llvm;
11050+
inherit (llvmPackages_9) stdenv clang llvm;
1105111051
};
1105211052

1105311053
include-what-you-use = callPackage ../development/tools/analysis/include-what-you-use {

0 commit comments

Comments
 (0)
This repository has been archived.