Skip to content

Commit

Permalink
Add build environment for ucxx output
Browse files Browse the repository at this point in the history
  • Loading branch information
gforsyth committed Feb 13, 2025
1 parent e9d4f16 commit 767d5d3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion conda/recipes/ucxx/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,19 @@ outputs:
name: ucxx
version: ${{ version }}
build:
string: cuda${{ cuda_major }}_${{ date_string }}_${{ head_rev }}
string: cuda${{ cuda_major }}_py${{ python | replace(".", "") }}_${{ date_string }}_${{ head_rev }}
script:
- 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 767d5d3

Please sign in to comment.