Skip to content

Instantly share code, notes, and snippets.

@swenson
Created January 3, 2014 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save swenson/8246133 to your computer and use it in GitHub Desktop.
Save swenson/8246133 to your computer and use it in GitHub Desktop.
GCE Make.user for building Julia
USE_SYSTEM_LLVM=0
USE_SYSTEM_ARPACK=1
USE_ATLAS=1
USE_BLAS64=0
USE_SYSTEM_BLAS=1
USE_SYSTEM_LAPACK=1
ATLAS_LIBDIR=/usr/lib
LIBBLAS=-L$(ATLAS_LIBDIR) -latlas
LIBLAPACK=$(LIBBLAS)
LIBBLASNAME = libatlas
LIBLAPACKNAME = $(LIBBLASNAME)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment