Skip to content

Commit 804c6da

Browse files
authored
Merge pull request #18 from raimis/fix_rpath
Fix rpaths
2 parents 9a1fd71 + 61dc6e2 commit 804c6da

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.circleci/config.yml

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

recipe/meta.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@ source:
1313
sha256: 06a0f567c1b82746841424d63627e311d93cba4ab0e121f7d9d64701e753467a
1414

1515
build:
16-
number: 0
16+
number: 1
1717
string: cuda{{ cuda_compiler_version | replace('.', '') }}py{{ CONDA_PY }}h{{ PKG_HASH }}_{{ PKG_BUILDNUM }} # [cuda_compiler_version != "None"]
1818
string: cpu_py{{ CONDA_PY }}h{{ PKG_HASH }}_{{ PKG_BUILDNUM }} # [cuda_compiler_version == "None"]
1919
skip: true # [win or (linux and cuda_compiler_version in (undefined, 'None', '10.2'))]
20+
rpaths:
21+
- lib/
22+
- {{ SP_DIR }}/torch/lib
2023

2124
requirements:
2225
build:

0 commit comments

Comments
 (0)