Skip to content

Commit f3aa952

Browse files
committed
Remove the rpaths from the conda build.
1 parent bbafd94 commit f3aa952

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

conda/nd.recipe/meta.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ package:
55
build:
66
number: {{environ.get('TRAVIS_BUILD_NUMBER', 0)}} # [unix]
77
number: {{environ.get('APPVEYOR_BUILD_NUMBER', 0)}} # [win]
8-
rpaths:
9-
- lib # [unix]
10-
- lib/python{{environ.get('PY_VER')}}/site-packages/dynd.nd # [unix]
118
script_env:
129
- CC [linux]
1310
- CXX [linux]

conda/ndt.recipe/meta.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ package:
55
build:
66
number: {{environ.get('TRAVIS_BUILD_NUMBER', 0)}} # [unix]
77
number: {{environ.get('APPVEYOR_BUILD_NUMBER', 0)}} # [win]
8-
rpaths:
9-
- lib # [unix]
10-
- lib/python{{environ.get('PY_VER')}}/site-packages/dynd.ndt # [unix]
118
script_env:
129
- CC [linux]
1310
- CXX [linux]

0 commit comments

Comments
 (0)