aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/polyml.rb7
1 files changed, 2 insertions, 5 deletions
diff --git a/Library/Formula/polyml.rb b/Library/Formula/polyml.rb
index dc6002dd1..900a492d9 100644
--- a/Library/Formula/polyml.rb
+++ b/Library/Formula/polyml.rb
@@ -2,13 +2,10 @@ require 'formula'
class Polyml < Formula
homepage 'http://www.polyml.org'
- url 'http://downloads.sourceforge.net/project/polyml/polyml/5.5/polyml.5.5.tar.gz'
- sha1 '9b308d3ac69316d1fcb0f6ac5f9b9e2d2390d511'
+ url 'http://downloads.sourceforge.net/project/polyml/polyml/5.5.1/polyml.5.5.1.tar.gz'
+ sha1 'f5a0d289eb0a891af5ac6e897ccc7718ccf32d89'
def install
- # for whatever reason, the configure script fails to find c++ if CXX is defined.
- # this overrides configure so that it won't check for c++ and will assume it exists.
- ENV["check_cpp"] = "yes"
system "./configure", "--disable-dependency-tracking", "--disable-debug",
"--prefix=#{prefix}"
system "make"