Skip to content

Commit

Permalink
Fix windows run reqs.
Browse files Browse the repository at this point in the history
This appears to work on my local machine (i renamed cuda12 bin to hide actual dlls)
  • Loading branch information
Robadob committed Oct 31, 2023
1 parent cc38b1c commit c27d9f0
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions swig/conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@ requirements:
run:
- python
- astpretty
- cuda-cudart # [linux]
- cuda-nvrtc # [linux]
#- libcurand # [linux] We don't currently use host curand

- cuda-cudart
- cuda-nvrtc

build:
# Allow certain env vars to be passed through to build.sh. this seems to set warnings...
Expand All @@ -49,8 +47,8 @@ build:
- $RPATH/libcuda.so.1 # [linux] Ignore as this comes from CUDA driver
- $RPATH/libnvrtc.so.12 # [linux] Conda-build can't find this in run reqs cuda-cudart??
- $RPATH/libcudart.so.12 # [linux] Conda-build can't find this in run reqs cuda-nvrtc??
- $RPATH/nvrtc64_120_0.dll # [win64] Ignore as this comes from CUDA driver
- $RPATH/cudart64_12.dll # [win64] Ignore as this comes from CUDA driver
- $RPATH/nvrtc64_120_0.dll # [win64] Conda-build can't find this in run reqs cuda-cudart??
- $RPATH/cudart64_12.dll # [win64] Conda-build can't find this in run reqs cuda-nvrtc??
ignore_run_exports:
- python # [linux] Not clear why conda thinks this isn't used
- astpretty # [linux, win64] Not clear why conda thinks this isn't used
Expand Down

0 comments on commit c27d9f0

Please sign in to comment.