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: 15 days ago
JSON representation
Homebrew tap for Fortran tooling and libraries
- Host: GitHub
- URL: https://github.com/fortran-lang/homebrew-fortran
- Owner: fortran-lang
- License: bsd-2-clause
- Created: 2022-03-29T14:59:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-12T18:35:09.000Z (about 2 months ago)
- Last Synced: 2025-04-14T07:04:44.054Z (15 days ago)
- Topics: fortran, fortran-package-manager, homebrew, lfortran
- Language: Ruby
- Homepage:
- Size: 79.1 KB
- Stars: 14
- Watchers: 12
- Forks: 10
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
brew install lfortran
```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.