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

Diff for /JSOC/configure between version 1.85 and 1.86

version 1.85, 2016/08/18 23:28:29 version 1.86, 2020/02/04 20:57:26
Line 2 
Line 2 
  
 # The system configuration for configure script # The system configuration for configure script
 set PERLBIN = "" set PERLBIN = ""
 set PYBIN = ""  set PYBIN = "python3"
  
 if ($PERLBIN == "") then if ($PERLBIN == "") then
     if (-x /home/jsoc/bin/linux_x86_64/activeperl) then     if (-x /home/jsoc/bin/linux_x86_64/activeperl) then
Line 16  if ($PYBIN == "") then
Line 16  if ($PYBIN == "") then
     if (-x /home/jsoc/bin/linux_x86_64/activepython) then     if (-x /home/jsoc/bin/linux_x86_64/activepython) then
         set PYBIN = "/home/jsoc/bin/linux_x86_64/activepython"         set PYBIN = "/home/jsoc/bin/linux_x86_64/activepython"
     else     else
         set PYBIN = "python"          set PYBIN = "python3"
     endif     endif
 endif endif
  


Legend:
Removed from v.1.85  
changed lines
  Added in v.1.86

Karen Tian
Powered by
ViewCVS 0.9.4