6 python3.pkgs.buildPythonApplication rec {
7 pname = "pqos-wrapper";
8 version = "unstable-2022-01-31";
10 src = fetchFromGitLab {
14 rev = "ce816497a07dcb4b931652b98359e4601a292b15";
15 hash = "sha256-SaYr6lVucpJjVtGgxRbDGYbOoBwdfEDVKtvD+M1L0o4=";
18 makeWrapperArgs = [ "--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ intel-cmt-cat ]}" ];
21 description = "Wrapper for Intel PQoS for the purpose of using it in BenchExec";
22 homepage = "https://gitlab.com/sosy-lab/software/pqos-wrapper";
23 maintainers = with maintainers; [ lorenzleutgeb ];
24 license = licenses.asl20;
25 platforms = [ "x86_64-linux" ];
26 mainProgram = "pqos_wrapper";