From baf0463c30ffa5455bb3a3cd8d2ef822429c18a1 Mon Sep 17 00:00:00 2001 From: Mark Harfouche Date: Tue, 31 May 2022 22:11:21 -0400 Subject: [PATCH] remove rpaths --- recipe/meta.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 7fd40e3..abe1ac9 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -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: