Skip to content
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

[WIP] Fixing cmake to pull from conda env #342

Merged
merged 13 commits into from Nov 8, 2018
Merged

[WIP] Fixing cmake to pull from conda env #342

merged 13 commits into from Nov 8, 2018

Conversation

ogreen
Copy link
Contributor

@ogreen ogreen commented Nov 6, 2018

With the introduction of strings into libgdf, we need to be able to get the header files and lib file from the conda-environment.

Oded Green and others added 7 commits November 6, 2018 17:55
Fixes unexpected build errors when HTTP request times out
This will deal with HTTP errors that break the process when trying to setup the environment for the build
Ensure that no HTTP issues block uploads from occurring
@kkraus14 kkraus14 changed the title WIP Fixing cmake to pull from conda env [WIP] Fixing cmake to pull from conda env Nov 7, 2018
@kkraus14 kkraus14 added the 2 - In Progress Currently a work in progress label Nov 7, 2018
@@ -1,5 +1,6 @@
name: pycudf_testing_py35
channels:
- nvidia
- numba
- conda-forge
- rapidsai
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggest moving rapidsai above conda-forge in case someone starts repackaging rapids libraries in conda-forge.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why didn't this comment get incorporated in the final PR?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's moreso nitpicking and can be addressed in the future.

travisci/build_cudf.sh Outdated Show resolved Hide resolved
@kkraus14
Copy link
Collaborator

kkraus14 commented Nov 7, 2018

LGTM other than reordering conda channels in commands to prevent possible outdated versions of dependencies.

kkraus14 and others added 6 commits November 7, 2018 13:04
Co-Authored-By: ogreen <ogreen@gatech.edu>
Co-Authored-By: ogreen <ogreen@gatech.edu>
Co-Authored-By: ogreen <ogreen@gatech.edu>
Co-Authored-By: ogreen <ogreen@gatech.edu>
Co-Authored-By: ogreen <ogreen@gatech.edu>
Co-Authored-By: ogreen <ogreen@gatech.edu>
@kkraus14 kkraus14 merged commit 3505ac7 into rapidsai:master Nov 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 - In Progress Currently a work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants