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