Ticket #3642: trac_3642.patch

File trac_3642.patch, 0.9 kB (added by mabshoff, 5 months ago)
  • a/sage-env

    old new  
    148148fi 
    149149 
    150150LD_LIBRARY_PATH="$SAGE_ROOT/local/lib/:$LD_LIBRARY_PATH" && export LD_LIBRARY_PATH 
    151 # This following is needed for openmpi: 
     151# The following is needed for openmpi: 
    152152LD_LIBRARY_PATH="$SAGE_ROOT/local/lib/openmpi:$LD_LIBRARY_PATH" && export LD_LIBRARY_PATH 
     153# The following is needed for R (in case the Sage install is moved): 
     154LD_LIBRARY_PATH="$SAGE_ROOT/local/lib/R/lib:$LD_LIBRARY_PATH" && export LD_LIBRARY_PATH   
    153155# The following is needed for OS X (especially for the 
    154156# Singular install). 
    155157if [ `uname` = "Darwin" ]; then