Skip to content

Instantly share code, notes, and snippets.

@jamesr66a
Created September 26, 2018 23:07
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 jamesr66a/7aa9ae5c85fcb6647e4261777953c1e3 to your computer and use it in GitHub Desktop.
Save jamesr66a/7aa9ae5c85fcb6647e4261777953c1e3 to your computer and use it in GitHub Desktop.
export CMAKE_PREFIX_PATH="$(dirname $(which conda))/../" # [anaconda root directory]
DEBUG=1 NO_CUDA=1 MACOSX_DEPLOYMENT_TARGET=10.9 CC=clang CXX=clang++ python setup.py build && DEBUG=1 NO_CUDA=1 MACOSX_DEPLOYMENT_TARGET=10.9 CC=clang CXX=clang++ python setup.py develop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment