About the flang compiler in LLVM 11 #143
-
Is there any plan on adding flang, the new fortran compiler included in LLVM 11, to llvm package as a build flag, or as an individual package? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
You seem to be planning it, here's some documentation to help you get started: https://docs.brew.sh/Updating-Software-in-Homebrew |
Beta Was this translation helpful? Give feedback.
-
We decided against it for now: Homebrew/homebrew-core#63081 |
Beta Was this translation helpful? Give feedback.
-
flang is currently not suitable for homebrew/core, but it now builds against Homebrew llvm using the formula in my tap:
It takes a horrendously long time, so I suggest passing the It won't make it go any faster, but it made waiting for it more bearable for me for some reason. Ninja also seemed faster than make, but I don't mind changing it back to make if you have a strong opinion about it. |
Beta Was this translation helpful? Give feedback.
We decided against it for now: Homebrew/homebrew-core#63081
You can read the rationale for that choice in the linked PR