Skip to content

Commit

Permalink
simgrid: 3.11.1 -> 3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophia-Gold authored and 7c6f434c committed Apr 15, 2017
1 parent 3368583 commit 76b8ce3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pkgs/applications/science/misc/simgrid/default.nix
@@ -1,18 +1,18 @@
{ fetchurl, stdenv, cmake, perl, ruby, boost, lua5_1, graphviz, libsigcxx
, libunwind, elfutils
{ fetchurl, stdenv, cmake, perl, ruby, boost, lua5_3, graphviz, libsigcxx
, libunwind, elfutils, python3, doxygen
}:

stdenv.mkDerivation rec {
version = "3.11.1";
version = "3.15";
name = "simgrid-${version}";

src = fetchurl {
url = "https://gforge.inria.fr/frs/download.php/33686/${name}.tar.gz";
sha256 = "0mkrzxpf42lmn96khfl1791vram67r2nqsgmppd2yil889nyz5kp";
url = "https://gforge.inria.fr/frs/download.php/36621/${name}.tar.gz";
sha256 = "1s595wc4z8hkvim3ypfdxy16pply6ckjg10v84cc0lx9pz6i3r6i";
};

buildInputs = [ cmake perl ruby boost lua5_1 graphviz libsigcxx libunwind
elfutils
buildInputs = [ cmake perl ruby boost lua5_3 graphviz libsigcxx libunwind
elfutils python3 doxygen
];

preConfigure =
Expand All @@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
# Enable more functionality.
export cmakeFlags="$cmakeFlags -Denable_tracing=on -Denable_jedule=on
-Denable_latency_bound_tracking=on -Denable_lua=on
-Denable_ns3=on -Denable_gtnets=on
-Denable_ns3=off -Denable_gtnets=on
"
'';

Expand Down

0 comments on commit 76b8ce3

Please sign in to comment.