EXE
WinGet
Fortran Package Manager
Fortran Programming Language Community · 0.8.2 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Portable application — no installation required. Run the executable directly from any location.
File Identity
Filename
fpm-0.8.2-windows-x86_64.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
FortranLang.fpm
Version
0.8.2
Description
A Fortran package manager and build system
License
MIT
↗
Homepage
https://fpm.fortran-lang.org
Installer URL
https://github.com/fortran-lang/fpm/releases/download/v0.8.2/fpm-0.8.2-windows-x86_64.exe
Release Notes
Changelog
- Not store temporary data in .local (#900) by @minhqdao
- Add flags to link main programs with C/C++ main (#896) by @perazz
- replace unix with is_unix to avoid intel fpp collisions (#894) by @perazz
- Fix bootstrapping on Windows (#892) by @minhqdao
- Improve error message for [build] structure errors (#890) by @perazz
- Fix multiple installs (#888) by @perazz
- Fix --show-package-version (#887) by @minhqdao
- Update Windows CI image compiler to MinGW gfortran 10.4.0 (#881) by @peraz…