aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/simgrid.rb
diff options
context:
space:
mode:
authorJack Nagel2013-11-09 22:27:43 -0600
committerJack Nagel2013-11-09 22:27:43 -0600
commitc4c94047716f1aa2a762ba142e489a164f8ec50d (patch)
tree59ee39597ee1354ee6f9f2d01730c0739e4ecb25 /Library/Formula/simgrid.rb
parenta54ee8cf776efc510fd6531aaa0dbc16d97248a3 (diff)
downloadhomebrew-c4c94047716f1aa2a762ba142e489a164f8ec50d.tar.bz2
simgrid 3.9
Diffstat (limited to 'Library/Formula/simgrid.rb')
-rw-r--r--Library/Formula/simgrid.rb8
1 files changed, 2 insertions, 6 deletions
diff --git a/Library/Formula/simgrid.rb b/Library/Formula/simgrid.rb
index 8d3dd2298..3d22d3838 100644
--- a/Library/Formula/simgrid.rb
+++ b/Library/Formula/simgrid.rb
@@ -2,17 +2,13 @@ require 'formula'
class Simgrid < Formula
homepage 'http://simgrid.gforge.inria.fr'
- url 'https://gforge.inria.fr/frs/download.php/29207/simgrid-3.6.2.tar.gz'
- sha1 'da43c307a40fda00e31f8f1e04fe892d33cc63ed'
+ url 'http://gforge.inria.fr/frs/download.php/32047/SimGrid-3.9.tar.gz'
+ sha1 '54e3b718d7b07afdefab6c433e11d1a7bf4cb499'
depends_on 'cmake' => :build
depends_on 'pcre'
depends_on 'graphviz'
- fails_with :clang do
- cause "Undefined symbols for architecture x86_64"
- end
-
def install
system "cmake", ".",
"-Denable_debug=on",