Skip to content

bug: erroneous file extension for src/fpm/fpm_release.f90 #910

@gnikit

Description

@gnikit

Description

I suspect that this was probably unintentional, but src/fpm/fpm_release.f90 makes use of preprocessor macros, which means that it should have (at least for the striking majority of compilers) a capitalised extension name i.e. .F90.

This causes downsteam errors in the pypi-wheels build pipeline https://github.com/fortran-lang/fpm-on-wheels/actions/runs/4973258029/jobs/8898988848?pr=11#step:5:344

Similarly, trying to build for PR fortran-lang/fpm-on-wheels#11 with cmake -B build && cmake --build build/ will fail to compile for the same reason

Expected Behaviour

compilation success

Version of fpm

v0.8.2

Platform and Architecture

All

Additional Information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions