Skip to content

Commit

Permalink
test bundled pyzmq
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Mar 23, 2024
1 parent de40661 commit cba30ac
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions installation/routines/setup_jukebox_core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@ _jukebox_core_build_and_install_pyzmq() {
print_lc " Install pyzmq with libzmq-drafts to support WebSockets"

if ! pip list | grep -F pyzmq >> /dev/null; then
mkdir -p "${JUKEBOX_ZMQ_TMP_DIR}" || exit_on_error
if [ "$BUILD_LIBZMQ_WITH_DRAFTS_ON_DEVICE" = true ] ; then
_jukebox_core_build_libzmq_with_drafts
else
_jukebox_core_download_prebuilt_libzmq_with_drafts
fi

ZMQ_PREFIX="${JUKEBOX_ZMQ_PREFIX}" ZMQ_DRAFT_API=1 \
# mkdir -p "${JUKEBOX_ZMQ_TMP_DIR}" || exit_on_error
# if [ "$BUILD_LIBZMQ_WITH_DRAFTS_ON_DEVICE" = true ] ; then
# _jukebox_core_build_libzmq_with_drafts
# else
# _jukebox_core_download_prebuilt_libzmq_with_drafts
# fi

ZMQ_PREFIX=bundled ZMQ_DRAFT_API=1 \
pip install -v --no-binary pyzmq pyzmq
else
print_lc " Skipping. pyzmq already installed"
Expand Down

0 comments on commit cba30ac

Please sign in to comment.