garcosim: Added tracefilegen and tracefilesim
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{ stdenv, fetchgit, cmake }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
||||
name = "tracefilegen-2015-11-14";
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://github.com/GarCoSim/TraceFileGen.git";
|
||||
rev = "4acf75b142683cc475c6b1c841a221db0753b404";
|
||||
sha256 = "69b056298cf570debd3718b2e2cb7e63ad9465919c8190cf38043791ce61d0d6";
|
||||
};
|
||||
|
||||
buildInputs = [ cmake ];
|
||||
|
||||
builder = ./builder.sh;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Automatically generate all types of basic memory management operations and write into trace files";
|
||||
homepage = "https://github.com/GarCoSim";
|
||||
maintainers = [ maintainers.cmcdragonkai ];
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user