Skip to content
Snippets Groups Projects
Commit 82490cc4 authored by Johannes Schumann's avatar Johannes Schumann
Browse files

Add LD_LIBRARY_PATH for singularity build from docker

parent 6a0ff81b
No related branches found
No related tags found
1 merge request!1Merge python environment
Pipeline #13569 failed
......@@ -33,6 +33,8 @@ if not is_singularity_version_greater(
GIBUU_SHELL = """
#!/bin/bash
export LD_LIBRARY_PATH=/usr/local/lib
if [ -z "$CONTAINER_GIBUU_EXEC+x" ];
then
echo "No GIBUU executable provided via CONTAINER_GIBUU_EXEC";
......
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