Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
fpm-0.10.0-linux-x86_64 | 2024-01-08 | 5.9 MB | |
fpm-0.10.0-linux-x86_64.sha256 | 2024-01-08 | 90 Bytes | |
fpm-0.10.0-macos-x86_64 | 2024-01-08 | 1.8 MB | |
fpm-0.10.0-macos-x86_64.sha256 | 2024-01-08 | 90 Bytes | |
fpm-0.10.0-windows-x86_64.exe | 2024-01-08 | 5.5 MB | |
fpm-0.10.0-windows-x86_64.exe.sha256 | 2024-01-08 | 96 Bytes | |
fpm-installer-0.10.0.exe | 2024-01-08 | 28.3 MB | |
fpm-installer-0.10.0.exe.sha256 | 2024-01-08 | 91 Bytes | |
fpm-0.10.0.F90 | 2024-01-08 | 1.4 MB | |
fpm-0.10.0.F90.sha256 | 2024-01-08 | 81 Bytes | |
fpm-0.10.0.zip | 2024-01-08 | 343.7 kB | |
fpm-0.10.0.zip.sha256 | 2024-01-08 | 81 Bytes | |
Fpm version v0.10.0 source code.tar.gz | 2024-01-08 | 227.1 kB | |
Fpm version v0.10.0 source code.zip | 2024-01-08 | 356.7 kB | |
README.md | 2024-01-08 | 3.6 kB | |
Totals: 15 Items | 43.8 MB | 2 |
What's Changed
- search MPI runner in
%MS_MPI%
andPATH
also inget_mpi_runner
by @perazz in https://github.com/fortran-lang/fpm/pull/924 - Add
--dry-run
option tofpm publish
by @minhqdao in https://github.com/fortran-lang/fpm/pull/918 - MPI: add
mpi
andmpi_f08
to the list of external modules by @perazz in https://github.com/fortran-lang/fpm/pull/930 - Fix
module-naming
typo by @minhqdao in https://github.com/fortran-lang/fpm/pull/932 - Add developer documentation for run(3f) and example program by @urbanjost in https://github.com/fortran-lang/fpm/pull/933
- Allow overriding metapackages with standard dependency syntax by @perazz in https://github.com/fortran-lang/fpm/pull/928
- Parse
intrinsic
andnon_intrinsic
use
d modules by @perazz in https://github.com/fortran-lang/fpm/pull/920 - Fix
convert_to_absolute_path
by @minhqdao in https://github.com/fortran-lang/fpm/pull/940 - remove arbitrary limit on width of input files, corrects [#902] by @urbanjost in https://github.com/fortran-lang/fpm/pull/941
- Just some refactoring by @minhqdao in https://github.com/fortran-lang/fpm/pull/946
- use
clang
in lieu ofgcc
as C compiler for homebrew-openmpi action by @perazz in https://github.com/fortran-lang/fpm/pull/944 - Remove ENV_VARIABLE() as it duplicates the functionality of GET_ENV() by @urbanjost in https://github.com/fortran-lang/fpm/pull/942
- Add verbose printouts options to
git_archive
andupload_form
by @minhqdao in https://github.com/fortran-lang/fpm/pull/938 - update jonquil version by @urbanjost in https://github.com/fortran-lang/fpm/pull/947
- Clean up clean command by @minhqdao in https://github.com/fortran-lang/fpm/pull/948
- MPI: check presence of a runner command only with
run
andtest
apps by @perazz in https://github.com/fortran-lang/fpm/pull/937 - Fix unallocated targets array by @perazz in https://github.com/fortran-lang/fpm/pull/954
- Dependency-level macro setting by @perazz in https://github.com/fortran-lang/fpm/pull/952
- Fix broken links in
README.md
by @perazz in https://github.com/fortran-lang/fpm/pull/959 - Add
-O3
optimization flags for intel compiler (release profile) by @perazz in https://github.com/fortran-lang/fpm/pull/964 - Make install script executable by @everythingfunctional in https://github.com/fortran-lang/fpm/pull/965
- MPI fixes (macOS build/link flags), oneAPI ifort->ifx switch; turn off MSMPI CI by @perazz in https://github.com/fortran-lang/fpm/pull/976
- FPM Release v0.10.0 by @gnikit in https://github.com/fortran-lang/fpm/pull/978
Full Changelog: https://github.com/fortran-lang/fpm/compare/v0.9.0...v0.10.0
Download statistic
Feedback
Discourse thread: https://fortran-lang.discourse.group/t/fpm-version-0-10-0-released/7135