-
Notifications
You must be signed in to change notification settings - Fork 111
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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
Labels
bugSomething isn't workingSomething isn't working