-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove CCCL patch for PR 211. (#640)
While upgrading CCCL, we ran into a test failure in cuSpatial. We added a patch to revert some changes from CCCL but the root cause was a bug in cuSpatial. I have fixed that bug here: rapidsai/cuspatial#1402 Once that PR is merged, we can remove this CCCL patch. See also: - #511 - NVIDIA/cccl#1939 Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Robert Maynard (https://github.com/robertmaynard) URL: #640
- Loading branch information
Showing
6 changed files
with
75 additions
and
59 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"packages": { | ||
"CCCL": { | ||
"patches": [ | ||
{ | ||
"file": "${current_json_dir}/patches/0001-move-git-sha1.patch", | ||
"issue": "Move git sha1", | ||
"fixed_in": "" | ||
}, | ||
{ | ||
"file": "${current_json_dir}/patches/0002-move-git-sha1-a-second-time.patch", | ||
"issue": "Move git sha1 a second time", | ||
"fixed_in": "" | ||
} | ||
] | ||
} | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
testing/cpm/cpm_find-patch-command/patches/0001-move-git-sha1.patch
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
From deacd3fafd7fcfee954ae3044ae3ab60d36a9f3a Mon Sep 17 00:00:00 2001 | ||
From: Robert Maynard <[email protected]> | ||
Date: Wed, 31 Jan 2024 15:00:47 -0500 | ||
Subject: [PATCH 1/2] Move GIT SHA1 | ||
|
||
--- | ||
git_file_1.txt | 1 + | ||
1 file changed, 1 insertion(+) | ||
create mode 100644 git_file_1.txt | ||
|
||
diff --git a/git_file_1.txt b/git_file_1.txt | ||
new file mode 100644 | ||
index 00000000..b242c360 | ||
--- /dev/null | ||
+++ b/git_file_1.txt | ||
@@ -0,0 +1 @@ | ||
+added file | ||
-- | ||
2.43.0 |
19 changes: 19 additions & 0 deletions
19
testing/cpm/cpm_find-patch-command/patches/0002-move-git-sha1-a-second-time.patch
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
From 3588e151030a30661b310a876f7cc450d6ca9201 Mon Sep 17 00:00:00 2001 | ||
From: Robert Maynard <[email protected]> | ||
Date: Wed, 31 Jan 2024 15:01:21 -0500 | ||
Subject: [PATCH 2/2] Move GIT SHA1 a second time | ||
|
||
--- | ||
git_file_2.txt | 1 + | ||
1 file changed, 1 insertion(+) | ||
create mode 100644 git_file_2.txt | ||
|
||
diff --git a/git_file_2.txt b/git_file_2.txt | ||
new file mode 100644 | ||
index 00000000..fa240558 | ||
--- /dev/null | ||
+++ b/git_file_2.txt | ||
@@ -0,0 +1 @@ | ||
+added another file | ||
-- | ||
2.43.0 |