Posts by Zuo Zhihua

Fpm version 0.11.0 released

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.

Read more ...


Fpm version 0.8.0 released

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.

Read more ...


Fpm version 0.7.0 released

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.

Read more ...


Fpm version 0.6.0 released

This release introduces a better visualization for the build output, compiler output is only shown on error to keep the standard output clean for successful builds. Furthermore, fpm can now detect unused modules and avoids compiling modules that are not needed for an application, which improves the compilation speed with large dependencies like stdlib. When creating a new project with fpm the author information are now taken from the git configuration to avoid using placeholders in the manifest. Several more bug fixes and plenty of improvements went into this version as well.

Read more ...


Verze Fpm 0.5.0 vydána

V této verzi jsme opravili velké množství chyb a výrazně vylepšili nástroje související s fpm, jako je například Continous Delivery a instalační program pro Windows. Mezi nové funkce patří možnost lepšího výběru kompilátoru/linkeru a vylepšený backend sestavování (testy se sestavují pouze v případě potřeby, závislosti pro linkování jsou správně sledovány).

Read more ...