Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[gpuCI] Forward-merge branch-22.06 to branch-22.08 [skip gpuci]#74

Merged
GPUtester merged 1 commit into
branch-22.08from
branch-22.06
Jun 27, 2022
Merged

[gpuCI] Forward-merge branch-22.06 to branch-22.08 [skip gpuci]#74
GPUtester merged 1 commit into
branch-22.08from
branch-22.06

Conversation

@GPUtester

Copy link
Copy Markdown
Collaborator

Forward-merge triggered by push to branch-22.06 that creates a PR to keep branch-22.08 up-to-date. If this PR is unable to be immediately merged due to conflicts, it will remain open for the team to manually merge.

The latest Conda packages upgraded to RAPIDS CMake 22.06 which has a bug when trying to install UCX. It uses the following for the export set:

```Cmake
find_package(ucx 1.12 QUIET)
find_dependency(ucx)
```

The `ucx` installed package doesnt check for existing targets so the second call to `find_dependency` fails with an error. This explicitly sets: `rapids_export_package` which will change the export set to:

```Cmake
find_dependency(ucx)
```

This also resolves many hidden issues by renaming the variable `RAPIDS_VERSION` to `SRF_RAPIDS_VERSION`.

Authors:
  - Michael Demoret (https://github.com/mdemoret-nv)

Approvers:
  - Ryan Olson (https://github.com/ryanolson)

URL: #73
@GPUtester GPUtester requested review from a team as code owners June 27, 2022 15:04
@ghost

ghost commented Jun 27, 2022

Copy link
Copy Markdown

Pull requests from external contributors require approval from a nv-morpheus organization member with write or admin permissions before CI can begin.

@GPUtester GPUtester merged commit 937ffa1 into branch-22.08 Jun 27, 2022
@GPUtester

Copy link
Copy Markdown
Collaborator Author

SUCCESS - forward-merge complete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants