aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAlexandre Ancel2014-10-23 15:58:35 +0200
committerMike McQuaid2014-10-23 15:49:55 +0100
commit8aba9828ed357cac792718e0914adf2633c120d7 (patch)
tree5ef23ae6a4c08f61142133f3065e39488305ece6 /Library/Formula
parent5013e3704300449e08a8dcb6b92c1b0c4e14c417 (diff)
downloadhomebrew-8aba9828ed357cac792718e0914adf2633c120d7.tar.bz2
cln 1.3.4
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/cln.rb10
1 files changed, 2 insertions, 8 deletions
diff --git a/Library/Formula/cln.rb b/Library/Formula/cln.rb
index 359926d72..82f405043 100644
--- a/Library/Formula/cln.rb
+++ b/Library/Formula/cln.rb
@@ -2,8 +2,8 @@ require "formula"
class Cln < Formula
homepage "http://www.ginac.de/CLN/"
- url "http://www.ginac.de/CLN/cln-1.3.3.tar.bz2"
- sha1 "11c56780eb83ed54f2ad1ecef7f0dc0f609c426d"
+ url "http://www.ginac.de/CLN/cln-1.3.4.tar.bz2"
+ sha1 "76f73071236ead72ba5c9ee892f29ca24e557b8c"
bottle do
cellar :any
@@ -14,12 +14,6 @@ class Cln < Formula
depends_on "gmp"
- # Patch for Clang from MacPorts
- patch do
- url "https://trac.macports.org/export/114806/trunk/dports/math/cln/files/patch-clang.diff"
- sha1 "0e95e34b7b821fe8ddfc04c099cf5b9d72fc9093"
- end
-
def install
system "./configure", "--prefix=#{prefix}",
"--disable-dependency-tracking"