1 { lib, stdenv, fetchFromGitHub, cmake } :
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 hash = "sha256-7Vc3kE+YfqIt6VfvSamsVQRemolzs1sNJUVUZFKk/O8=";
14 nativeBuildInputs = [ cmake ];
17 description = "Interface to all AMD AOCL libraries to access CPU features";
18 homepage = "https://github.com/amd/aocl-utils";
19 license = licenses.bsd3;
20 platforms = [ "x86_64-linux" ];
21 maintainers = [ maintainers.markuskowa ];