A library of Fortran modules and routines for scientific calculations
This is a unitary collection of Fortran modules and procedures for scientific calculations. The library aims to provide a simple and generic environment for any scientific or mathematic computations. The project is largely inspired by SciPy for Python and tries to closely follow its guidelines and naming convention.
This is a unitary collection of Fortran modules and procedures for scientific calculations. The library aims to provide a simple and generic environment for any scientific or mathematic computations. The project is largely inspired by SciPy for Python and tries to closely follow its guidelines and naming convention.
To install scifor, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install scifor
To see what files were installed by scifor, run:
port contents scifor
To later upgrade scifor, run:
sudo port selfupdate && sudo port upgrade scifor
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.