This repository was archived by the owner on Jul 25, 2023. It is now read-only.
Remove custom compilers - #265
Merged
Merged
Conversation
This PR removes all mentions of custom compilers from this repository since we've switched to using `conda`'s compilers.
raydouglass
approved these changes
Jun 6, 2022
This was referenced Jun 7, 2022
rapids-bot Bot
pushed a commit
to rapidsai/dask-cuda
that referenced
this pull request
Jun 7, 2022
With the PR below merged, we no longer set the `CXX`, `CC`, or `CUDAHOSTCXX` variables in any of our CI images. This PR cleans up some references to them. - rapidsai/gpuci-build-environment#265 Authors: - AJ Schmidt (https://github.com/ajschmidt8) Approvers: - Sevag Hanssian (https://github.com/sevagh) - Peter Andreas Entschev (https://github.com/pentschev) URL: #929
rapids-bot Bot
pushed a commit
to NVIDIA/cudf
that referenced
this pull request
Jun 8, 2022
This PR fixes a duplicate `cudatoolkit` pinning issue we are seeing in `cudf` packages: <img width="1091" alt="Screen Shot 2022-06-07 at 1 23 35 PM" src="https://user-images.githubusercontent.com/11664259/172457994-d78b8113-567b-467d-ac62-5f8cfd1aec3e.png"> This leads to following conda error: ```bash Encountered problems while solving: - package cudf-22.08.00a220606-cuda_11_py39_g4d7595fb3f_113 requires cudatoolkit >=11.5,<12, but none of the providers can be installed ``` This PR also removes `CC` & `CXX` invocations, since we have switched to conda compilers: rapidsai/gpuci-build-environment#265 Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Bradley Dice (https://github.com/bdice) - https://github.com/jakirkham - AJ Schmidt (https://github.com/ajschmidt8) URL: #11070
rapids-bot Bot
pushed a commit
to rapidsai/cucim
that referenced
this pull request
Jun 21, 2022
With the PR below merged, we no longer set the `CUDAHOSTCXX` variable in any of our CI images. This PR cleans up some references to `CUDAHOSTCXX`. - rapidsai/gpuci-build-environment#265 Authors: - AJ Schmidt (https://github.com/ajschmidt8) Approvers: - Sevag H (https://github.com/sevagh) - Gigon Bae (https://github.com/gigony) - https://github.com/jakirkham URL: #307
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR removes all mentions of custom compilers from this repository since we've switched to using
conda's compilers.These changes are necessary since our end-user images inherit from these CI images, and the end-user images require the compilers that are included as part of the
rapids-build-envpull-request here.