From 287f270ba20113891a5b15d6ba4a66af77b3ec00 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 7 May 2014 10:36:14 -0700 Subject: Redact saga-core It does not compile with clang or against newer boost, and the project website has been drastically re-organized. Closes #27111. --- Library/Formula/saga-core.rb | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 Library/Formula/saga-core.rb (limited to 'Library/Formula') diff --git a/Library/Formula/saga-core.rb b/Library/Formula/saga-core.rb deleted file mode 100644 index 86d4a8a77..000000000 --- a/Library/Formula/saga-core.rb +++ /dev/null @@ -1,19 +0,0 @@ -require 'formula' - -class SagaCore < Formula - homepage 'http://saga-project.org' - url 'http://download.saga.cct.lsu.edu/saga-core/saga-core-1.6.tgz' - sha1 '89cc089b4feb5aae01ae5d371477d2d9a5204f1d' - - head 'https://svn.cct.lsu.edu/repos/saga/core/trunk/' - - depends_on 'boost' - depends_on :postgresql - - def install - system "./configure", "--prefix=#{prefix}", - "--with-boost=#{HOMEBREW_PREFIX}", - "--with-postgresql=#{HOMEBREW_PREFIX}" - system "make install" - end -end -- cgit v1.2.3