Skip to content

Commit

Permalink
remove rpaths
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk authored Jun 1, 2022
1 parent 2a1bd30 commit baf0463
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ build:
string: cuda{{ cuda_compiler_version | replace('.', '') }}py{{ CONDA_PY }}h{{ PKG_HASH }}_{{ PKG_BUILDNUM }} # [cuda_compiler_version != "None"]
string: cpu_py{{ CONDA_PY }}h{{ PKG_HASH }}_{{ PKG_BUILDNUM }} # [cuda_compiler_version == "None"]
skip: true # [win or (linux and cuda_compiler_version in (undefined, 'None', '10.2'))]
rpaths:
- lib/
- {{ SP_DIR }}/torch/lib
missing_dso_whitelist:
- '*/libcuda.*' # [linux64 or ppc64le]
#rpaths:
# - lib/
# - {{ SP_DIR }}/torch/lib
# missing_dso_whitelist:
# - '*/libcuda.*' # [linux64 or ppc64le]

requirements:
build:
Expand Down

0 comments on commit baf0463

Please sign in to comment.