aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/ipopt.rb18
-rw-r--r--Library/Homebrew/tap_migrations.rb3
2 files changed, 2 insertions, 19 deletions
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'
}