Skip to content

Commit

Permalink
remove duplicate build env
Browse files Browse the repository at this point in the history
  • Loading branch information
gforsyth committed Feb 18, 2025
1 parent 0a50296 commit 2a6940c
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions conda/recipes/ucxx/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,6 @@ outputs:
string: cuda${{ cuda_major }}_${{ date_string }}_${{ head_rev }}
script: install_libucxx.sh
requirements:
build:
- cmake ${{ cmake_version }}
- ninja
- ${{ compiler("c") }}
- ${{ compiler("cxx") }}
- ${{ compiler("cuda") }}
- cuda-version =${{ cuda_version }}
- ${{ stdlib("c") }}
host:
- ucx
- cuda-version =${{ cuda_version }}
Expand Down Expand Up @@ -148,14 +140,6 @@ outputs:
string: cuda${{ cuda_major }}_${{ date_string }}_${{ head_rev }}
script: cmake --install cpp/build --component testing
requirements:
build:
- cmake ${{ cmake_version }}
- ninja
- ${{ compiler("c") }}
- ${{ compiler("cxx") }}
- ${{ compiler("cuda") }}
- cuda-version =${{ cuda_version }}
- ${{ stdlib("c") }}
host:
- cuda-version =${{ cuda_version }}
run:
Expand Down Expand Up @@ -183,14 +167,6 @@ outputs:
- cmake --install cpp/python/build
- ./build.sh ucxx --cmake-args="\"-DFIND_UCXX_PYTHON=ON -Ducxx-python_DIR=$(realpath ./cpp/python/build)\""
requirements:
build:
- cmake ${{ cmake_version }}
- ninja
- ${{ compiler("c") }}
- ${{ compiler("cxx") }}
- ${{ compiler("cuda") }}
- cuda-version =${{ cuda_version }}
- ${{ stdlib("c") }}
host:
- python
- pip
Expand Down

0 comments on commit 2a6940c

Please sign in to comment.