master
/ miniconda3 / pkgs / pyzmq-25.1.0-py310h6a678d5_0 / info / recipe / build.sh

build.sh @a663dc1 raw · history · blame

#!/bin/bash

if [ "$(uname)" == "Darwin" ]; then
    # We disable zmq version checking which fails under certain compile conditions.
    # The tests after building are assertion enough that we have built correctly.
    echo "[global]" > setup.cfg
    echo "skip_check_zmq = True" >> setup.cfg
fi

export ZMQ_PREFIX=$PREFIX

"${PYTHON}" -m pip install --no-deps --no-build-isolation .