Package Details: fortran-fpm 0.12.0-3

Git Clone URL: https://aur.archlinux.org/fortran-fpm.git (read-only, click to copy)
Package Base: fortran-fpm
Description: A Fortran package manager and build system
Upstream URL: https://fpm.fortran-lang.org/
Keywords: fortran fpm manager package
Licenses: MIT
Conflicts: fortran-fpm-bin, fpm
Submitter: ciappi
Maintainer: banana-bred
Last Packager: banana-bred
Votes: 5
Popularity: 0.000001
First Submitted: 2021-11-14 10:16 (UTC)
Last Updated: 2025-05-22 20:59 (UTC)

Latest Comments

banana-bred commented on 2025-05-19 14:37 (UTC)

This package is temporarily built with gfortran from gcc version 12 due to an apparent issue with gcc version 15. Feel free to use the binary version of this package (also compiled with gfortran-12) to avoid having to compile an older version of gcc which can take some time.

banana-bred commented on 2024-07-09 18:51 (UTC)

@coriollis this seems to be related to the new gfortran major version and should be fixed in the next fpm release (https://github.com/fortran-lang/fpm/issues/1059). Hopefully the fortran-fpm-bin package is suitable in the meantime.

coriollis commented on 2024-07-09 18:08 (UTC)

As a note for my previos comment, 'No existe el fichero o el directorio' means file or directory does not exist

coriollis commented on 2024-07-09 18:07 (UTC)

Couldn't build. Hope this helps

_bootstrap/fpm.F90:28554:101:

28554 |         call set_string(table, "descriptor", descriptor_name(self%descriptor), error, 'git_target_t')
      |                                                                                                     1
Error: There is no specific subroutine for the generic ‘set_string’ at (1)
_bootstrap/fpm.F90:30325:93:

30325 |        call set_string(table,"os-type",os_type_name(self%os_type), error, 'profile_config_t')
      |                                                                                             1
Error: There is no specific subroutine for the generic ‘set_string’ at (1)
_bootstrap/fpm.F90:31376:9:

31376 |     use fpm_git, only: git_target_t, git_target_tag, git_target_branch, &
      |         1
Error Fatal: Cannot open module file ‘fpm_git.mod’ for reading at (1): No existe el fichero o el directorio
compilación terminada.