mirror of
https://github.com/wassname/ray.git
synced 2026-09-11 12:43:20 +08:00
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:
committed by
Philipp Moritz
parent
695f23b2e0
commit
47851eeccc
+5
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user