Skip to content

Instantly share code, notes, and snippets.

@ccwang002
Created November 22, 2012 03:23
Show Gist options
  • Save ccwang002/4129300 to your computer and use it in GitHub Desktop.
Save ccwang002/4129300 to your computer and use it in GitHub Desktop.
$ export CC=clang
$ export CXX=clang
$ export FFLAGS=-ff2c
$ git clone https://github.com/numpy/numpy.git
$ cd numpy
$ python3 setup.py build
$ python3 setup.py install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment