Skip to content

Commit ef73cc6

Browse files
committed
Fix conda recipe
1 parent 88107c6 commit ef73cc6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

conda.recipe/meta.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@ requirements:
2323
test:
2424
commands:
2525
- test -d ${PREFIX}/include/xtensor-python # [unix]
26-
- test -f ${PREFIX}/include/xtensor-python/pytensor.hpp # [unix]
27-
- if exist %LIBRARY_INC%\xtensor-python\pytensor.hpp (exit 0) else (exit 1) # [win]
26+
- test -f ${PREFIX}/include/xtensor-python/pyarray.hpp # [unix]
27+
- if exist %PREFIX%\include\xtensor-python\pyarray.hpp (exit 0) else (exit 1) # [win]
2828

2929
about:
30-
home: http://quantstack.net/xtensor-python
30+
home: http://quantstack.net/xtensor
3131
license: BSD
3232
license_file: LICENSE
3333
summary: 'Python bindings for xtensor, the C++ tensor algebra library'
3434
description: 'Multi dimensional arrays with broadcasting and lazy computing'
3535
doc_url: http://xtensor.readthedocs.io
36-
dev_url: https://github.com/QuantStack/xtensor
36+
dev_url: https://github.com/QuantStack/xtensor-python
3737

3838
extra:
3939
recipe-maintainers:
4040
- SylvainCorlay
41-
- jmabille
41+
- JohanMabille

0 commit comments

Comments
 (0)