(file) Return to configure CVS log (file) (dir) Up to [Development] / JSOC

Diff for /JSOC/configure between version 1.73 and 1.74

version 1.73, 2013/11/15 17:05:49 version 1.74, 2013/11/15 21:45:34
Line 5  set PERLBIN = ""
Line 5  set PERLBIN = ""
 set PYBIN = "" set PYBIN = ""
  
 if ($PERLBIN == "") then if ($PERLBIN == "") then
     if (-e configsdp.txt) then      if (-x /home/jsoc/bin/linux_x86_64/activeperl) then
         # at stanford, use  
         set PERLBIN = "/home/jsoc/bin/linux_x86_64/activeperl"         set PERLBIN = "/home/jsoc/bin/linux_x86_64/activeperl"
         set PYBIN = "/home/jsoc/bin/linux_x86_64/activepython"  
     else     else
         set PERLBIN = "perl"         set PERLBIN = "perl"
       endif
   endif
   
   if ($PYBIN == "") then
       if (-x /home/jsoc/bin/linux_x86_64/activepython) then
           set PYBIN = "/home/jsoc/bin/linux_x86_64/activepython"
       else
         set PYBIN = "python"         set PYBIN = "python"
     endif     endif
 endif endif


Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74

Karen Tian
Powered by
ViewCVS 0.9.4