Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 602 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 602 Bytes

Brew formulas for Fortran

This repository provides package build instructions for tools and libraries around Fortran compatible with the Homebrew toolchain.

For example you can install fpm by tapping this repository

`brew tap fortran-lang/homebrew-fortran`
brew install fpm
brew install lfortran

Available packages from this tap are

  • fpm: Fortran package manager
  • lfortran: Modern interactive LLVM-based Fortran compiler

License

The package build files are available under a BSD-2-Clause license.