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

Simplify conda recipes #484

Merged
merged 1 commit into from
May 23, 2022
Merged
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
Simplify conda recipes
Signed-off-by: Jordan Jacobelli <jjacobelli@nvidia.com>
  • Loading branch information
jjacobelli committed May 23, 2022
commit 8acad0a3164453fc929c6ee2d97d31ce7d1ed662
6 changes: 2 additions & 4 deletions conda/recipes/cusignal/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,13 @@ build:
script_env:
- VERSION_SUFFIX
ignore_run_exports_from:
- nvcc_linux-64 # [linux64]
- nvcc_linux-aarch64 # [aarch64]
- {{ compiler('cuda') }}

requirements:
build:
- {{ compiler('cxx') }}
- {{ compiler('cuda') }} {{ cuda_version }}
- sysroot_linux-64 {{ sysroot_version }} # [linux64]
- sysroot_linux-aarch64 {{ sysroot_version }} # [aarch64]
- sysroot_{{ target_platform }} {{ sysroot_version }}
host:
- python
- setuptools
Expand Down