mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-01 08:25:55 +03:00
ikos: 2.1 → 3.0
This commit is contained in:
parent
08d3b647f2
commit
22b076e1c3
@ -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}" ];
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user