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
I have a code using implicit interfaces (.. yes, I know, but it can be handy), that I tried to compile with lfortran. For this, I use the options directly inside the toml
[fortran]
implicit-external = true
and I get the following message:
The following argument was not expected: --allow-implicit-interface
Looking at the command lines from lfortran it seems that the argument shoud be --implicit-interface
Expected Behaviour
This error should not appear.
Version of fpm
0.10.0 alpha
Platform and Architecture
Windows 10
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Description
I have a code using implicit interfaces (.. yes, I know, but it can be handy), that I tried to compile with lfortran. For this, I use the options directly inside the toml
and I get the following message:
Looking at the command lines from lfortran it seems that the argument shoud be
--implicit-interface
Expected Behaviour
This error should not appear.
Version of fpm
0.10.0 alpha
Platform and Architecture
Windows 10
Additional Information
No response
The text was updated successfully, but these errors were encountered: