Skip to content

utpalbora/build-flang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Script to compile Flang, the LLVM Fortran fornt end

Execute the scripts in this order

  1. build-llvm-project.sh /path/to/flang/root
  2. build-flang.sh /path/to/flang/root

Add to bin and library path

  1. Add to ~/.profile
    echo "export PATH="$PATH:$HOME/installs/flang-$(date +%Y-%m-%d)/bin"" >> ~/.profile
    echo "export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$HOME/installs/flang-$(date +%Y-%m-%d)/lib"" >> ~/.profile
  2. source ~/.profile

About

Scripts to compile LLVM Fortran frontend Flang

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages