Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
fpm-0.11.0-linux-x86_64-gcc-12 | 2025-03-10 | 5.6 MB | |
fpm-0.11.0-linux-x86_64-gcc-12.sha256 | 2025-03-10 | 97 Bytes | |
fpm-0.11.0-macos-x86_64-gcc-12 | 2025-03-10 | 2.0 MB | |
fpm-0.11.0-macos-x86_64-gcc-12.sha256 | 2025-03-10 | 97 Bytes | |
fpm-0.11.0-windows-x86_64-gcc-12.exe | 2025-03-10 | 5.3 MB | |
fpm-0.11.0-windows-x86_64-gcc-12.exe.sha256 | 2025-03-10 | 103 Bytes | |
fpm-installer-0.11.0-gcc-12.exe | 2025-03-10 | 28.5 MB | |
fpm-installer-0.11.0-gcc-12.exe.sha256 | 2025-03-10 | 98 Bytes | |
fpm-0.11.0.F90 | 2025-03-10 | 1.6 MB | |
fpm-0.11.0.F90.sha256 | 2025-03-10 | 81 Bytes | |
fpm-0.11.0.zip | 2025-03-10 | 392.4 kB | |
fpm-0.11.0.zip.sha256 | 2025-03-10 | 81 Bytes | |
Fpm version v0.11.0 source code.tar.gz | 2025-03-10 | 263.6 kB | |
Fpm version v0.11.0 source code.zip | 2025-03-10 | 406.8 kB | |
README.md | 2025-03-10 | 4.7 kB | |
Totals: 15 Items | 44.0 MB | 1 |
What's Changed
- Patch
toml_error
by @perazz in https://github.com/fortran-lang/fpm/pull/1011 - Fortran standard compliance fixes by @perazz in https://github.com/fortran-lang/fpm/pull/1013
- fix: add fpm_model.json to the package tarball before uploading to the registry by @henilp105 in https://github.com/fortran-lang/fpm/pull/1010
- Improve text file reading performance by @zoziha in https://github.com/fortran-lang/fpm/pull/961
- fix: [#1023] gfortran-specific backslash line continuations by @henilp105 in https://github.com/fortran-lang/fpm/pull/1024
- Reorganize fpm run; fix
--example --all
by @perazz in https://github.com/fortran-lang/fpm/pull/1021 - Remove duplicate
operator(==)
interface by @perazz in https://github.com/fortran-lang/fpm/pull/1028 - Always initialize
redirect_str
to prevent memory leak by @perazz in https://github.com/fortran-lang/fpm/pull/1029 - Metapackage CI: macos-latest -> macos-12 by @perazz in https://github.com/fortran-lang/fpm/pull/1030
- Non-
main.f90
auto executables: fix infpm install
by @perazz in https://github.com/fortran-lang/fpm/pull/1036 - Fix:
--target
option should only run the desired target by @perazz in https://github.com/fortran-lang/fpm/pull/1038 - ci: GCC-13 has been removed from GA runners by @gnikit in https://github.com/fortran-lang/fpm/pull/1043
- Fix Bug [#1047] - rename implicit interface option for lfortran by @davidpfister in https://github.com/fortran-lang/fpm/pull/1048
- Bump actions/upload-artifact from 2 to 4 by @dependabot in https://github.com/fortran-lang/fpm/pull/985
- Run all tests with user-specified runner by @perazz in https://github.com/fortran-lang/fpm/pull/1046
- Check that Fortran sources run; Robust Fortran features by @perazz in https://github.com/fortran-lang/fpm/pull/1051
install.sh
: always bootstrap with 0.8.0 by @perazz in https://github.com/fortran-lang/fpm/pull/1057- CI: use setup-fortran by @perazz in https://github.com/fortran-lang/fpm/pull/1061
- Metapackages:
pkg_config
backend support; HDF5 by @perazz in https://github.com/fortran-lang/fpm/pull/1055 - Windows archiver: also search for
gcc-ar
by @perazz in https://github.com/fortran-lang/fpm/pull/1067 - HDF5 metapackage: remove unnecessary printouts by @perazz in https://github.com/fortran-lang/fpm/pull/1068
- Maintenance: fix Ubuntu metapackage CI by @perazz in https://github.com/fortran-lang/fpm/pull/1076
- Expand parsing to include abstract interfaces by @ivan-pi in https://github.com/fortran-lang/fpm/pull/1074
- Source parsing: consider
end program
with noprogram
header by @perazz in https://github.com/fortran-lang/fpm/pull/1078 - Feat: option to install test programs by @perazz in https://github.com/fortran-lang/fpm/pull/1079
- Manifest: do not allow path lists in
library.source-dir
by @perazz in https://github.com/fortran-lang/fpm/pull/1077 - update CI by @perazz in https://github.com/fortran-lang/fpm/pull/1102
- Remove unneeded
public :: operator(==)
which causes an error on ifx by @aury6623 in https://github.com/fortran-lang/fpm/pull/1095 - FPM release v0.11.0 by @perazz in https://github.com/fortran-lang/fpm/pull/1103
New Contributors
- @davidpfister made their first contribution in https://github.com/fortran-lang/fpm/pull/1048
- @aury6623 made their first contribution in https://github.com/fortran-lang/fpm/pull/1095
Important note
Users employing setup-fpm for their GitHub actions should upgrade to setup-fpm@v7
as soon as possible to ensure compatibility with fpm v0.11.0
onward.
Full Changelog: https://github.com/fortran-lang/fpm/compare/v0.10.1...v0.11.0
Download statistic
Feedback
Discourse thread: https://fortran-lang.discourse.group/t/fpm-0-11-0-released/9320