Skip to content

Commit

Permalink
rapids_cpm_thrust: Correctly find version 1.15.0 (#181)
Browse files Browse the repository at this point in the history
Since Thrust 1.15.0 reports it self as `1.15.0.0` we need to also search with the patch version added.

Starting in Thrust 1.16, the tweak version can be dropped.

Corrects issue in #180 where git_tag was computed wrong.

Authors:
  - Robert Maynard (https://github.com/robertmaynard)

Approvers:
  - Paul Taylor (https://github.com/trxcllnt)

URL: #181
  • Loading branch information
robertmaynard authored Apr 14, 2022
1 parent 2578b5a commit fdf05f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rapids-cmake/cpm/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"Thrust" : {
"version" : "1.15.0.0",
"git_url" : "https://github.com/NVIDIA/thrust.git",
"git_tag" : "${version}"
"git_tag" : "1.15.0"
},
"libcudacxx" : {
"version" : "1.7.0",
Expand Down

0 comments on commit fdf05f9

Please sign in to comment.