Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
ajit283 committed Jan 24, 2025
1 parent 3a45833 commit 78e9b1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ci/build_go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ set -eu

rapids-print-env

export CGO_CFLAGS="-I/usr/local/cuda/include -I/home/ajit/miniforge3/envs/cuvs/include"
export CGO_LDFLAGS="-L/usr/local/cuda/lib64 -L/home/ajit/miniforge3/envs/cuvs/lib -lcudart -lcuvs -lcuvs_c"
export CGO_CFLAGS="-I${CONDA_PREFIX}/include"
export CGO_LDFLAGS="-L${CONDA_PREFIX}/lib -lcudart -lcuvs -lcuvs_c"
export CC=clang

rapids-logger "Downloading artifacts from previous jobs"
Expand Down
7 changes: 2 additions & 5 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,10 @@ files:
go:
output: none
includes:
- clang
- cuda
- cuda_version
- rapids_build
- cuda
- go
py_build_libcuvs:
output: pyproject
Expand Down Expand Up @@ -477,11 +478,7 @@ dependencies:
common:
- output_types: [conda]
packages:
- make
- go
# clang/liblclang only needed for bindgen support
- clang
- libclang
build_wheels:
common:
- output_types: [requirements, pyproject]
Expand Down

0 comments on commit 78e9b1a

Please sign in to comment.