Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
howto:pz_no_ubuntu_macosx_mavericks [2014/05/29 11:28] omar |
howto:pz_no_ubuntu_macosx_mavericks [2014/06/02 16:08] (current) labmec |
||
|---|---|---|---|
| Line 59: | Line 59: | ||
| </code> | </code> | ||
| + | === METIS === | ||
| + | <code> | ||
| + | |||
| + | Fazer o download de metis-5.1.0.tar.gz em: | ||
| + | |||
| + | http://glaros.dtc.umn.edu/gkhome/metis/metis/download | ||
| + | |||
| + | |||
| + | tar -xzvf metis-5.1.0.tar.gz | ||
| + | cd metis-5.1.0 | ||
| + | |||
| + | export CXXFLAGS="-stdlib=libstdc++" | ||
| + | export CFLAGS="-stdlib=libstdc++" | ||
| + | |||
| + | make config | ||
| + | make | ||
| + | sudo make install | ||
| + | |||
| + | |||
| + | |||
| + | </code> | ||
