diff options
| author | Samuel John | 2013-03-31 20:51:43 +0200 |
|---|---|---|
| committer | Samuel John | 2013-03-31 20:54:25 +0200 |
| commit | 9495b06ef3f35be8711902ce268ccfc92cdcb056 (patch) | |
| tree | 8a155f95a7237eb8a424987ac7189a3accb50d2a /Library/Formula/mpsolve.rb | |
| parent | 65fe8946bf4915c6b0d6c6e64dfc205f10c43f3c (diff) | |
| download | homebrew-9495b06ef3f35be8711902ce268ccfc92cdcb056.tar.bz2 | |
Moved to homebrew/science Octave, OpenCV, VTK, ...
Diffstat (limited to 'Library/Formula/mpsolve.rb')
| -rw-r--r-- | Library/Formula/mpsolve.rb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Library/Formula/mpsolve.rb b/Library/Formula/mpsolve.rb deleted file mode 100644 index db51974ea..000000000 --- a/Library/Formula/mpsolve.rb +++ /dev/null @@ -1,15 +0,0 @@ -require 'formula' - -class Mpsolve < Formula - homepage 'http://www.dm.unipi.it/cluster-pages/mpsolve/index.htm' - url 'http://www.dm.unipi.it/cluster-pages/mpsolve/mpsolve.tgz' - sha1 '7b445f835325c62928deb99155b7ca9e646e6f97' - version '2.2' - - depends_on 'gmp' - - def install - system 'make' - bin.install 'unisolve' - end -end |
