diff options
| author | kashif | 2010-05-27 01:09:04 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2010-06-02 07:02:26 -0700 |
| commit | 13e4c3962478011fae350253a89eaeabf53fbe2d (patch) | |
| tree | 53ce820c97f2b0956cbeda0cf531b46856ae37ae /Library/Formula | |
| parent | cce692240b3987d3cc852604578f2b5ec67c69ef (diff) | |
| download | homebrew-13e4c3962478011fae350253a89eaeabf53fbe2d.tar.bz2 | |
install the include files as well.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/metis.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/metis.rb b/Library/Formula/metis.rb index 192af2480..031b92279 100644 --- a/Library/Formula/metis.rb +++ b/Library/Formula/metis.rb @@ -10,5 +10,7 @@ class Metis <Formula bin.install ['pmetis', 'kmetis', 'oemetis', 'onmetis', 'partnmesh', 'partdmesh', 'mesh2nodal', 'mesh2dual', 'graphchk', 'Graphs/mtest'] lib.install 'libmetis.a' + include.install ['Lib/metis.h', 'Lib/defs.h', 'Lib/macros.h', 'Lib/rename.h', + 'Lib/proto.h', 'Lib/struct.h'] end end |
