Fortran-Paketmanager (fpm)
Inhalt
Fortran-Paketmanager (fpm)¶
Fortran-Paketmanager (fpm)
Paketmanager und Build-System für Fortran
Willkommen bei der Dokumentation des Fortran-Paketmanagers (fpm).
Bemerkung
Diese Seiten befinden sich derzeit im Aufbau. Beiträge und Rückmeldungen sind immer willkommen.
Install
Instructions on how to install fpm across Windows, Linux, macOS and more.
Tutorials
Lerne über die Verwendung von fpm zur Fortran-Entwicklung, die Erstellung von Projekten und die Verwaltung von Abhängigkeiten.
How-To Rezepte
Praktische Anleitungen und Rezepte für die Lösung spezifischer Probleme mit fpm
Referenzen
Spezifikationen der fpm Komponenten und Referenzen für die Implementierung
Registry¶
fpm supports local and online registries for downloading dependencies. Learn more about the fpm registry and how to use it.
News¶
Neueste Ereignisse rund um den Fortran-Paketmanager, wie neue Releases, Konferenz Vorträge und neue Pakete werden hier angekündigt.
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-run
option forfpm publish
has 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.
Fpm version 0.8.1 released (2023-04-11)
This release introduces a hotfix for the automated dependency tree feature introduced in v0.8.0. Fpm now restored backward-compatible dependency priority, which ensures that, whenever different versions of the same dependency are found down the dependency tree, the first and foremost is used. Unnecessary dependency updates are also shed from the build process.