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

Thrust v1.15 #17

Merged
merged 2 commits into from
May 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MACOSX_DEPLOYMENT_TARGET:
c_compiler:
- clang
c_compiler_version:
- '12'
- '13'
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -13,7 +13,7 @@ cuda_compiler_version:
cxx_compiler:
- clangxx
cxx_compiler_version:
- '12'
- '13'
macos_machine:
- x86_64-apple-darwin13.4.0
target_platform:
Expand Down
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "1.16.0" %}
{% set sha256 = "93b9553e3ee544e05395022bea67e6d600f8f3eb680950ec7cf73c0f55162487" %}
{% set version = "1.15.0" %}
{% set sha256 = "0eeaf5a77cd7cb143f3443bd96b215ae1c4eacf18a712762e6a5c85213f80cc2" %}

package:
name: thrust
Expand All @@ -10,7 +10,7 @@ source:
sha256: {{ sha256 }}

build:
number: 1
number: 0
skip: true # [(linux or win) and (cuda_compiler_version != "11.2")]
ignore_run_exports_from:
- {{ compiler('cuda') }} # [not osx]
Expand Down