Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

Remove custom compilers #265

Merged
merged 1 commit into from
Jun 7, 2022

Conversation

ajschmidt8
Copy link
Member

@ajschmidt8 ajschmidt8 commented Jun 6, 2022

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-env pull-request here.

This PR removes all mentions of custom compilers from this repository since we've switched to using `conda`'s compilers.
@ajschmidt8 ajschmidt8 requested a review from a team as a code owner June 6, 2022 20:00
@ajschmidt8 ajschmidt8 merged commit 242484f into rapidsai:branch-22.06 Jun 7, 2022
@ajschmidt8 ajschmidt8 deleted the rm-custom-compilers branch June 7, 2022 14:52
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 rapidsai/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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants