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.sh.SH

    r1045 r1195  
    4141unset  G4RADIOACTIVEDATA
    4242unset  G4ABLADATA
     43unset  G4REALSURFACEDATA
    4344
    4445unset  G4LIB
     
    5455unset  G4SYSTEM
    5556
     57unset  G4UI_NONE
    5658unset  G4UI_BUILD_WIN32_SESSION
    5759unset  G4UI_BUILD_XAW_SESSION
     
    6365unset  G4UI_USE_QT
    6466
     67
     68unset  G4VIS_NONE
    6569unset  G4VIS_BUILD_DAWN_DRIVER
    6670unset  G4VIS_BUILD_OIWIN32_DRIVER
     
    185189fi
    186190
    187 
    188 
    189 
    190 #+
    191 #if [ X$g4elasticdata != X ] ; then
    192 #G4ELASTICDATA="$g4elasticdata"
    193 #export G4ELASTICDATA
    194 #if [ X\$g4non_display = X ] ; then
    195 #echo "On this machine the G4ELASTICDATA=\$G4ELASTICDATA"
    196 #fi
    197 #fi
     191#+
     192if [ X$g4realsurfacedata != X ] ; then
     193G4REALSURFACEDATA="$g4realsurfacedata"
     194export G4REALSURFACEDATA
     195if [ X\$g4non_display = X ] ; then
     196echo "On this machine the G4REALSURFACEDATA=\$G4REALSURFACEDATA"
     197fi
     198fi
    198199
    199200#
     
    263264#
    264265#+
     266if [ X$g4ui_none = Xy ] ; then
     267G4UI_NONE=1
     268export G4UI_NONE
     269if [ X\$g4non_display = X ] ; then
     270echo "On this machine, G4UI_NONE is set, so no user interfaces are available"
     271fi
     272fi
     273
     274
     275# Check for Windows!
     276if test "X\$G4SYSTEM" != "XWIN32-VC" -a "X\$G4SYSTEM" != "XWIN32-VC7"; then
     277#+
     278#
     279# UI_USE_TCSH for Unix
     280#
     281if [ X$g4ui_none != Xy ] ; then
     282G4UI_USE_TCSH=1
     283export G4UI_USE_TCSH
     284if [ X\$g4non_display = X ] ; then
     285echo "On this machine the G4UI_USE_TCSH=\$G4UI_USE_TCSH"
     286fi
     287fi
     288fi
     289
     290
     291#+
    265292if [ X$g4ui_build_xaw_session = Xy ] ; then
    266293G4UI_BUILD_XAW_SESSION=1
     
    340367# g4vis
    341368#
     369#+
     370if [ X$g4vis_none = Xy ] ; then
     371G4VIS_NONE=1
     372export G4VIS_NONE
     373if [ X\$g4non_display = X ] ; then
     374echo "On this machine G4VIS_NONE is set, so no vis drivers are available"
     375fi
     376fi
     377
    342378#+
    343379if [ X$g4vis_build_dawn_driver = Xy ] ; then
     
    715751fi
    716752
    717 # Check for Windows!
    718 if test "X\$G4SYSTEM" != "XWIN32-VC" -a "X\$G4SYSTEM" != "XWIN32-VC7"; then
    719 #+
    720 #
    721 # UI_USE_TCSH for Unix
    722 #
    723 G4UI_USE_TCSH=1
    724 export G4UI_USE_TCSH
    725 if [ X\$g4non_display = X ] ; then
    726 echo "On this machine the G4UI_USE_TCSH=\$G4UI_USE_TCSH"
    727 fi
    728 fi
    729753
    730754#####################################################################
Note: See TracChangeset for help on using the changeset viewer.