hal-hardware-analyzer: 3.1.9 -> 3.2.5 (#112414)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
16e2bb1636
commit
22ecdf7051
@ -1,17 +1,17 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, cmake, ninja, pkg-config, python3Packages
|
{ lib, stdenv, fetchFromGitHub, cmake, ninja, pkg-config, python3Packages
|
||||||
, boost, rapidjson, qtbase, qtsvg, igraph, spdlog, wrapQtAppsHook
|
, boost, rapidjson, qtbase, qtsvg, igraph, spdlog, wrapQtAppsHook
|
||||||
, fmt, graphviz, llvmPackages ? null
|
, fmt, graphviz, llvmPackages, z3
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "3.1.9";
|
version = "3.2.5";
|
||||||
pname = "hal-hardware-analyzer";
|
pname = "hal-hardware-analyzer";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "emsec";
|
owner = "emsec";
|
||||||
repo = "hal";
|
repo = "hal";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0yvvlx0hq73x20va4csa8kyx3x4z648s6l6qqirzjpmxa1w91xc6";
|
sha256 = "0hc10wbngh4gfiiy9ndkf1y6dclcgy38x1n9k5wpvmf13vdah3zy";
|
||||||
};
|
};
|
||||||
# make sure bundled dependencies don't get in the way - install also otherwise
|
# make sure bundled dependencies don't get in the way - install also otherwise
|
||||||
# copies them in full to the output, bloating the package
|
# copies them in full to the output, bloating the package
|
||||||
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ninja pkg-config ];
|
nativeBuildInputs = [ cmake ninja pkg-config ];
|
||||||
buildInputs = [ qtbase qtsvg boost rapidjson igraph spdlog fmt graphviz wrapQtAppsHook ]
|
buildInputs = [ qtbase qtsvg boost rapidjson igraph spdlog fmt graphviz wrapQtAppsHook z3 ]
|
||||||
++ (with python3Packages; [ python pybind11 ])
|
++ (with python3Packages; [ python pybind11 ])
|
||||||
++ lib.optional stdenv.cc.isClang llvmPackages.openmp;
|
++ lib.optional stdenv.cc.isClang llvmPackages.openmp;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user