spack

Package manager for building multiple software versions and configurations

brewmacoslinux
Try with needOr install directly
Source

About

Package manager that builds multiple versions and configurations of software

Commands

spack

Examples

Install a specific package with a particular compiler version$ spack install zlib%gcc@9.3.0
List all installed packages and their dependencies$ spack find -d
Load a package into your environment$ spack load zlib%gcc@9.3.0