Attachment 'release-versions.py'
Download 1 ###########################################
2 #
3 # iLCSoft versions for release v01-17-09
4 #
5 # DESY ilcsoft team
6 ###########################################
7
8
9 # --------- ilcsoft release version ------------------------------------------
10 ilcsoft_release='v01-17-09'
11 # ----------------------------------------------------------------------------
12
13 # --------- install dir ------------------------------------------------------
14 ilcsoft_install_prefix = "/home/calice/Programs/ilcinstall-v01-17-09/v01-17-09"
15 # ----------------------------------------------------------------------------
16
17 # --------- ilcsoft home -----------------------------------------------------
18 # python variable for referring the ILC Home directory
19 # used to link or use already installed packages (SL4 or SL5)
20 # no need to set this variable if using SL4 or SL5 with access to /afs/desy.de/
21 ilcPath = ilcsoft_install_prefix
22 # ----------------------------------------------------------------------------
23
24 #-----------------------
25 # optionally build with c++11 ?
26 use_cpp11 = True
27
28 #===============================================================================
29 # NB: c++11 - needs a newer compiler and compatible python, e.g. run
30 '''
31 source /afs/cern.ch/sw/lcg/external/gcc/4.8.1/x86_64-slc6-gcc48-opt/setup.sh
32 export PATH=/afs/cern.ch/sw/lcg/external/Python/2.7.4/x86_64-slc6-gcc48-opt/bin/:$PATH
33 export LD_LIBRARY_PATH=/afs/cern.ch/sw/lcg/external/Python/2.7.4/x86_64-slc6-gcc48-opt/lib/:$LD_LIBRARY_PATH
34 # or on cvmfs:
35 # source /cvmfs/sft.cern.ch/lcg/external/gcc/4.8.1/x86_64-slc6-gcc48-opt/setup.sh
36 # export PATH=/cvmfs/sft.cern.ch/lcg/external/Python/2.7.4/x86_64-slc6-gcc48-opt/bin/:$PATH
37 # export LD_LIBRARY_PATH=/cvmfs/sft.cern.ch/lcg/external/Python/2.7.4/x86_64-slc6-gcc48-opt/lib/:$LD_LIBRARY_PATH
38 '''
39 # before starting the installation
40 #================================================================================
41
42
43 # ======================= PACKAGES WITH NO INSTALL SUPPORT ===================
44
45 # these packages need to be pre-installed for your system
46 # please adjust the path variables accordingly
47
48 # ----- mysql --------------------------------------------------------
49 MySQL_version = "5.5.49"
50 MySQL_path = "/usr"
51 #../../../../usr"
52
53 #if( ilcsoft_afs_path[ arch ] == '/afs/desy.de/project/ilcsoft/sw/x86_64_gcc46_ub1204' ):
54 # MySQL_path = "/usr"
55
56
57 #------ boost headers files ------------------------------------------
58 Boost_path = "/home/calice/Programs/Boost1.58/boost_1_58_0"
59
60
61 # ----- CERNLIB ------------------------------------------------------
62 #CERNLIB_version = "2006"
63 #CERNLIB_path = "/usr/bin/cernlib/"
64 #/afs/desy.de/project/ilcsoft/sw/x86_64_gcc44_sl6/cernlib/" + CERNLIB_version
65
66
67
68 # ----------------------------------------------------------------------------
69
70 Fortran_lib_path = ""
71 # ----- when using gcc48 we need to give a hint where to find the libary:
72 #if( use_cpp11 ):
73 # Fortran_lib_path = "/afs/cern.ch/sw/lcg/contrib/gcc/4.8.1/x86_64-slc6-gcc48-opt/lib64"
74
75
76 ##########################################################################################
77 #
78 # end of user configuration section
79 # only make changes below if you know what you are doing ...
80 #
81 ##########################################################################################
82
83
84
85 #=============================================================================
86 # CXX_FLAGS for c++ compiler:
87 #
88 CMAKE_CXX_FLAGS = '-Wall'
89
90 if( use_cpp11 ):
91 CMAKE_CXX_FLAGS = '-Wall -std=c++11'
92
93 # ----------------------------------------------------------------------------
94
95
96 # ======================= PACKAGE VERSIONS ===================================
97
98 Geant4_version = "10.01"
99
100 ROOT_version = "5.34.30"
101
102 CLHEP_version = "2.1.4.2"
103
104 GSL_version = "1.16"
105
106 QT_version = "4.7.1"
107
108
109 CMake_version = "2.8.12"
110
111
112 # -------------------------------------------
113
114 LCIO_version = "HEAD"
115
116 GEAR_version = "HEAD"
117
118 CED_version = "v01-09-02"
119
120 CondDBMySQL_version = "CondDBMySQL_ILC-0-9-6"
121
122 ILCUTIL_version = "v01-02-01"
123
124 FastJet_version = "3.1.2"
125
126 FastJetClustering_version = "v00-02"
127
128 MarlinFastJet_version = "v00-02"
129
130 # -------------------------------------------
131
132 DD4hep_version = "v00-15"
133 DD4hepExamples_version = "v00-15"
134
135 lcgeo_version = "v00-07"
136
137 # -------------------------------------------
138
139 KalTest_version = "HEAD"
140
141 KalDet_version = "HEAD"
142
143 aidaTT_version = "v00-03"
144
145 DDKalTest_version = "v00-03"
146
147 MarlinTrk_version = "v02-01"
148
149 MarlinTrkProcessors_version = "v02-02"
150
151 Clupatra_version = "v00-13"
152
153 KiTrack_version = "HEAD"
154
155 KiTrackMarlin_version = "v01-08"
156
157 ForwardTracking_version = "v01-09"
158
159 # -------------------------------------------
160
161 GBL_version = "V01-16-04"
162
163 LCCD_version = "HEAD"
164
165 RAIDA_version = "HEAD"
166
167 MarlinUtil_version = "v01-11"
168
169 Marlin_version = "v01-08"
170
171 MarlinDD4hep_version = "v00-01"
172
173 DDMarlinPandora_version = "v00-03"
174
175 Mokka_version = "mokka-08-05-01"
176
177 MarlinReco_version = "v01-14"
178
179 FCalClusterer_version = "v00-02"
180
181 ILDPerformance_version = "v00-02"
182
183 LCFIVertex_version = "v00-07-01"
184
185 LCFIPlus_version = "v00-07"
186
187
188 MarlinKinfit_version = "v00-02"
189 MarlinKinfitProcessors_version = "v00-01"
190
191 PandoraPFANew_version = "v02-05-00"
192 MarlinPandora_version = "v02-02-00"
193 PandoraAnalysis_version = "v01-02-00"
194
195 CEDViewer_version = "v01-11"
196
197 Overlay_version = "v00-14"
198
199 PathFinder_version = "v00-06"
200
201 MarlinTPC_version = "v01-01"
202
203 LCTuple_version = "v01-05"
204
205 BBQ_version = "v00-01-02"
206
207 Druid_version = "2.2" # "1.8"
208
209 Garlic_version = "v3.0.3"
210
211 Physsim_version = "v00-02"
212
213
214 # xerces-c (needed by geant4 for building gdml support - required by mokka)
215
216 XercesC_version = "3.1.3"
217 XERCESC_ROOT_DIR = ilcPath + "/xercesc/"+ XercesC_version
218
219 #--- slic et al:
220
221 HepPDT_version = "3.04.01"
222
223 # versions tagged by J.Strube for this release
224 GDML_version = "ilcsoft-v01-17-07"
225 LCDD_version = "ilcsoft-v01-17-07"
226 SLIC_version = "ilcsoft-v01-17-07"
227
228 SlicPandora_version = "ilcsoft-v01-17-07"
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.