@@ -10,21 +10,6 @@ RUN mkdir -p /install/lib
1010# make install dir
1111RUN mkdir install
1212
13- ##################################################################
14- # xtl
15- ##################################################################
16- 
17- RUN mkdir -p /deps/xtl/build && \
18-     git clone --branch 0.7.2 https://github.com/xtensor-stack/xtl.git  /deps/xtl/src
19- #RUN cd  /deps/xtl/src && git checkout tags/0.7.2
20- 
21- RUN cd /deps/xtl/build && \
22-     emcmake cmake ../src/   -DCMAKE_INSTALL_PREFIX=/install
23- 
24- RUN cd /deps/xtl/build && \
25-     emmake make -j8 install
26- 
27- 
2813##################################################################
2914# nloman json
3015##################################################################
@@ -42,15 +27,14 @@ RUN cd /deps/nlohmannjson/build && \
4227##################################################################
4328
4429RUN mkdir -p /deps/xeus/build
45- RUN git clone --branch 4 .0.1  https://github.com/jupyter-xeus/xeus.git /deps/xeus/src
30+ RUN git clone --branch 5 .0.0  https://github.com/jupyter-xeus/xeus.git /deps/xeus/src
4631
4732#COPY xeus /deps/xeus/src
4833
4934RUN cd /deps/xeus/build && \
5035    emcmake cmake ../src  \
5136        -DCMAKE_INSTALL_PREFIX=/install \
5237        -Dnlohmann_json_DIR=/install/share/cmake/nlohmann_json \
53-         -Dxtl_DIR=/install/share/cmake/xtl \
5438        -DXEUS_EMSCRIPTEN_WASM_BUILD=ON
5539
5640RUN cd /deps/xeus/build && \
@@ -69,7 +53,6 @@ RUN mkdir -p /xeus-build && cd /xeus-build && \
6953    emcmake cmake  .. \
7054        -DCMAKE_INSTALL_PREFIX=/install \
7155        -Dnlohmann_json_DIR=/install/share/cmake/nlohmann_json \
72-         -Dxtl_DIR=/install/share/cmake/xtl \
7356        -Dxeus_DIR=/install/lib/cmake/xeus \
7457        -DXEUS_LITE_BUILD_BROWSER_TEST_KERNEL=ON \
7558        -DXEUS_LITE_BUILD_NODE_TESTS=ON
0 commit comments