We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
brew tap homebrew/versions brew install llvm33
edit ~/.ctree.cfg to have
~/.ctree.cfg
[c] CC = clang-3.3 CFLAGS = -O3 -stdlib=libstdc++ -mmacosx-version-min=10.6 [opencl] CC = clang-3.3 CFLAGS = -O3 -stdlib=libstdc++ -mmacosx-version-min=10.6
and finally
conda install llvm llvmpy nose numpy git clone https://github.com/ucb-sejits/ctree.git cd ctree python setup.py install nosetests