Skip to content

Instantly share code, notes, and snippets.

@hrbrmstr
Created April 28, 2018 12:29
Show Gist options
  • Save hrbrmstr/09a255ddc403d0234e018d4698693cfe to your computer and use it in GitHub Desktop.
Save hrbrmstr/09a255ddc403d0234e018d4698693cfe to your computer and use it in GitHub Desktop.
MAKE = make -j8
F77 = /usr/local/gfortran/bin/gfortran
FC = /usr/local/gfortran/bin/gfortran
FLIBS = -L/usr/local/gfortran/lib/gcc/x86_64-apple-darwin15/6.1.0 -L/usr/local/gfortran/lib -lgfortran -lquadmath -lm
CCACHE_CPP = yes
CCACHE_CPP2 = yes
CC = ccache clang -Qunused-arguments
CXX = ccache clang++ -Qunused-arguments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment