September 2018 binary release
Flang Binary Release 2018-09-21
Flang is a Fortran compiler targeting LLVM.
The source is at http://github.com/flang-compiler/. There are 3 repositories:
- llvm: The version of LLVM that we use to build Flang.
- flang-driver: A Clang fork used as the basis of the Flang driver.
- flang: The Flang compiler itself.
This binary release was created from the flang_20180921 tag of Flang. It contains the binaries and libraries suitable for running Flang (LLVM 6.0) on x86_64 and OpenPOWER distributions.
Community Resources
We have mailing lists for announcements and developers. Here's the link with the sign-up information:
http://lists.flang-compiler.org/mailman/listinfo
We have a flang-compiler channel on Slack. Slack is invitation only but anyone can join. Here's the link:
https://join.slack.com/t/flang-compiler/shared_invite/MjExOTEyMzQ3MjIxLTE0OTk4NzQyNzUtODQzZWEyMjkwYw
Installing
To install the binary release, untar the .tgz file in a location suitable for you. Add the bin directory to your PATH and lib directory to your LD_LIBRARY_PATH, after which you should be able to execute Flang.