mirror of
https://github.com/wassname/ray.git
synced 2026-08-19 12:30:27 +08:00
initial linalg commit
This commit is contained in:
+4
-4
@@ -6,7 +6,7 @@ from Cython.Build import cythonize
|
||||
|
||||
# because of relative paths, this must be run from inside orch/lib/orchpy/
|
||||
|
||||
MACOSX = (sys.platform in ['darwin'])
|
||||
MACOSX = (sys.platform in ["darwin"])
|
||||
|
||||
setup(
|
||||
name = "orchestra",
|
||||
@@ -14,9 +14,9 @@ setup(
|
||||
use_2to3=True,
|
||||
packages=find_packages(),
|
||||
package_data = {
|
||||
'orchpy': ['liborchpylib.dylib' if MACOSX else 'liborchpylib.so',
|
||||
'scheduler',
|
||||
'objstore']
|
||||
"orchpy": ["liborchpylib.dylib" if MACOSX else "liborchpylib.so",
|
||||
"scheduler",
|
||||
"objstore"]
|
||||
},
|
||||
zip_safe=False
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user