File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
recipes/recipes_emscripten/xtensor Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1+ diff --git a/include/xtensor/io/xio.hpp b/include/xtensor/io/xio.hpp
2+ index ca9d694a..345edc4d 100644
3+ --- a/include/xtensor/io/xio.hpp
4+ +++ b/include/xtensor/io/xio.hpp
5+ @@ -827,6 +827,6 @@ namespace xt
6+
7+ // Backward compatibility: include xmime.hpp in xio.hpp by default.
8+
9+ - #ifdef __CLING__
10+ + #if defined(__CLING__) || defined(__CLANG_REPL__)
11+ #include "xmime.hpp"
12+ #endif
Original file line number Diff line number Diff line change @@ -9,9 +9,11 @@ package:
99source :
1010 url : https://github.com/xtensor-stack/xtensor/archive/${{ version }}.tar.gz
1111 sha256 : f5f42267d850f781d71097b50567a480a82cd6875a5ec3e6238555e0ef987dc6
12+ patches :
13+ - patches/rich_display.patch
1214
1315build :
14- number : 1
16+ number : 2
1517
1618requirements :
1719 build :
You can’t perform that action at this time.
0 commit comments