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

Set LD_LIBRARY_PATH

parent a2420dc0
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ fi
# zc.recipe.egg needs some special installation instructions
if [ "${CI_PROJECT_NAME}" == "bob.buildout" ]; then
run_cmd ${use_pip} install --no-binary ":all:" zc.recipe.egg
run_cmd ${use_pip} install --upgrade --no-binary ":all:" zc.recipe.egg
fi
run_cmd ${use_pip} install --use-wheel --no-index --pre dist/*.whl
run_cmd ${use_pip} install --upgrade --use-wheel --no-index --pre dist/*.whl
......@@ -156,6 +156,7 @@ fi
PYVER=py$(echo ${PYTHON_VERSION} | tr -d '.')
BOB_PREFIX_PATH=${CONDA_FOLDER}/envs/bob-devel-${PYVER}
LD_LIBRARY_PATH=${BOB_PREFIX_PATH}/lib
BOB_DOCUMENTATION_SERVER="${DOCSERVER}/software/bob/docs/latest/bob/%s/master/"
if [ -z "${PYPISERVER}" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment