Skip to content
Snippets Groups Projects
Commit 906281a1 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Use menpo from github

parent dd49e9c3
No related branches found
No related tags found
1 merge request!23Move required wheels into from-scratch (closes #30)
......@@ -68,15 +68,16 @@ echo "[>>] Pip-installing extra dependencies in environment ${NAME} for ${PYTHON
source ${BASEDIR}/bin/activate ${NAME}
# Cyvlfeat requires special instructions
cyvlfeat=git+https://github.com/menpo/cyvlfeat@v0.4.5
if [ "$(uname)" == "Linux" ]; then
CFLAGS="-I${CONDA_PREFIX}/include" LDFLAGS="-L${CONDA_PREFIX}/lib -lvl -Wl,-rpath=${CONDA_PREFIX}/lib" pip --no-cache-dir install cyvlfeat
CFLAGS="-I${CONDA_PREFIX}/include" LDFLAGS="-L${CONDA_PREFIX}/lib -lvl -Wl,-rpath=${CONDA_PREFIX}/lib" pip --no-cache-dir install ${cyvlfeat}
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 install cylvfeat
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 install ${cylvfeat}
fi
pip --no-cache-dir install \
menpo==0.7.5 \
menpofit \
git+https://github.com/menpo/menpo@v0.7.5 \
git+https://github.com/menpo/menpofit@v0.4.1 \
schema \
pyedflib \
mne
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment