You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to build xeus-python on MacOSX as an executable, statically linking to its dependencies. I have obtained the dependencies via micromamba. Looking at the documentation, it looks like all I should have to do is turn off two flags when running cmake:
Hi, I am trying to build xeus-python on MacOSX as an executable, statically linking to its dependencies. I have obtained the dependencies via micromamba. Looking at the documentation, it looks like all I should have to do is turn off two flags when running cmake:
XPYT_USE_SHARED_XEUS
XPYT_USE_SHARED_XEUS_PYTHON
However, having run the following command:
cmake .. -D CMAKE_PREFIX_PATH=$CONDA_PREFIX -DXPYT_USE_SHARED_XEUS=OFF -DXPYT_USE_SHARED_XEUS_PYTHON=OFF
and then trying to build the output, I get the following error:
I'm surprised to see what appears to be a dynamic cppzmq library being referenced in the build. Any ideas where I might be going wrong?
The text was updated successfully, but these errors were encountered: