Ignore:
Timestamp:
Nov 9, 2007, 3:32:25 PM (17 years ago)
Author:
garnier
Message:

r627@mac-90108: laurentgarnier | 2007-11-09 07:57:42 +0100
modif dans les includes directives

Location:
trunk/geant4/config/scripts
Files:
4 edited

Legend:

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

    r483 r593  
    3838unsetenv  G4LEDATA
    3939unsetenv  G4LEVELGAMMADATA
    40 unsetenv  NeutronHPCrossSections
     40unsetenv  G4NEUTRONHPDATA
    4141unsetenv  G4RADIOACTIVEDATA
    4242
     
    141141#+
    142142if ( X$g4neutronhpcrosssections != X ) then
    143 setenv NeutronHPCrossSections "$g4neutronhpcrosssections"
    144 echo "On this machine the NeutronHPCrossSections=\$NeutronHPCrossSections"
     143setenv G4NEUTRONHPDATA "$g4neutronhpcrosssections"
     144echo "On this machine the G4NEUTRONHPDATA=\$G4NEUTRONHPDATA"
    145145endif
    146146
  • trunk/geant4/config/scripts/env.sh.SH

    r483 r593  
    3838unset  G4LEDATA
    3939unset  G4LEVELGAMMADATA
    40 unset  NeutronHPCrossSections
     40unset  G4NEUTRONHPDATA
    4141unset  G4RADIOACTIVEDATA
    4242
     
    164164#+
    165165if [ X$g4neutronhpcrosssections != X ] ; then
    166 NeutronHPCrossSections="$g4neutronhpcrosssections"
    167 export NeutronHPCrossSections
    168 if [ X\$g4non_display = X ] ; then
    169 echo "On this machine the NeutronHPCrossSections=\$NeutronHPCrossSections"
     166G4NEUTRONHPDATA="$g4neutronhpcrosssections"
     167export G4NEUTRONHPDATA
     168if [ X\$g4non_display = X ] ; then
     169echo "On this machine the G4NEUTRONHPDATA=\$G4NEUTRONHPDATA"
    170170fi
    171171fi
     
    618618if [ $G4WORKDIR ] ; then
    619619
    620 if [ X$g4non_display = X ] ; then
     620if [ X\$g4non_display = X ] ; then
    621621echo "In your environment you have the G4WORKDIR=$G4WORKDIR"
    622622fi
     
    627627if test "X$G4SYSTEM" = "XWIN32-VC" -o "X$G4SYSTEM" = "XWIN32-VC7"; then
    628628
    629 if [ X$g4non_display = X ] ; then
     629if [ X\$g4non_display = X ] ; then
    630630echo "G4WORKDIR will be set to c:/geant4 (in "native" Windows syntax)"
    631631fi
     
    636636else # if Unix
    637637
    638 if [ X$g4non_display = X ] ; then
     638if [ X\$g4non_display = X ] ; then
    639639echo "G4WORKDIR will be set to HOME/geant4=$HOME/geant4"
    640640fi
     
    657657# Warning about LD_LIBRARY_PATH
    658658#
    659 if [ X$g4non_display = X ] ; then
    660659echo ''
    661660echo 'LD_LIBRARY_PATH is set to include CLHEP and Geant4 libraries. '
     
    667666echo 'present in your system !'
    668667echo ''
    669 fi
    670668
    671669if [ $LD_LIBRARY_PATH ] ; then
  • trunk/geant4/config/scripts/install.sh.SH

    r483 r593  
    3838unset  G4LEDATA
    3939unset  G4LEVELGAMMADATA
    40 unset  NeutronHPCrossSections
     40unset  G4NEUTRONHPDATA
    4141unset  G4RADIOACTIVEDATA
    4242
     
    145145#+
    146146if [ X$g4neutronhpcrosssections != X ] ; then
    147 NeutronHPCrossSections="$g4neutronhpcrosssections"
    148 export NeutronHPCrossSections
    149 echo "On this machine the NeutronHPCrossSections=\$NeutronHPCrossSections"
     147G4NEUTRONHPDATA="$g4neutronhpcrosssections"
     148export G4NEUTRONHPDATA
     149echo "On this machine the G4NEUTRONHPDATA=\$G4NEUTRONHPDATA"
    150150fi
    151151
  • trunk/geant4/config/scripts/move.sh.SH

    r483 r593  
    9090#+
    9191if [ X$g4neutronhpcrosssections != X ] ; then
    92 NeutronHPCrossSections="$g4neutronhpcrosssections"
    93 export NeutronHPCrossSections
    94 echo "On this machine the NeutronHPCrossSections=\$NeutronHPCrossSections"
     92G4NEUTRONHPDATA="$g4neutronhpcrosssections"
     93export G4NEUTRONHPDATA
     94echo "On this machine the G4NEUTRONHPDATA=\$G4NEUTRONHPDATA"
    9595fi
    9696
     
    385385echo ""
    386386mkdir -p $g4final_install/src/geant4/
    387 tar cf - Configure config/ source/ environments/ physics_lists/ examples/ |(cd $g4final_install/src/geant4/; tar xf -)
     387tar cf - Configure config/ source/ environments/ examples/ include/ |(cd $g4final_install/src/geant4/; tar xf -)
    388388fi
    389389fi
     
    399399
    400400mkdir -p $g4final_install/src/geant4/
    401 tar cf - Configure config/ source/ environments/ physics_lists/ examples/ |(cd $g4final_install/src/geant4/; tar xf -)
     401tar cf - Configure config/ source/ environments/ examples/ |(cd $g4final_install/src/geant4/; tar xf -)
    402402fi
    403403
Note: See TracChangeset for help on using the changeset viewer.