Skip to content
Snippets Groups Projects
Commit 1d552f1e authored by Oriol Tintó's avatar Oriol Tintó
Browse files

Fix LD_LIBRARY_PATH

parent 192e754b
No related branches found
No related tags found
No related merge requests found
Pipeline #19121 canceled
......@@ -71,6 +71,6 @@ if [ ! -f "${definitions_tar_file}" ]; then
echo "export ECCODES_DEFINITION_PATH=${WORKDIR}/definitions.edzw-${eccodes_version}-1" >eccodes_defs.env
ECCODES_PATH=$( spack find -p eccodes%${COMPILER} | grep -i $USER | cut -d" " -f 3 )
echo "export LD_LIBRARY_PATH=${ECCODES_PATH}:\${LD_LIBRARY_PATH}" >> eccodes_defs.env
echo "export LD_LIBRARY_PATH=${ECCODES_PATH}/lib:\${LD_LIBRARY_PATH}" >> eccodes_defs.env
fi
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