Skip to content

Implicit interface not working with lfortran #1047

@davidpfister

Description

@davidpfister

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

[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

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