We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a09c4ad commit ba997efCopy full SHA for ba997ef
.github/workflows/testing_wheels.yml
@@ -44,8 +44,7 @@ jobs:
44
CIBW_MANYLINUX_X86_64_IMAGE: "${{ matrix.cibw.manylinux_image }}"
45
CIBW_BEFORE_ALL_LINUX: "bash build_tools/cuda_install.sh && echo $PATH"
46
# overwriting PATH is breaking Python - need to add to PATH somehow?
47
- # CIBW_ENVIRONMENT_LINUX: PATH=/usr/local/cuda-11/bin:$PATH LD_LIBRARY_PATH=/usr/local/cuda-11/lib64:$LD_LIBRARY_PATH
48
- # TEST: pass in PATH without changing it
+ CIBW_ENVIRONMENT_LINUX: PATH=$PATH:/usr/local/cuda-11/bin LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/cuda-11/lib64
49
CIBW_ENVIRONMENT_PASS_LINUX: PATH
50
CIBW_BEFORE_BUILD_MACOS: "brew install libomp"
51
# *cuda.so was not built, suspect `which nvcc` is null
0 commit comments