Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fortran-lang/homebrew-fortran
- Owner: fortran-lang
- License: bsd-2-clause
- Created: 2022-03-29T14:59:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T13:13:33.000Z (about 1 year ago)
- Last Synced: 2024-01-29T14:46:30.318Z (12 months ago)
- Topics: fortran, fortran-package-manager, homebrew, lfortran
- Language: Ruby
- Homepage:
- Size: 21.5 KB
- Stars: 11
- Watchers: 13
- Forks: 7
- Open Issues: 8
-
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
```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.