We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29f7d9e commit aa57f91Copy full SHA for aa57f91
docs/source/conf.py
@@ -32,7 +32,7 @@
32
-DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON \\
33
-DXEUS_CPP_RESOURCE_DIR={XEUS_CPP_ROOT}/lib/clang/$LLVM_VERSION \\
34
-DSYSROOT_PATH=$SYSROOT_PATH \\
35
- {XEUS_CPP_ROOT}/xeus-cpp/;
+ {XEUS_CPP_ROOT};
36
emmake make -j $(nproc --all) install;
37
cd {XEUS_CPP_ROOT};
38
micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server jupyterlite-xeus -c conda-forge -y;
0 commit comments