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:
2323test :
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
2929about :
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
3838extra :
3939 recipe-maintainers :
4040 - SylvainCorlay
41- - jmabille
41+ - JohanMabille
You can’t perform that action at this time.
0 commit comments