mirror of
https://github.com/wassname/ray.git
synced 2026-07-01 09:44:50 +08:00
Clean up task interface and add testing. (#34)
* Update c extensions and python tests. * Updates. * Documentation fix. * Move c extensions into common_extension.c
This commit is contained in:
committed by
Philipp Moritz
parent
75441a180d
commit
90a6a99b03
+1
-1
@@ -1,7 +1,7 @@
|
||||
from setuptools import setup, find_packages, Extension
|
||||
|
||||
common_module = Extension("common",
|
||||
sources=["object_id.c", "serialization.c", "task.c"],
|
||||
sources=["common_extension.c"],
|
||||
include_dirs=["../../", "../../thirdparty"],
|
||||
extra_objects=["../../build/libcommon.a"],
|
||||
extra_compile_args=["--std=c99", "-Werror"])
|
||||
|
||||
Reference in New Issue
Block a user