#1143024 lfortran cannot find its own intrinsic modules

Package:
lfortran
Source:
lfortran
Description:
Modern interactive LLVM-based Fortran compiler
Submitter:
Daniel Blaschke
Date:
2026-07-29 19:13:02 UTC
Severity:
normal
#1143024#5
Date:
2026-07-29 19:11:27 UTC
From:
To:
Dear Maintainer,

the following standard fortran statement leads to a module not found error in lfortran:

use, intrinsic :: iso_fortran_env

Looks like some path needs to be set when lfortran is installed via dpkg

current workaround:
manually pass the patch via
lfortran -I /usr/lib/x86_64-linux-gnu/fortran/lfortran-mod ...

thanks,
Daniel