From e6d538c2c49688ae30dcd64171894aeefbb59ef1 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 18 Nov 2013 07:18:52 -0800 Subject: iopt moved to homebrew-science Closes #22945. --- Library/Formula/ipopt.rb | 18 ------------------ Library/Homebrew/tap_migrations.rb | 3 ++- 2 files changed, 2 insertions(+), 19 deletions(-) delete mode 100644 Library/Formula/ipopt.rb (limited to 'Library') diff --git a/Library/Formula/ipopt.rb b/Library/Formula/ipopt.rb deleted file mode 100644 index f7f46afd6..000000000 --- a/Library/Formula/ipopt.rb +++ /dev/null @@ -1,18 +0,0 @@ -require 'formula' - -class Ipopt < Formula - homepage 'https://projects.coin-or.org/Ipopt' - url 'http://www.coin-or.org/download/source/Ipopt/Ipopt-3.10.0.tgz' - sha1 '3dec7e71f93756865cc83275f7ddb22e1dc5edcc' - - depends_on 'pkg-config' => :build - depends_on :fortran - - def install - system "./configure", "--disable-debug", "--disable-dependency-tracking", - "--prefix=#{prefix}" - system "make" - ENV.deparallelize # Needs a serialized install - system "make install" - end -end diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index 9c7b42ef7..1bd0bc0ad 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -1,5 +1,6 @@ TAP_MIGRATIONS = { 'octave' => 'homebrew/science', 'grads' => 'homebrew/binary', - 'denyhosts' => 'homebrew/boneyard' + 'denyhosts' => 'homebrew/boneyard', + 'ipopt' => 'homebrew/science' } -- cgit v1.2.3