EXE
WinGet
Fortran Package Manager
Fortran Programming Language Community · 0.11.0 · 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.11.0-windows-x86_64-gcc-12.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
FortranLang.fpm
Version
0.11.0
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.11.0/fpm-0.11.0-windows-x86_64-gcc-12.exe
Release Notes
What's Changed
- Patch toml_error by @perazz in https://github.com/fortran-lang/fpm/pull/1011
- Fortran standard compliance fixes by @perazz in https://github.com/fortran-lang/fpm/pull/1013
- fix: add fpm_model.json to the package tarball before uploading to the registry by @henilp105 in https://github.com/fortran-lang/fpm/pull/1010
- Improve text file reading performance by @zoziha in https://github.com/fortran-lang/fpm/pull/961
- fix: #1023 gfortran-specific backslash line continuations by @he…