#!/bin/bash COMPILER_OPTS="CC=clang CXX=clang++ FC=flang" COMPILER_VERSION_CMD="llvm-config --version"