文章 Minh Dao
Fpm version 0.10.0 released
- 08 January 2024
- 分类: release
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 for fpm 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 0.8.0 版本发布
- 07 April 2023
- 分类: release
这个版本引入了对fpm中启用和禁用语言特性的支持,如隐式类型或默认源码形式。默认情况下,fpm现在会尝试禁用隐式类型规则和隐式外部接口,并假定源码形式总是自由格式的。这些选项可以在每个项目的清单中被覆盖。