File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -48,12 +48,11 @@ jobs:
4848 echo "PREFIX=$PREFIX" >> $GITHUB_ENV
4949
5050 emcmake cmake . \
51+ -DCMAKE_PREFIX_PATH=$PREFIX \
52+ -DCMAKE_INSTALL_PREFIX=$PREFIX \
5153 -DCMAKE_BUILD_TYPE=Release \
52- -DCMAKE_PREFIX_PATH="$PREFIX" \
53- -DCMAKE_SYSTEM_PREFIX_PATH="$PREFIX" \
54- -DCMAKE_INSTALL_PREFIX="$PREFIX" \
55- -DCMAKE_FIND_ROOT_PATH="$PREFIX" \
56- -DCMAKE_POSITION_INDEPENDENT_CODE=ON \
54+ -DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON \
55+ -DXPYT_EMSCRIPTEN_WASM_BUILD=ON \
5756 -DCMAKE_VERBOSE_MAKEFILE=ON
5857
5958 emmake make -j${{ env.ncpus }} install
6362 run : |
6463 jupyter lite build \
6564 --XeusAddon.prefix=${{ env.PREFIX }} \
66- --XeusAddon.mounts=$PREFIX/share/xeus-python:/share/xeus-python \
6765 --contents notebooks/xeus-python.ipynb \
6866 --output-dir dist
6967
You can’t perform that action at this time.
0 commit comments