mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 02:30:34 +08:00
Plasma C extensions (#34)
* switch plasma from ctypes to python C API * clang-format * various fixes
This commit is contained in:
committed by
Robert Nishihara
parent
ad6a401740
commit
986ed5c9e8
+1
-1
@@ -19,7 +19,7 @@ setup(name="ray",
|
||||
package_data={"common": ["thirdparty/redis-3.2.3/src/redis-server"],
|
||||
"plasma": ["build/plasma_store",
|
||||
"build/plasma_manager",
|
||||
"build/plasma_client.so"],
|
||||
"lib/python/libplasma.so"],
|
||||
"photon": ["build/photon_scheduler",
|
||||
"libphoton.so"]},
|
||||
cmdclass={"install": install},
|
||||
|
||||
Reference in New Issue
Block a user