Fortran-packagemanager
Inhoud
Fortran-packagemanager¶
Fortran-packagemanager
Packagemanager en buildsysteem voor Fortran
Welkom, hier vind je documentatie over de Fortran-packagemanager (fpm).
Notitie
Deze pagina’s zijn nog werk-in-uitvoering. Als je wilt helpen met de documentatie of het rapporteren van problemen, graag!
Install
Instructions on how to install fpm across Windows, Linux, macOS and more.
Tutorials
Hoe gebruik je fpm voor het ontwikkelen van Fortran programma’s, hoe zet je een project op en hoe zorg je voor alle afhankelijkheden?
How-To Recepten
Praktische handleiding en recepten om specifieke problemen met fpm op te lossen mit fpm
Referenties
Specificatie van fpm componenten en referenties voor de implementatie
Registry¶
fpm supports local and online registries for downloading dependencies. Learn more about the fpm registry and how to use it.
News¶
Recente gebeurtenissen betreffende de Fortran-packagemanager: aankondiging van nieuwe releases, bijdragen aan conferenties en nieuwe pakketten
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.
Fpm version 0.8.0 released (2023-04-07)
This release introduces support for enabling and disabling language features in fpm, such as implicit typing or default source form. By default, fpm now tries to disable implicit typing rules, implicit external interfaces and assumes the source form is always free. The options can be overwritten in the manifest for each project.
Fpm version 0.7.0 released (2022-10-26)
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 thefpm.toml
manifest has been added, although the profile settings are not currently used in the build process.