SimGrid: Enable tracing.

svn path=/nixpkgs/trunk/; revision=22314
This commit is contained in:
Ludovic Courtès 2010-06-17 17:06:51 +00:00
parent c62a73dc51
commit d5c60020df

@ -21,6 +21,9 @@ stdenv.mkDerivation rec {
# the build dir.
'' export LD_LIBRARY_PATH="$PWD/src/.libs"
export cmakeFlags="-Dprefix=$out"
# Enable tracing.
export cmakeFlags="$cmakeFlags -Denable_tracing=on"
'';
makeFlags = "VERBOSE=1";