Build Ray with setup.py. (#14)

* Build Ray with setup.py.

* Building photon extensions with cmake.

* Fix formatting in photon_extension.c

* Pip install with sudo in Travis.

* Fix plasma __init__.py.

* Rename and remove some files.
This commit is contained in:
Robert Nishihara
2016-10-31 17:08:03 -07:00
committed by Philipp Moritz
parent 695f23b2e0
commit 47851eeccc
18 changed files with 291 additions and 175 deletions
+5 -3
View File
@@ -57,11 +57,13 @@ install:
- sudo python setup.py install
- cd ../../../..
- cd src/photon/lib/python
- cd src/photon
- sudo python setup.py install
- cd ../../../..
- cd ../..
- source src/plasma/setup-env.sh
- cd lib/python
- sudo python setup.py install
- cd ../..
script:
- python src/common/test/test.py