Fortran Package Manager
Obsah
Fortran Package Manager¶
Fortran Package Manager
Správce balíčků a build systém pro Fortran
Vítejte v dokumentaci Fortran Package Manageru (fpm).
Poznámka
Tyto stránky jsou v současné době ve výstavbě. Prosím, pomozte nám s nimi přispíváním obsahu nebo nahlašováním chyb.
Instalace
Návod na instalaci fpm ve Windows, Linuxu, macOS a dalších systémech.
{octicon}mortar-board` Tutoriály
Seznamte se s používáním fpm při vývoji ve Fortranu, tvorbě projektů a správě závislostí.
Praktické návody
Praktické návody a recepty pro řešení konkrétních problémů s fpm
Reference
Specifikace fpm komponent a implementačních referencí
Registry¶
fpm supports local and online registries for downloading dependencies. Learn more about the fpm registry and how to use it.
News¶
Aktuální dění kolem Fortran Package Manageru, jako nové verze, konference a nové balíčky, bude oznamováno zde.
Fpm version 0.12.0 released (2025-05-18)
The Fortran Package Manager (FPM) v0.12.0 introduces new powerful features aimed at improving interoperability, build system integration, and modular project design. The release includes continued refactoring and maintenance efforts, enhanced compiler support, and new tooling capabilities.
Fpm version 0.11.0 released (2025-03-10)
The latest release of the Fortran Package Manager (FPM) brings several maintenance updates, bug fixes, and performance improvements. This version also introduces new features such as support for HDF5 metapackages via
pkg_config, enhanced parsing for abstract interfaces, and the ability to install test programs. Additionally, compliance with Fortran standards has been improved, along with better handling of Windows-specific issues and Intel Fortran Compiler (ifx) support.Fpm version 0.10.0 released (2024-01-08)
The latest release of the Fortran Package Manager (FPM) showcases a range of updates geared towards enhancing functionality and user experience. Key improvements include significant advancements in MPI support, now allowing the usage of MPI modules in metapackages. On the command line interface, a
--dry-runoption forfpm publishhas been added, allowing users to simulate the publishing process. This release also brings various bug fixes and performance improvements. For a full list of changes please see below.Fpm version 0.9.0 released (2023-06-02)
Registry and Metapackages.
Fpm version 0.8.2 released (2023-05-11)
Registry preview release.