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

Add cuda-cccl constraints. #23

Merged
merged 2 commits into from
Apr 5, 2023
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
8 changes: 4 additions & 4 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

75 changes: 26 additions & 49 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .ci_support/win_64_cuda_compiler_version11.2.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
c_compiler:
- vs2017
- vs2019
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -9,6 +9,6 @@ cuda_compiler:
cuda_compiler_version:
- '11.2'
cxx_compiler:
- vs2017
- vs2019
target_platform:
- win-64
5 changes: 3 additions & 2 deletions .circleci/config.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 22 additions & 8 deletions LICENSE.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 13 additions & 6 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: {{ sha256 }}

build:
number: 1
number: 2
skip: true # [(cuda_compiler_version != "11.2")]
ignore_run_exports_from:
- {{ compiler('cuda') }}
Expand All @@ -24,6 +24,9 @@ requirements:
- make
run_constrained:
- thrust {{ version }}.*
- cuda-cccl <0.0.0a0
- cuda-cccl-impl <0.0.0a0
- cuda-cccl_{{ target_platform }} <0.0.0a0

test:
commands:
Expand Down