diff options
| author | Adam Vandenberg | 2013-11-18 07:18:52 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-18 07:19:03 -0800 |
| commit | e6d538c2c49688ae30dcd64171894aeefbb59ef1 (patch) | |
| tree | f57c49f60b04bfe687451f42c84a2d736d3bc803 /Library | |
| parent | e298ce86aba79c8cf8ca186e68c570741aab697a (diff) | |
| download | homebrew-e6d538c2c49688ae30dcd64171894aeefbb59ef1.tar.bz2 | |
iopt moved to homebrew-science
Closes #22945.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ipopt.rb | 18 | ||||
| -rw-r--r-- | Library/Homebrew/tap_migrations.rb | 3 |
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' } |
