LFortran is a modern open-source interactive Fortran compiler built on top of LLVM. It can execute user’s code interactively to allow exploratory work (much like Python, MATLAB or Julia) as well as compile to binaries with the goal to run user’s code on modern architectures such as multi-core CPUs and GPUs.
LFortran is a modern open-source interactive Fortran compiler built on top of LLVM. It can execute user’s code interactively to allow exploratory work (much like Python, MATLAB or Julia) as well as compile to binaries with the goal to run user’s code on modern architectures such as multi-core CPUs and GPUs.
To install lfortran, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install lfortran
To see what files were installed by lfortran, run:
port contents lfortran
To later upgrade lfortran, run:
sudo port selfupdate && sudo port upgrade lfortran
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.