diff options
| author | Adam Vandenberg | 2012-10-24 10:14:02 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-10-24 10:14:02 -0700 |
| commit | 6b72742cd835530341fb8aa370f4a8b2887bce76 (patch) | |
| tree | 2f8e357ad4464e5a48727653c11bbdf31470cad0 /Library/Formula | |
| parent | dfca17982e683aec15e1ddc179dd58283673b662 (diff) | |
| download | homebrew-6b72742cd835530341fb8aa370f4a8b2887bce76.tar.bz2 | |
Remove quickfix.
This is a pure library that can build with or without Boost,
but does not build against newer versions of Boost.
Nothing else in Homebrew depends on this library, so remove.
Users of this library will have to decide whether or not they want
to use Boost.
Closes #14135.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/quickfix.rb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Library/Formula/quickfix.rb b/Library/Formula/quickfix.rb deleted file mode 100644 index 9f93040b0..000000000 --- a/Library/Formula/quickfix.rb +++ /dev/null @@ -1,16 +0,0 @@ -require 'formula' - -class Quickfix < Formula - homepage 'http://www.quickfixengine.org/index.html' - url 'http://downloads.sourceforge.net/project/quickfix/quickfix/1.13.3/quickfix-1.13.3.tar.gz' - sha1 '8a20894a9320206beaeee11c3967dced8b8d2fc0' - - def install - system "./configure", "--disable-dependency-tracking", - "--prefix=#{prefix}", - "--with-java" - system "make" - ENV.j1 # failed otherwise - system "make install" - end -end |
