Skip to content

Instantly share code, notes, and snippets.

@splittingfield
Created December 19, 2011 23:09
Show Gist options
  • Save splittingfield/1499341 to your computer and use it in GitHub Desktop.
Save splittingfield/1499341 to your computer and use it in GitHub Desktop.
Configure flags for numerical libraries on a mac
./configure --with-blas="-framework vecLib" --with-lapack="-framework vecLib" F77=gfortran CC=/usr/local/bin/gcc CXX=/usr/local/bin/g++ LDFLAGS="-flat_namespace" FFLAGS="-fexceptions -m64 -fbackslash" CFLAGS="-fno-common -m64" CXXFLAGS="-fno-common -fexceptions -m64” -disable-shared
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment