We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbafd94 commit f3aa952Copy full SHA for f3aa952
2 files changed
conda/nd.recipe/meta.yaml
@@ -5,9 +5,6 @@ package:
5
build:
6
number: {{environ.get('TRAVIS_BUILD_NUMBER', 0)}} # [unix]
7
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]
11
script_env:
12
- CC [linux]
13
- CXX [linux]
conda/ndt.recipe/meta.yaml
- - lib/python{{environ.get('PY_VER')}}/site-packages/dynd.ndt # [unix]
0 commit comments