Fortran Package Manager (fpm) is a package manager and build system for Fortran. Its key goal is to improve the user experience of Fortran programmers. It does so by making it easier to build your Fortran program or library, run the executables, tests and examples, and distribute it as a dependency to other Fortran projects.
Fortran Package Manager (fpm) is a package manager and build system for Fortran. Its key goal is to improve the user experience of Fortran programmers. It does so by making it easier to build your Fortran program or library, run the executables, tests and examples, and distribute it as a dependency to other Fortran projects.
To install fpm, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install fpm
To see what files were installed by fpm, run:
port contents fpm
To later upgrade fpm, run:
sudo port selfupdate && sudo port upgrade fpm
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.