10 url = "https://bitbucket.org/icl/papi/get/papi-5-6-0-t.tar.gz";
11 sha256 = "13mngf9kl0y2wfxqvkad0smdaag7k8fvw82b4312gx62nwhc1i6r";
14 NIX_CFLAGS_COMPILE = "-Wno-error=format-truncation";
24 homepage = "https://icl.utk.edu/papi/";
25 description = "PAPI provides the tool designer and application engineer with a consistent interface and methodology for use of the performance counter hardware found in most major microprocessors";
26 license = licenses.bsdOriginal;
27 platforms = platforms.linux;
28 maintainers = [ maintainers.costrouc ];