STRUMPACK (STRUctured Matrix PACKage) is a software library providing linear algebra routines and linear system solvers for sparse and for dense rank-structured linear systems.
STRUMPACK (STRUctured Matrix PACKage) is a software library providing linear algebra routines and linear system solvers for sparse and for dense rank-structured linear systems.
To install strumpack, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install strumpack
To see what files were installed by strumpack, run:
port contents strumpack
To later upgrade strumpack, run:
sudo port selfupdate && sudo port upgrade strumpack
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.