8 # Once https://gitlab.com/eztrace/eztrace/-/issues/41
9 # is released we can switch to latest binutils.
15 stdenv.mkDerivation rec {
19 src = fetchFromGitLab {
22 rev = "eztrace-${version}";
23 hash = "sha256-A6HMr4ib5Ka1lTbbTQOdq3kIdCoN/CwAKRdXdv9wpfU=";
26 nativeBuildInputs = [ gfortran autoreconfHook ];
27 buildInputs = [ libelf libiberty zlib libbfd_2_38 libopcodes_2_38 ];
30 description = "Tool that aims at generating automatically execution trace from HPC programs";
31 license = licenses.cecill-b;