source: JEM-EUSO/esaf_lal/trunk/esaf/history @ 125

Last change on this file since 125 was 125, checked in by moretto, 11 years ago

addition of the history of v1_r0

File size: 1.8 KB
Line 
122 Avril 2013 : C. Moretto :
2- packages/config.gmk : SHEX := so
3- doc/loadlibs.C : prefix shared librairies in the same way than in the
4  config.gmk
5
618 Avril 2013 : G.Barrand :
7- config.gmk : Darwin : build dylib with -flat_namespace.
8  #NOTE : with -twolevel_namespace, sharing COMMON between FORTRAN and C
9  #       will not work if using shared lib. Or you build the whole program
10  #       by using archive libs (.a), or you build shared lib with
11  #       -flat_namespace. (There is COMMON to share between lwtrn7sub.F
12  #       and LowtranManager.cc).
13
1416 Avril 2013 : G.Barrand :
15- config.gmk : Darwin : SHEX variable to handle the .dylib shared lib
16  extension on Darwin and .so on Linux.
17- macros/lib/GNUmakefile, packages/reconstruction/GNUmakefile,
18  packages/config.gmk, packages/simulation/GNUmakefile,
19  packages/simulation/detector/tools/GNUmakefile : use SHEX.
20
2115 Avril 2013 : G.Barrand :
22- source_me.csh_example : Darwin : handle DYLD_LIBRARY_PATH.
23- config.gmk : Darwin : UNAME and SO_OPTS variable to help building
24  shared libs. For Darwin, LIBPREFIX to esaf_. It avoids a clash
25  with the ROOT/libGui and the esaf/libgui due to Mac case insensitive
26  file system.
27- Atmosphere.hh, Ltrace_optF1v4.c, Ltracemain_optF1v4.c,
28  NIdealFocalSurface.c,Ktrace_optF1v1.c,DetectorGeometry.cc,
29  CCB_LTTTrigger.c,CellTrackingTrgEngine.c,LTTTrigger.c,PTTTrigger.c,
30  ElementaryCell.c,SimpleDetector.c,PhotoElectron.cc : Darwin :
31    add #include <cmath>
32- RootInputModule.cc, JemEnergyModule.cc, RobustModule.cc : Darwin :
33    uint -> unsigned int
34- macros/lib/GNUmakefile, externals/lowtran/GNUmakefile,
35  externals/cfortran/GNUmakefile : Darwin : use SO_OPTS.
36- makeso.gmk, simulation/detector/tools/GNUmakefile : use SO_OPTS.
37- ShowerTrack.cc : Darwin : avoid the TF2 global objects. They induce
38  a crash at starup of Simu.
39
40
41
Note: See TracBrowser for help on using the repository browser.