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
Does flang build on MacOS currently? It looks like there has been work that has been recently merged. Does someone have the recipe for the M1 that works? I have tried following the instructions, so far without success.
I can get release_12x to compile using the apple compilers.
release_100 does not work
the subsequent build of libpgmath fails.
cant find llvm-lit and also aliasing complaints
The text was updated successfully, but these errors were encountered:
Thanks for trying flang on M1. The patch that was recently merge adds support for Mac on x86 only. Meow64 is trying to cross-compile and ran into a few issues in pgmath (flang-compiler/flang#1202). Can you add your question there?
Does flang build on MacOS currently? It looks like there has been work that has been recently merged. Does someone have the recipe for the M1 that works? I have tried following the instructions, so far without success.
I can get release_12x to compile using the apple compilers.
release_100 does not work
the subsequent build of libpgmath fails.
cant find llvm-lit and also aliasing complaints
The text was updated successfully, but these errors were encountered: