source: trunk/environments/g4py/tools/g4autobuild/g4auto.cfg @ 1337

Last change on this file since 1337 was 1337, checked in by garnier, 14 years ago

tag geant4.9.4 beta 1 + modifs locales

File size: 878 bytes
Line 
1# ======================================================================
2#   Geant4 Autobuild Configuration
3#
4#   A sample configuration
5# ======================================================================
6
7#
8# G4SYS
9#
10G4SYS Linux-g++
11
12#
13# Base directory of Geant4 builds
14#
15G4BASE /opt/heplib/Geant4
16
17#
18# Base directory of CLHEP
19#
20CLHEPBASE /opt/heplib/CLHEP
21
22#
23# Base directory of XERCES-C
24#
25#XERCESCROOT /opt/local
26
27#
28# G4 version and CLHEP version (starting with "-")
29#
30# G4 version          CLHEP version
31- geant4.9.1          2.0.3.2
32
33#
34# Visualization Options (starting with "v")
35# G4VIS_BUILD_XXX_DRIVER and G4VIS_USE_XXX are activated.
36#
37v DAWN
38v VRML
39v RAYTRACERX
40v OPENGLX
41
42#
43# UI Options (starting with "u")
44# G4UI_USE_XXX is activated.
45#
46u TCSH
47u GAG
48
49#
50# Optional packages (starting with "o")
51# G4LIB_BUILD_XXX_DRIVER and G4LIB_USE_XXX are activated.
52#
53o GDML
54
Note: See TracBrowser for help on using the repository browser.