Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fortran-lang/homebrew-fortran

Homebrew tap for Fortran tooling and libraries
https://github.com/fortran-lang/homebrew-fortran

fortran fortran-package-manager homebrew lfortran

Last synced: 2 months ago
JSON representation

Homebrew tap for Fortran tooling and libraries

Awesome Lists containing this project

README

        

# Brew formulas for Fortran

This repository provides package build instructions for tools and libraries around Fortran compatible with the [Homebrew toolchain](https://brew.sh).

For example you can install *fpm* by tapping this repository

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

Available packages from this tap are

- [`fpm`](https://fpm.fortran-lang.org): Fortran package manager
- [`lfortran`](https://lfortran.org): Modern interactive LLVM-based Fortran compiler

## License

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