Skip to content

Commit

Permalink
thrust: bump to v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Sep 26, 2024
1 parent e36d07d commit e7a0bfe
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
9 changes: 3 additions & 6 deletions recipes/thrust/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
sources:
"2.3.2":
url: "https://github.com/NVIDIA/cccl/archive/refs/tags/v2.3.2.tar.gz"
sha256: "7251733c68a05bcb9671dfb0d37e55a5219843d5ba88370234e28bb3c98d545c"
"2.2.0":
url: "https://github.com/NVIDIA/cccl/archive/refs/tags/v2.2.0.tar.gz"
sha256: "e27678a9d583f9994e591367e864425e722050a9ee1d721b2bd736b442b768d4"
"2.6.1":
url: "https://github.com/NVIDIA/cccl/archive/refs/tags/v2.6.1.tar.gz"
sha256: "993f483a3f8134bd719dc61651c0a0db17ad6007ee22e97f4ac4a3c310834004"
"1.17.2":
url: "https://github.com/thrust/thrust/archive/1.17.2.tar.gz"
sha256: "d021e37f5aac30fd1b9737865399feb57db8e601ae2fc0af3cd41784435e9523"
Expand Down
6 changes: 6 additions & 0 deletions recipes/thrust/all/test_package/test_package.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#ifndef __host__
#define __host__
#endif
#ifndef __device__
#define __device__
#endif
#include "test_package.cuh"

#include <iostream>
Expand Down
4 changes: 1 addition & 3 deletions recipes/thrust/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
versions:
"2.3.2":
folder: all
"2.2.0":
"2.6.1":
folder: all
"1.17.2":
folder: all
Expand Down

0 comments on commit e7a0bfe

Please sign in to comment.