Skip to content

Is LFortran supposed to be a supported compiler? #545

@urbanjost

Description

@urbanjost

I thought LFortran had been added as a compiler option but it does not have the -J option and I tried it and got

 fpm -V build --compiler lfortran
 <INFO> BUILD_NAME: 00000000811C9DC5
 <INFO> COMPILER:  lfortran
 <INFO> C COMPILER:  cc
 <INFO> COMPILER OPTIONS:   -J build/lfortran_00000000811C9DC5/M_time -I build/lfortran_00000000811C9DC5/M_time
 <INFO> INCLUDE DIRECTORIES:  []
 + lfortran -c ./src/M_time_duplicate.f90  -J build/lfortran_00000000811C9DC5/M_time -I build/lfortran_00000000811C9DC5/M_time  -o build/lfortran_00000000811C9DC5/M_time/src_M_time_duplicate.f90.o
The following argument was not expected: -J
Run with --help for more information.
<ERROR> Compilation failed for object " src_M_time_duplicate.f90.o "
<ERROR>stopping due to failed compilation
STOP 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions