Ignore:
Timestamp:
Nov 25, 2009, 5:02:54 PM (15 years ago)
Author:
garnier
Message:

update CVS release candidate geant4.9.3.01

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/config/scripts/env.csh.SH

    r1045 r1195  
    4141unsetenv  G4RADIOACTIVEDATA
    4242unsetenv  G4ABLADATA
     43unsetenv  G4REALSURFACEDATA
    4344
    4445unsetenv  G4LIB
     
    5455unsetenv  G4SYSTEM
    5556
     57unsetenv  G4UI_NONE
    5658unsetenv  G4UI_BUILD_WIN32_SESSION
    5759unsetenv  G4UI_BUILD_XAW_SESSION
     
    6365unsetenv  G4UI_USE_QT
    6466
     67unsetenv  G4VIS_NONE
    6568unsetenv  G4VIS_BUILD_DAWN_DRIVER
    6669unsetenv  G4VIS_BUILD_OIWIN32_DRIVER
     
    156159endif
    157160
    158 
    159 #+
    160 #if ( X$g4elasticdata != X ) then
    161 #setenv G4ELASTICDATA "$g4elasticdata"
    162 #echo "On this machine the G4ELASTICDATA=\$G4ELASTICDATA"
    163 #endif
     161#+
     162if ( X$g4realsurfacedata != X ) then
     163setenv G4REALSURFACEDATA "$g4realsurfacedata"
     164echo "On this machine the G4REALSURFACEDATA=\$G4REALSURFACEDATA"
     165endif
     166
    164167
    165168#
     
    211214#
    212215#+
     216if ( X$g4ui_none == Xy ) then
     217setenv G4UI_NONE 1
     218echo "On this machine G4UI_NONE is set, so no user interfaces are available"
     219endif
     220
     221# Check for Windows!
     222if ( "X\$G4SYSTEM" != "XWIN32-VC" && "X\$G4SYSTEM" != "XWIN32-VC7" ) then
     223if ( X$g4ui_none != Xy ) then
     224setenv G4UI_USE_TCSH 1
     225echo "On this machine the G4UI_USE_TCSH=\$G4UI_USE_TCSH"
     226endif
     227endif
     228
     229#+
    213230if ( X$g4ui_build_xaw_session == Xy ) then
    214231setenv G4UI_BUILD_XAW_SESSION 1
     
    263280# g4vis
    264281#
     282#+
     283if ( X$g4vis_none == Xy ) then
     284setenv G4VIS_NONE 1
     285echo "On this machine G4VIS_NONE is set, so no vis drivers are available"
     286endif
     287
    265288#+
    266289if ( X$g4vis_build_dawn_driver == Xy ) then
     
    520543setenv G4LIB_USE_GRANULAR 1
    521544echo "On this machine the G4LIB_USE_GRANULAR=\$G4LIB_USE_GRANULAR"
    522 endif
    523 
    524 # Check for Windows!
    525 if ( "X\$G4SYSTEM" != "XWIN32-VC" && "X\$G4SYSTEM" != "XWIN32-VC7" ) then
    526 setenv G4UI_USE_TCSH 1
    527 echo "On this machine the G4UI_USE_TCSH=\$G4UI_USE_TCSH"
    528545endif
    529546
Note: See TracChangeset for help on using the changeset viewer.