You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: changed file ext to enable preprocessor (#911)
lowercase file extension was preventing the copmiler (gfortran)
to identify the existence of preprocessor definitions in the file
and turn on preproc parsing.
This caused issues downstream, during the creation of fpm PyPi
wheels.
Fixes#910
0 commit comments