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 /Library/Homebrew/tap_migrations.rb | |
| parent | 61e7c9605eea2a80fef09642301da883b24296f1 (diff) | |
| download | homebrew-85d99f158bc90e9fa7a6e6eb1b50d160d48fcc52.tar.bz2 | |
Move hwloc to homebrew/science.
Closes #27949.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Homebrew/tap_migrations.rb')
| -rw-r--r-- | Library/Homebrew/tap_migrations.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
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",  | 
