Skip to content

Commit

Permalink
PATH=/usr/local/google/home/martinop/.local/bin:/usr/local/google/hom…
Browse files Browse the repository at this point in the history
…e/martinop/google-cloud-sdk/bin:/usr/local/google/home/martinop/.local/bin:/usr/lib/google-golang/bin:/usr/local/buildtools/java/jdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  • Loading branch information
95-martin-orion committed Dec 21, 2021
1 parent ba997ef commit 2c6d87d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testing_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
CIBW_MANYLINUX_X86_64_IMAGE: "${{ matrix.cibw.manylinux_image }}"
CIBW_BEFORE_ALL_LINUX: "bash build_tools/cuda_install.sh && echo $PATH"
# overwriting PATH is breaking Python - need to add to PATH somehow?
CIBW_ENVIRONMENT_LINUX: PATH=$PATH:/usr/local/cuda-11/bin LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/cuda-11/lib64
# CIBW_ENVIRONMENT_LINUX: PATH=$PATH:/usr/local/cuda-11/bin LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/cuda-11/lib64
CIBW_ENVIRONMENT_LINUX: PATH=$PATH
CIBW_ENVIRONMENT_PASS_LINUX: PATH
CIBW_BEFORE_BUILD_MACOS: "brew install libomp"
# *cuda.so was not built, suspect `which nvcc` is null
Expand Down

0 comments on commit 2c6d87d

Please sign in to comment.