-
-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package Ray #11160
Package Ray #11160
Conversation
…lacehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/bin/bazel: /usr/lib64/libstdc++.so.6: version GLIBCXX_3.4.21 not found (required by /home/conda/staged-recipes/build_artifacts/ray_1579455767395/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/bin/bazel)
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( I do have some suggestions for making it better though... For recipes/ray:
|
This reverts commit ae1391c. Pins are incompatible
I did the |
Signed-off-by: Vasily Litvinov <vasilij.n.litvinov@intel.com>
Okay, licenses added (and I've reworked the patch that removes intallation requirements - those are handled by cc @beckermr @conda-forge/core |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall: great work! 🙃
PS. With all the work you've put into this, I consider you the "owner" of this PR - I'll refrain from directly committing unless you ask for support (in which case I'll try, but cannot promise anything in terms of turn-around times). |
Signed-off-by: Vasily Litvinov <vasilij.n.litvinov@intel.com>
Signed-off-by: Vasily Litvinov <vasilij.n.litvinov@intel.com>
Signed-off-by: Vasily Litvinov <vasilij.n.litvinov@intel.com>
Signed-off-by: Vasily Litvinov <vasilij.n.litvinov@intel.com>
Also add slightly better testing for rllib Signed-off-by: Vasily Litvinov <vasilij.n.litvinov@intel.com>
Signed-off-by: Vasily Litvinov <vasilij.n.litvinov@intel.com>
Signed-off-by: Vasily Litvinov <vasilij.n.litvinov@intel.com>
@beckermr @conda-forge/core @h-vetinari it should be again ready for review, this time with working
|
Signed-off-by: Vasily Litvinov <vasilij.n.litvinov@intel.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very cool! 👍
(cannot approve my "own" PR in GH, but: LGTM)
@kkraus14 Did your contact have any comments here or should we go ahead? |
I never got a response, so full steam ahead. |
Thanks @kkraus14! |
Amazing! Been quite a journey since @dHannasch started this effort almost a year ago... Thanks everyone for the help, and especially to @vnlitvinov for the herculean effort to get this over the finish line! 🥳 |
Congratulations 🎉🎊👏!
|
This is fantastic! Sorry I disappeared. This is amazing work. |
Checklist
url
) rather than a repo (e.g.git_url
) is used in your recipe (see here for more details)This tries to pick up where #10637 of @dHannasch left off. I've added him to the recipe maintainers due to his PR, but can remove him if he wants to.
I've tried to work independently up until this point, but I've hit a pretty big road block where I please need guidance @conda-forge/core:
The upstream build script is a ~1000 line bazel build. It seemed too daunting a task to rewrite this in a
build.sh
, and so I wanted to use the script itself.Not knowing much of bazel until today, I found out the hard way that it pulls in a lot of different things, which we would therefore also have to package (and link) correctly. I'm not sure how to go about this - the most elegant way I could think of would be to be able to specify conda-packages in the bazel script, but that doesn't seem to be possible currently: bazelbuild/rules_python#73.
Some notes:
Add recipe for Modin #8471Add recipe modin #11161 needs this exact pin.ray
exists in bioconda already)Closes #10637 ray-project/ray#585