diff options
| -rw-r--r-- | Library/Formula/hwloc.rb | 16 | ||||
| -rw-r--r-- | Library/Homebrew/tap_migrations.rb | 1 | 
2 files changed, 1 insertions, 16 deletions
diff --git a/Library/Formula/hwloc.rb b/Library/Formula/hwloc.rb deleted file mode 100644 index 2d8a8919c..000000000 --- a/Library/Formula/hwloc.rb +++ /dev/null @@ -1,16 +0,0 @@ -require 'formula' - -class Hwloc < Formula -  homepage 'http://www.open-mpi.org/projects/hwloc/' -  url 'http://www.open-mpi.org/software/hwloc/v1.8/downloads/hwloc-1.8.1.tar.gz' -  sha1 '4ed7c5d873fd16974b756efa5727c5b2caaa0118' - -  depends_on 'pkg-config' => :build -  depends_on 'cairo' => :optional - -  def install -    system "./configure", "--disable-debug", "--disable-dependency-tracking", -                          "--prefix=#{prefix}" -    system "make install" -  end -end diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index f45173f67..e01e3988d 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -9,6 +9,7 @@ TAP_MIGRATIONS = {    "dotwrp" => "homebrew/science",    "drizzle" => "homebrew/boneyard",    "grads" => "homebrew/binary", +  "hwloc" => "homebrew/science",    "ipopt" => "homebrew/science",    "jscoverage" => "homebrew/boneyard",    "jsl" => "homebrew/binary",  | 
