hypre

Parallel multigrid solver library for large-scale linear systems and PDEs.

brewmacoslinux
Try with needOr install directly
Source

About

Library featuring parallel multigrid methods for grid problems

Examples

check if hypre library is installed and available$ brew list hypre
view hypre library files and installation location$ brew info hypre
compile C code linking against hypre library$ gcc -I$(brew --prefix hypre)/include mycode.c -L$(brew --prefix hypre)/lib -lHYPRE -o myapp
find hypre header files for development$ ls $(brew --prefix hypre)/include
check hypre library version installed$ brew info hypre | grep Version