forked from mirrors/nixpkgs
simgrid: 3.11.1 -> 3.15
This commit is contained in:
parent
3368583e32
commit
76b8ce3023
|
@ -1,18 +1,18 @@
|
||||||
{ fetchurl, stdenv, cmake, perl, ruby, boost, lua5_1, graphviz, libsigcxx
|
{ fetchurl, stdenv, cmake, perl, ruby, boost, lua5_3, graphviz, libsigcxx
|
||||||
, libunwind, elfutils
|
, libunwind, elfutils, python3, doxygen
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "3.11.1";
|
version = "3.15";
|
||||||
name = "simgrid-${version}";
|
name = "simgrid-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://gforge.inria.fr/frs/download.php/33686/${name}.tar.gz";
|
url = "https://gforge.inria.fr/frs/download.php/36621/${name}.tar.gz";
|
||||||
sha256 = "0mkrzxpf42lmn96khfl1791vram67r2nqsgmppd2yil889nyz5kp";
|
sha256 = "1s595wc4z8hkvim3ypfdxy16pply6ckjg10v84cc0lx9pz6i3r6i";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ cmake perl ruby boost lua5_1 graphviz libsigcxx libunwind
|
buildInputs = [ cmake perl ruby boost lua5_3 graphviz libsigcxx libunwind
|
||||||
elfutils
|
elfutils python3 doxygen
|
||||||
];
|
];
|
||||||
|
|
||||||
preConfigure =
|
preConfigure =
|
||||||
|
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
||||||
# Enable more functionality.
|
# Enable more functionality.
|
||||||
export cmakeFlags="$cmakeFlags -Denable_tracing=on -Denable_jedule=on
|
export cmakeFlags="$cmakeFlags -Denable_tracing=on -Denable_jedule=on
|
||||||
-Denable_latency_bound_tracking=on -Denable_lua=on
|
-Denable_latency_bound_tracking=on -Denable_lua=on
|
||||||
-Denable_ns3=on -Denable_gtnets=on
|
-Denable_ns3=off -Denable_gtnets=on
|
||||||
"
|
"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue