Easy steps to install metis package on Mac
Package Information:
Application Name – metis
What is metis – Not Available for metis
Use of metis – Programs that partition graphs and order matrices
URL – http://glaros.dtc.umn.edu/gkhome/views/metis
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>. Type terminal and hitEnterkey. - Now, run following command to install homebrew (brew)
- Install metis using brew
brew install metis

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null

metis is ready to use now!