File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,19 +23,19 @@ requirements:
23
23
test :
24
24
commands :
25
25
- 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]
28
28
29
29
about :
30
- home : http://quantstack.net/xtensor-python
30
+ home : http://quantstack.net/xtensor
31
31
license : BSD
32
32
license_file : LICENSE
33
33
summary : ' Python bindings for xtensor, the C++ tensor algebra library'
34
34
description : ' Multi dimensional arrays with broadcasting and lazy computing'
35
35
doc_url : http://xtensor.readthedocs.io
36
- dev_url : https://github.com/QuantStack/xtensor
36
+ dev_url : https://github.com/QuantStack/xtensor-python
37
37
38
38
extra :
39
39
recipe-maintainers :
40
40
- SylvainCorlay
41
- - jmabille
41
+ - JohanMabille
You can’t perform that action at this time.
0 commit comments