Skip to content
Snippets Groups Projects
Commit 0a380076 authored by Orgis, Dr. Thomas's avatar Orgis, Dr. Thomas
Browse files

build_lofar.sh: $lofar_prefix/dysco/lib is better

parent 1ce9d8e6
No related branches found
No related tags found
No related merge requests found
......@@ -365,7 +365,6 @@ else
fi >> "$prefix/build.log" 2>&1 || exit 1
begin_pkg dysco
dyscolib=$prefix/lib
if [ ! -e $prefix/.done ]; then
#
# Install Dysco
......@@ -716,7 +715,7 @@ EOT
echo "export PYTHONPATH=\"\$lofar_prefix/$pylib:\$PYTHONPATH\""
case $p in
casacore)
echo "export CASACORE_LDPATH=\"$dyscolib:\$CASACORE_LDPATH\""
echo "export CASACORE_LDPATH=\"\$lofar_prefix/dysco/lib:\$CASACORE_LDPATH\""
;;
esac
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment