From 4b6cbd36fbab7fcf643642c30edfa8800f736361 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Thu, 22 Sep 2016 16:37:33 +0200 Subject: [PATCH] Add zc.recipe.egg --- install/extra-wheels.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/extra-wheels.sh b/install/extra-wheels.sh index e101d11..86d3d00 100755 --- a/install/extra-wheels.sh +++ b/install/extra-wheels.sh @@ -26,3 +26,4 @@ else CFLAGS="-I${CONDA_PREFIX}/include -mmacosx-version-min=10.9" LDFLAGS="-L${CONDA_PREFIX}/lib -lvl -Wl,-headerpad_max_install_names" pip --no-cache-dir wheel --no-deps ${CYVLFEAT} fi pip --no-cache-dir wheel --no-deps ${MENPO} +pip --no-cache-dir wheel --no-deps zc.recipe.egg -- GitLab