Skip to content

Commit f411e81

Browse files
committed
Try LD_LIBRARY_PATH
1 parent 30dfbe3 commit f411e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/pytorch3d/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ requirements:
2828

2929
build:
3030
string: py{{py}}_{{ environ['CU_VERSION'] }}_pyt{{ environ['PYTORCH_VERSION_NODOT']}}
31-
script: python setup.py install --single-version-externally-managed --record=record.txt # [not win]
31+
script: LD_LIBRARY_PATH=$PREFIX/lib:$BUILD_PREFIX/lib:$LD_LIBRARY_PATH python setup.py install --single-version-externally-managed --record=record.txt # [not win]
3232
script_env:
3333
- CUDA_HOME
3434
- FORCE_CUDA

0 commit comments

Comments
 (0)