-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated build recipe and patches to ray-1.3.0
automerged PR by conda-forge/automerge-action
- Loading branch information
Showing
17 changed files
with
182 additions
and
285 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 10 additions & 10 deletions
20
recipe/patches/0005-Disable-making-non-core-entry-scripts.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
From 63830f8977e09fde3e70b42f01b0acc2c446a7dd Mon Sep 17 00:00:00 2001 | ||
From 82817f12571058d235ca813e77a96cf2fc24f411 Mon Sep 17 00:00:00 2001 | ||
From: Vasily Litvinov <vasilij.n.litvinov@intel.com> | ||
Date: Tue, 10 Nov 2020 23:26:35 +0300 | ||
Subject: [PATCH 05/15] Disable making non-core entry scripts | ||
Subject: [PATCH 05/14] Disable making non-core entry scripts | ||
|
||
--- | ||
python/setup.py | 8 ++++---- | ||
1 file changed, 4 insertions(+), 4 deletions(-) | ||
|
||
diff --git a/python/setup.py b/python/setup.py | ||
index a1542a7a2..5f68ae765 100644 | ||
index 0575ad3a1..8ed7e07a9 100644 | ||
--- a/python/setup.py | ||
+++ b/python/setup.py | ||
@@ -447,10 +447,10 @@ setuptools.setup( | ||
@@ -442,10 +442,10 @@ setuptools.setup( | ||
entry_points={ | ||
"console_scripts": [ | ||
"ray=ray.scripts.scripts:main", | ||
- "rllib=ray.rllib.scripts:cli [rllib]", | ||
- "tune=ray.tune.scripts:cli", | ||
- "ray-operator=ray.operator.operator:main", | ||
- "ray-operator=ray.ray_operator.operator:main", | ||
- "serve=ray.serve.scripts:cli", | ||
+ # "rllib=ray.rllib.scripts:cli [rllib]", | ||
+ # "tune=ray.tune.scripts:cli", | ||
+ # "ray-operator=ray.operator.operator:main", | ||
+ # "serve=ray.serve.scripts:cli", | ||
+ #"rllib=ray.rllib.scripts:cli [rllib]", | ||
+ #"tune=ray.tune.scripts:cli", | ||
+ #"ray-operator=ray.ray_operator.operator:main", | ||
+ #"serve=ray.serve.scripts:cli", | ||
] | ||
}, | ||
include_package_data=True, | ||
-- | ||
2.11.0 | ||
2.28.0 | ||
|
Oops, something went wrong.