Einträge von Damian Rouson
Fpm version 0.13.0 released
- 17 February 2026
- Kategorie: release
The Fortran Package Manager (FPM) v0.13.0 is a major release introducing features and profiles, a new build customization system for conditional compilation, compiler-specific settings, and platform-dependent behavior. This release also includes CPP preprocessor source parsing, expanded Flang compiler support, multiple simultaneous library targets, and many bug fixes and improvements.
Fpm version 0.7.0 released
- 26 October 2022
- Kategorie: release
This release introduces preprocessor support in the fpm.toml manifest, allowing
for preprocessor macros, file suffixes and directories where the preprocessor should run.
This feature was implemented as part of Arteev Raina’s Google Summer of Code 2022 project.
Furthermore, fpm has now the ability to compile C++ source files in addition to Fortran and C.
Finally, the ability to define compiler profiles in the fpm.toml manifest has been added,
although the profile settings are not currently used in the build process.
Fpm-Version 0.5.0 veröffentlicht
- 21 November 2021
- Kategorie: release
Wir haben eine große Anzahl von Fehlerkorrekturen in dieser Version und viele Verbesserungen an den Werkzeugen rund um fpm vorgenommen, wie die kontinuierliche Bereitstellung und den Windows-Installer. Zu den neuen Funktionen gehören die Möglichkeit einer besseren Auswahl von Compilern/Linkern und ein verbessertes Build-Backend (Tests werden nur bei Bedarf gebaut, Link-Abhängigkeiten werden korrekt verfolgt).