diff options
| author | Dominique Orban | 2014-03-28 11:49:12 -0700 | 
|---|---|---|
| committer | Jack Nagel | 2014-03-28 15:03:44 -0500 | 
| commit | 85d99f158bc90e9fa7a6e6eb1b50d160d48fcc52 (patch) | |
| tree | 38fb9b42339ec5adf31bf697236548c2739ab568 | |
| parent | 61e7c9605eea2a80fef09642301da883b24296f1 (diff) | |
| download | homebrew-85d99f158bc90e9fa7a6e6eb1b50d160d48fcc52.tar.bz2 | |
Move hwloc to homebrew/science.
Closes #27949.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -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",  | 
