Содержание

Fpm version 0.6.0 released

Содержание

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.

Find the full release notes here.

Many thanks to Pedro Costa (@p-costa), Sebastian Ehlert (@awvwgk), Laurence Kedward (@lkedward), Wileam Y. Phan (@wyphan), Arteev Raina (@arteevraina), Simon Rowe (@wiremoons), Andre Smit (@freevryheid), John Urban (@urbanjost), Zuo Zhihua (@zoziha), @st-maxwell, and @noisegul for contributing patches to this release.

Changelog

  • Better extraction of the Fortran compiler from the MPI wrapper (#634)

  • Update module output directory command for flang-new/f18 (#645)

  • Respect user provided main-files (#646)

  • just allow . on new subcommand instead of changing canonical path (#630)

  • get user name and email using git config if available else use defaults (#652)

  • Ignore hidden source files (#654)

  • Cleanup the backend output (#622)

  • Add note about relocation of manifest reference (#648)

  • Fix for backtrace error when file not found in: src/fpm_source_parsing.f90 (#675)

  • Fix issue with backend pretty output (#677)

  • fix: remove remove unnecessary space in fpm new cmd (#684)

  • Small fix for fpm_model (#688)

  • add clean command (#655)

  • Fix for non-portable GFortran -J flag in install script (#692)

  • Fix show-model option (#693)

  • Tree shaking for modules (#676)

  • Fix submodule shaking (#704)

  • fix: remove extra space from help-test cmd (#686)

  • Fix: to pipe up-to-date message to stderr (#706)

  • Avoid infinite loop if command «fpm-» is in path (#713)

  • Fix –show-model, init c_source%parent_modules (#712)

  • Add OMP critical for make_archive (#708)

Предыдущий: Fpm version 0.5.0 released   Следующий: Fpm version 0.7.0 released