From a997d9eda0265af2637cadf92c3f5dc9786c0afa Mon Sep 17 00:00:00 2001 From: Franklin Chen Date: Wed, 2 Oct 2013 00:48:45 -0400 Subject: polyml 5.5.1 Closes #22985. Signed-off-by: Adam Vandenberg --- Library/Formula/polyml.rb | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Library') 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" -- cgit v1.2.3