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
Right now we build the full gcc for x86_64-apple-darwin22-gfortran to cross compile some fortran code. The latest versions of ubuntu now include the llvm flang toolchain: https://packages.ubuntu.com/noble/flang-16.
Is this something that could possibly work at some point?
The text was updated successfully, but these errors were encountered:
It would be nice in fact to have more control over LLVM build, potentially by passing CMake flags directly, instead of having a limited set of proxy env vars.
Now that flang is stable, it would not harm anyone if it is enabled by default.
Right now we build the full gcc for
x86_64-apple-darwin22-gfortran
to cross compile some fortran code. The latest versions of ubuntu now include the llvm flang toolchain: https://packages.ubuntu.com/noble/flang-16.Is this something that could possibly work at some point?
The text was updated successfully, but these errors were encountered: