細かいことは抜きにして、最も手っ取り早い方法です。
動けばいいという人向け。
ビルド環境及び並列計算の構築 (パッケージ)
brew install gcc cmake open-mpi
brew tap dpo/openblas
brew tap-pin dpo/openblas
brew install metis openblas scalapack
brew install mumps
git clone https://github.com/FrontISTR/FrontISTR.git
cd FrontISTR
mkdir build; cd build
cmake ..
make -j
make install