Open
Description
It may be worth CI testing whether commonly used build tools (e.g. fpm, meson, CMake) can discover ifx/ifort after install.
Issues known or suspected
compiler/version | build tool | platform |
---|---|---|
ifx 2023.2 | Meson | Ubuntu |
ifx 2023.2, Meson, Ubuntu 22.04
Fails on meson setup with
...
Sanity testing Fortran compiler: ifx
Is cross compiler: False.
Sanity check compiler command line: ifx sanitycheckf.f90 /Fesanitycheckf.exe /link
Sanity check compile stdout:
-----
Sanity check compile stderr:
ifx: error #10236: File not found: '/Fesanitycheckf.exe'
ifx: error #10236: File not found: '/link'
-----
meson.build:1:0: ERROR: Compiler ifx can not compile programs.