source: trunk/geant4/config/History@ 606

Last change on this file since 606 was 606, checked in by garnier, 18 years ago

r647@mac-90108: laurentgarnier | 2007-11-15 11:32:46 +0100
Ok en Qt 4.3.0

File size: 59.3 KB
RevLine 
[606]1$Id: History,v 1.303 2007/11/02 15:58:08 gcosmo Exp $
[472]2-------------------------------------------------------------------
3
4 =========================================================
5 Geant4 - an Object-Oriented Toolkit for Simulation in HEP
6 =========================================================
7
8 Category History file
9 ---------------------
10
11History file for Geant4 configuration scripts.
12It DOES NOT substitute the CVS log-message one should put at every
13committal in the CVS repository !
14
15 ----------------------------------------------------------
16 * Reverse chronological order (last date on top), please *
17 ----------------------------------------------------------
18
[606]192nd November 2007 Gabriele Cosmo (config-V09-00-06)
20- Introduced G4LIB_BUILD_GDML/G4LIB_USE_GDML flags to trigger compilation
21 of the new persistency/gdml sub-module. Added setup for XERCESC.
22 Required path XERCESCROOT to XERCESC installation if G4LIB_BUILD_GDML
23 is set. Added "persistency/gdml" include path to binmake.gmk
24- Added setup for QT in UI scripts, and specific QT paths and setup in
25 Darwin-g++.gmk. (L.Garnier)
26
2710th October 2007 Gunter Folger (config-V09-00-05)
28- Added "incl" (Liege cascade) hadronic model module to binmake.gmk.
29
[593]3016th August 2007 Gabriele Cosmo (config-V09-00-04)
31- Corrected definition of OUT internal variable to allow for proper
32 linking also of unit tests.
33
3415th August 2007 Gabriele Cosmo (config-V09-00-03)
35- Added "rpg" hadronic model module to binmake.gmk.
36
3713th August 2007 Gabriele Cosmo (config-V09-00-02)
38- SUN-CC.gmk: forced -xO2 as optimisation level.
39
4018th July 2007 Gabriele Cosmo (config-V09-00-01)
41- liblist.c: fixed problem affecting recent CygWin installations on
42 Windows in parsing the buffer for the generation of libname.map.
43- binmake.gmk: defined OUT internal variable specifying the proper
44 compilation/linking option to Unix or Windows compilers: '-o '
45 and '/Fe' respectively.
46
4711th July 2007 Makoto Asai (config-V09-00-00)
48- Added digits_hits/scorer sub-directory to binmake.gmk.
49
5028th June 2007 Gabriele Cosmo (config-V08-03-04)
51- Updated Configure scripts to fix installation issue when installation
52 path is different from source path and headers are not installed.
53- Cleared <TAB> characters from .gmk scripts where not necessary.
54
5522nd June 2007 Gabriele Cosmo (config-V08-03-03)
56- Corrected binmake.gmk for having error_propagation in INCFLAGS properly
57 included in search path.
58- Updated internal scripts for Configure to cope with new environment
59 variable G4NEUTRONHPDATA.
60
6118th June 2007 Ben Morgan (config-V08-03-02)
62- Fixed Configure internal script to get rid of searching old physics_list
63 module at installation.
64
6527th May 2007 Gabriele Cosmo (config-V08-03-01)
66- Added "lll_fission" hadronic model module to binmake.gmk.
67
6812th May 2007 Gabriele Cosmo (config-V08-03-00)
69- Added "error_propagation" module to binmake.gmk.
70- Removed G4LIB_BUILD_LISTS flag. Physics lists are built by default.
71
7221st March 2007 Gabriele Cosmo
73- Added "biasing" module to binmake.gmk.
74
7528th February 2007 Gabriele Cosmo (config-V08-02-00)
76- Protected generation of dependencies using internal 'make' variable
77 MAKECMDGOALS in binmake.gmk and common.gmk, following suggestion made
78 in problem report #930.
79 This protection resolves the problem of generation of dependencies when
80 issueing the 'clean' target.
81
[483]823rd November 2006 Gunter Folger (config-V08-01-07)
83- architecture.gmk: added G4LIB_BUILD_LISTS with default value 1 to build physics lists.
84- binmake.gmk: added physics lists include directories to INCFLAGS.
85
8615th October 2006 Makoto Asai (config-V08-01-06)
87- binmake.gmk: added 'processes/scoring' module.
88
8910th October 2006 Gabriele Cosmo (config-V08-01-05)
90- Darwin-g++.gmk: use standard -echo- command.
91 Removed ECHO overloaded variable.
92
935th October 2006 Gabriele Cosmo (config-V08-01-04)
94- liblist.c: added .dylib search for list of libraries.
95 Addressing problem report #885.
96
973rd October 2006 Gabriele Cosmo (config-V08-01-03)
98- architecture.gmk: added variables for commands: echo, cat, cut, sed;
99 to be eventually overloaded in system dependent configurations.
100- WIN32-VC.gmk: overload commands [echo, grep, cat, cut, sed], to force
101 usage of the original CygWin built-in commands.
102
10321st September 2006 Vladimir Ivantchenko (config-V08-01-02)
104- binmake.gmk: added electromagnetic/polarisation module.
105
10618th August 2006 Gabriele Cosmo (config-V08-01-01)
107- Linux-icc: corrected G4RUNPATHOPTION flag to allow linking of applications
108 with shared libraries.
109
11018th August 2006 Gabriele Cosmo (config-V08-01-00)
111- Linux-icc: updated setup to support icc-9.X series.
112
[472]11313th June 2006 Gabriele Cosmo (config-V08-00-02)
114- Removed defaults for X11, XM, XAW flags in architecture.gmk and added
115 explicit settings in sys/*.gmk setups protected by ifndef statements for
116 optional customisation.
117- Upgraded Configure internal scripts.
118
11924th April 2006 Gabriele Cosmo (config-V08-00-01)
120- binmake.gmk: fixed old-standing warning on WIN32-VC for file extension of
121 target object file. Defined TARGOBJEXT internal variable defining the
122 actual extension: .o for UNIX, .OBJ for Windows platforms.
123
1246th April 2006 Gabriele Cosmo (config-V08-00-00)
125- Darwin-g++: corrected linker options for generation of dynamic libraries.
126 Now dynamic libraries on MacOSX finally work. Tested on MacOS 10.4.5 with
127 gcc-4.0.1.
128
12912th December 2005 Gabriele Cosmo (config-V07-01-07)
130- binmake.gmk: added workaround to allow for physics-lists to link
131 with DLLs on Windows.
132
1337th December 2005 Gabriele Cosmo (config-V07-01-06)
134- Added G4LIB_NO_SHARED protection for cases where installation of
135 shared libs are not allowed.
136
1372nd December 2005 Gabriele Cosmo (config-V07-01-05)
138- Replaced -GX with -EHsc compilation option in WIN32-VC setup for
139 porting on VC++8 compiler.
140
14129th November 2005 Gabriele Cosmo (config-V07-01-04)
142- Added -D_CRT_SECURE_NO_DEPRECATE to WIN32-VC setup to allow for
143 porting on VC++8 compiler.
144
14521st November 2005 Makoto Asai (config-V07-01-03)
146- binmake.gmk: added 'digits_hits/utils' module to INCFLAGS.
147
1485th October 2005 John Allison (config-V07-01-02)
149- G4VIS*.gmk: added G4VIS_BUILD_RAYTRACERX_DRIVER and G4VIS_USE_RAYTRACERX.
150
15129th July 2005 Mark Donszelmann (config-V07-01-01)
152- Synchronized CXXFLAGS warning options of WIN32-g++ with Linux-g++.
153
15418th July 2005 Gabriele Cosmo (config-V07-01-00)
155- Excluded usage of unnecessary 'ranlib' at creation of the libraries for
156 WIN32-VC system. Fixes an observed problem of debug-symbols corruption.
157
15816th June 2005 Sergey Sadilov (config-V07-00-05)
159- Updated Configure script and support files:
160 o Added new data sets for low-energy-EM and elastic data.
161 o Set unique entry point for path to data.
162 o Updated variable settings for g3tog4 and zlib.
163
16415th June 2005 Gunter Folger (config-V07-00-04)
165- Changed clean(_..) targets to be :: rules, to allow multiple clean targets.
166
16710th June 2005 Gabriele Cosmo (config-V07-00-03)
168- Updated configuration script SUN-CC.gmk:
169 o Removed obsolete compilation option -ptr$(G4TREP) for redirection to
170 template repository, no longer necessary.
171 o Added -lsunmath to LOADLIBS now required with CLHEP-1.9.X for static
172 libraries.
173
17417th May 2005 Gabriele Cosmo (config-V07-00-02)
175- Corrected settings of G4LIB_BUILD/USE_ZLIB:
176 o G4LIB_BUILD_ZLIB is mandatory for Windows, if zlib is required;
177 o if G4LIB_BUILD_ZLIB is set, the G4-zlib module is used (all platforms);
178 o if only G4LIB_USE_ZLIB is set, the system zlib is used (UNIX only);
179 o if none is set, zlib is not used (all platforms).
180- Updated compilation options on Darwin-g++, now similar to Linux-g++ setup.
181- Still requiring tag "source-gmk-V07-00-01" for source/GNUmakefile to build
182 the g3tog4 module.
183
18413th May 2005 Gabriele Cosmo (config-V07-00-01)
185- Added G4LIB_BUILD_ZLIB/G4LIB_USE_ZLIB. Modified architecture.gmk
186 and binmake.gmk scripts.
187- Changed G4USE_G4TOG4 to G4LIB_USE_G3TOG4 to conform to standard flag names.
188 Requires tag "source-gmk-V07-00-01" for source/GNUmakefile to build the
189 g3tog4 module.
190
19110th May 2005 John Allison (config-V07-00-00)
192- Made OPENGLXM require OPENGLX.
193
1948th December 2004 John Allison (config-V06-02-03)
195- Darwin-g++.gmk: fixes on setup for dynamic libraries.
196
19730th November 2004 Gabriele Cosmo (config-V06-02-02)
198- binmake.gmk: added electromagnetic/highenergy module to INCLUDE path.
199
20027th November 2004 Gabriele Cosmo (config-V06-02-01)
201- binmake.gmk: added parameterisations/trd_clusters and
202 parameterisations/gflash modules to INCLUDE path.
203
20429th October 2004 Gabriele Cosmo (config-V06-02-00)
205- Archived setup for Windows/VC++6. WIN32-VC now corresponds to WIN32-VC7.
206 Archived WIN32-VC7.gmk.
207- Removed strict compilation options for SUN-CC and thread specific.
208
20912th October 2004 John Allison
210- Darwin-g++.gmk : added -lXi to X11LIBS.
211
21208th July 2004 Guy Barrand
213- Darwin-g++.gmk : correct options to build granular shared libs.
214 Have "-undefined define_a_way" instead of "-undefined error" since
215 granular libs are not linked for the moment.
216
21723rd June 2004 Gabriele Cosmo (config-V06-01-10)
218- Updated win32def.c program to fix retrivial of public static data for
219 building DLLs on Windows (G.Barrand).
220- Updated Configure scripts.
221
22217th June 2004 Gabriele Cosmo (config-V06-01-09)
223- Darwin-g++.gmk: use twolevel_namespace and GLOBLIBS for shared-libs
224 build on MacOS. Shared-libs build are possible only global libraries
225 and requires shared-lib version of CLHEP build with compatible options
226 (G.Barrand).
227
22814th June 2004 Gabriele Cosmo (config-V06-01-08)
229- architecture.gmk: added specification for G4LIB_USE_DLL.
230
23111th June 2004 Gabriele Cosmo (config-V06-01-07)
232- binmake.gmk: activated shared-libs mechanism for Windows platforms;
233 forced creation of static library for examples/applications for the
234 usage with DLLs.
235
2368th June 2004 Gabriele Cosmo (config-V06-01-06)
237- binmake.gmk: restored global lib for interfaces which was missing
238 from linking list.
239- common.gmk, globlib.gmk: fixed clean/clean_libs target.
240- architecture.gmk: added definition of G4LIB_BUILD_DLL flag.
241- WIN32-VC.gmk: added targets for DLLs build.
242- Linux-g++.gmk: made -O2 the default optimisation mode.
243 Archived temporary setup Linux-gO2 introduced in "config-V06-01-01".
244
2457th June 2004 Gabriele Cosmo (config-V06-01-05)
246- Corrected setup for WIN32-VC7 for building of DLLs.
247- Cosmetics in build printout...
248
2491st June 2004 Gabriele Cosmo (config-V06-01-04)
250- binmake.gmk, added include paths to new hadronic models for
251 abrasion, em_dissociation, de_excitation/ablation and
252 de_excitation/fission.
253- architecture.gmk: updated comments to header.
254
25526th May 2004 Mark Donszelmann (config-V06-01-03)
256- Fixed small problem in previous fix.
257
25826th May 2004 Gunter Folger (config-V06-01-02)
259- binmake.gmk: fixed problem for WIN32 such that also LDLIBS (including
260 EXTRALIBS) will be mangled to replace -L by its WIN32 correspondance
261 libpath.
262
26311th May 2004 Gabriele Cosmo (config-V06-01-01)
264- Added new experimental setup for Linux-g++ using -O2 optimisation
265 as default. To trigger this setup G4SYSTEM must be set to "Linux-gO2".
266 It also includes (deactivated by default) Pentium4 chip specific options
267 for using chips-specific floating-point arithmetics based on the SSE unit.
268
2698th April 2004 Guy Barrand
270- architecture.gmk: revisited Inventor default. Removed HEPVis dependencies
271 (Inventor visualization driver does not need these libraries any longer).
272
2737th April 2004 Guy Barrand
274- Darwin-g++.gmk:
275 o Corrected options to build shared libraries (.dyn); use
276 "-dynamic -single_module" to have faster startup when Geant4 is
277 embedded in an external framework.
278 o Corrected options to retrieve Motif.
279
2805th April 2004 Gabriele Cosmo (config-V06-01-00)
281- architecture.gmk: added check for definition of LDFLAGS.
282 Fixes bug report #603.
283
28424th February 2004 Gabriele Cosmo (config-V06-00-03)
285- Fixed link rpath definition in Linux-icc.gmk.
286
28711th February 2004 Gabriele Cosmo (config-V06-00-02)
288- Added configuration file Linux-icc.gmk for Intel/icc compiler
289 on Linux systems.
290
29110th February 2004 Guy Barrand
292- WIN32-VC7.gmk: added material to build shared libs for Windows (DLLs).
293- Added program win32def.c to help building DLLs, built from
294 source/GNUmakefile through a specialised target and placed in
295 $G4LIB/$G4SYSTEM.
296- source/materials/GNUmakefile: modified to provide an example of macro
297 GLOBLIBS used by the DLL builder in order to have global lib dependencies.
298
2999th February 2004 Gunter Folger (config-V06-00-01)
300- architecture.gmk:
301 o Protect OGLFLAGS against containing -I/usr/include; this may cause
302 wrong includes to be picked up.
303
30426th January 2004 Guy Barrand (config-V06-00-00)
305- Darwin-g++.gmk:
306 o Use "g++" as a default compiler (in order to take the MacOSX
307 default compiler).
308 o Corrected procedure for building .dylib shared libs.
309 Previous default Linux commands do not work on MacOSX.
310
31118th November 2003 Gabriele Cosmo (config-V05-02-05)
312- Updated binmake.gmk to include new hadronics modules.
313 Coworks with "ghad-V05-02-00" and HEAD of processes/GNUmakefile.
314
3154th November 2003 Gabriele Cosmo (config-V05-02-04)
316- Include removal of OPACS setup. Cowork with tags "interfaces-V05-02-00"
317 and "vis-V05-02-02".
318
31929th October 2003 Gabriele Cosmo (config-V05-02-03)
320- binmake.gmk:
321 o Added particles/utils module.
322- Does NOT include removal of OPACS setup yet.
323
32422th October 2003 Guy Barrand
325- OPACS : rm interfaces OPACS related things.
326
32717th October 2003 Guy Barrand
328- OPACS being (for long) deprecated, the OPACS related things
329 had been removed in the Geant4 repository.
330
33130th September 2003 Gabriele Cosmo (config-V05-02-02)
332- architecture.gmk, binmake.gmk:
333 o Added geometry/navigation module.
334 o Removed setup for STEP, now archived.
335 o Adopt new module and library "digits_hits", replacing "digits+hits".
336- Configure installation script:
337 o Fixed correct default name for data sets.
338 o Implemented automatic detection of OpenGL and CLHEP installations.
339 o Fixed behavior of script on Windows system, corrected definition of
340 paths and defaults.
341 o Cleared not allowed configuration drivers.
342
34319th September 2003 Gabriele Cosmo (config-V05-02-01)
344- binmake.gmk:
345 o added processes/cuts module.
346- architecture.gmk:
347 o fixed setup for OpenInventor libraries.
348
3491st July 2003 Gabriele Cosmo (config-V05-02-00)
350- WIN32-VC.gmk, WIN32-VC7.gmk:
351 o reinstated options "-D_CONSOLE -D_WIN32 -DOS" to allow correct
352 treatment/opening of data files from applications.
353
35424th June 2003 Gabriele Cosmo (config-V05-01-05)
355- Added UI32LIBS to interactivity.gmk to handle UI libraries on WIN32
356 platforms.
357- Added libraries for OpenGL and UI to default setup of WIN32-VC and
358 WIN32-VC7. Removed some obsolete compilation options.
359
36018th June 2003 Gabriele Cosmo (config-V05-01-04)
361- Removed flag G4USE_STD_NAMESPACE from specific setups in sys.
362 Follows migration from G4std apported in source/global and whole code.
363
36416th June 2003 Gabriele Cosmo
365- binmake.gmk: added module geometry/divisions in $INCFLAGS list.
366
36711th June 2003 Gunter Folger (config-V05-01-03)
368- G4VIS_BUILD.gmk, G4VIS_USE.gmk, G4UI_BUILD.gmk, G4UI_USE.gmk, and
369 sys/{Linux-g++,SU-CC}.gmk:
370 When building shared libraries needing external libs like OpenGL...,
371 add these at shared library building, so these libs know about these
372 dependency and have this resolved.
373
3746th June 2003 Gabriele Cosmo (config-V05-01-02)
375- architecture.gmk and specific setups in sys: get rid of G4_HAVE_BOOL
376 macro. Now using default 'bool' type, defined in all supported compilers.
377
37828th May 2003 Gabriele Cosmo (config-V05-01-01)
379- architecture.gmk, binmake.gmk: added flags G4LIB_BUILD_STEP/G4USE_STEP
380 to make optional the compilation of the STEP library and interface module.
381 By default the libraries will not be built.
382
38331st March 2003 Gabriele Cosmo (config-V05-01-00)
384- Added more strict compiler options for Linux-g++ platform.
385- Removed obsolete usage of GNU_GCC specific option for g++ compilers.
386
38722nd January 2003 Gabriele Cosmo (config-V05-00-00)
388- Added experimental setup WIN32-VC7.gmk for Windows .NET VC++ compiler.
389- Generalised identification of WIN32 specific setups in core scripts.
390- Forced silent generation of dependencies (added -w option to calls to g++).
391
3924th December 2002 Gabriele Cosmo (config-V04-01-08)
393- Removed obsolete setup for ObjectSpace-STL (G4USE_OSPACE and related
394 variables). Removed obsolete variable G4USE_STL.
395- Updated Configure scripts.
396
3972nd December 2002 John Allison (config-V04-01-07)
398- common.gmk, binmake.gmk: New dependency file algorithm that avoids
399 leaving corrupt .d files when #include'd files cannot be found.
400- Removed obsolete schema targets in common.gmk.
401
40225th November 2002 Gabriele Cosmo (config-V04-01-06)
403- Removed ODBMS setup. Now library for persistency is built as part of the
404 kernel and specific implementations for persistency have been moved to
405 examples. Setup for ODBMS no more required. G4USE_HEPODBMS is no longer
406 used.
407- Updated configuration file AIX-xlC.gmk to port code on AIX with xlC 6.0
408 (K.Murakami).
409
41022nd November 2002 Gabriele Cosmo (config-V04-01-05)
411- liblist.c:
412 o Enhanced script to provide the whole list of installed libraries
413 in the correct order, without requiring parsing of dependencies.
414 The functionality is achieved by invoking "liblist" with option '-m",
415 i.e. - liblist -m [libpath] < libname.map
416 where [libpath] is the path where libraries are placed
417 (i.e. $G4LIB/$G4SYSTEM).
418- binmake.gmk:
419 o Use "liblist -m [libpath]" to retrieve the list of libraries to link in
420 case headers are installed in $G4INCLUDE, and granular libraries are used.
421- G4UI_USE.gmk, G4VIS_USE.gmk:
422 o Protected specification of -I paths for headers, in case $G4INCLUDE is
423 used. A single -I$G4INCLUDE path will be used for compilation in such case.
424
42516th November 2002 Hans-Peter Wellisch
426- binmake.gmk:
427 o Added hadronic/models/cascade/cascade and
428 hadronic/models/generator/scattering include paths.
429
4308th November 2002 Gabriele Cosmo (config-V04-01-04)
431- Darwin-g++.gmk:
432 o Updated setup to support MacOS 10.2 (H.Burkhardt).
433
43430th October 2002 Gabriele Cosmo (config-V04-01-03)
435- architecture.gmk:
436 o Issue an error if G4SYSTEM is not defined in the environment or not valid.
437 o Define G4LIB_BUILD_G3TOG4 and G4USE_G3TOG4 for optional installation and
438 usage of the g3tog4 module.
439 o Updated list of supported systems/compilers.
440- binmake.gmk:
441 o Include path and library for g3tog4 module only if G4USE_G3TOG4 is defined.
442 Implies proper handling of G4USE_G3TOG4 in source/GNUmakefile.
443- Removed obsolete OSPACE setup for WIN32-VC, HP-aCC, DEC-cxx. Still kept for
444 platforms with ODBMS setup.
445- SUN-CC.gmk: removed -L/usr/lib path specification from LOADLIBS definition.
446
44710th September 2002 Gabriele Cosmo (config-V04-01-02)
448- Linux-g++.gmk: added assignment 'CC := gcc' for default 'cc' compiler.
449
45026th August 2002 Gabriele Cosmo (config-V04-01-01)
451- binmake.gmk: added include path to persistency/run/include which was
452 missing. Removed unnecessary processes/general/include.
453
4548th July 2002 John Allison
455- liblist.c: added protection and warning for file/directory not found
456 in parsedir. Also small cosmetic improvements.
457
4584th July 2002 Gabriele Cosmo (config-V04-01-00)
459- Upgraded WIN32-g++ to compile with -ansi and gcc-2.95.3 for most recent versions
460 of CygWin.
461
46226th June 2002 Gabriele Cosmo (config-V04-00-10)
463- Moved STEP PERL scripts to examples/extended/geometry/cad/scripts.
464- Updated scripts for Configure.
465
46618th June 2002 Gabriele Cosmo (config-V04-00-09)
467- Added -DG4USE_OSPACE for obsolete systems using ObjectSpace STL.
468
46917th June 2002 Gabriele Cosmo (config-V04-00-08)
470- Added flag G4NO_ISO_VECDIST for compilers (SUN-CC, HP-aCC) with non ISO
471 call to vector::distance() method.
472
47314th June 2002 Gabriele Cosmo (config-V04-00-07)
474- binmake.gmk: added include path to "leading_particle" hadronic module.
475 Retagged with correct numbering...
476
4773rd May 2002 Gabriele Cosmo (config-V04-00-06)
478- liblist.c: added patch to port code on MacOS-X.
479 Defined buffer[BUFSIZE] as "char static".
480- Added Darwin-g++.gmk configuration file for MacOS-X systems running
481 with GNU g++ compiler.
482- Removed SUN-CC4.gmk configuration file, no longer supported.
483- Updated description header to system configuration files.
484
48527th March 2002 Gabriele Cosmo (config-V04-00-05)
486- binmake.gmk: added include path to new module geometry/biasing.
487 Co-works with "geometry-V04-00-01" and "transport-V04-00-00".
488
48926th March 2002 Gabriele Cosmo (config-V04-00-04)
490- liblist.c: cancelled changes made in previous tag.
491 Restored usage of function 'gets(buffer)', correctly adopted in this case.
492
49314th March 2002 Gabriele Cosmo (config-V04-00-03)
494- liblist.c: replaced usage of function 'gets(buffer)' with the safer
495 'fgets(buffer,BUFSIZE,stdin)'.
496
4979th March 2002 John Allison (config-V04-00-02)
498- Fixed bug in G4VIS_USE.gmk for G4VIS_USE_OPENGLWIN32.
499- Corrected perl script g4sort_step_file.pl to specify correct path for perl.
500
50107th February 2002 Gabriele Cosmo (config-V04-00-01)
502- liblist.c: added flags __CYGWIN__ and __CYGWIN32__ for triggering proper
503 parsing algorithm on Windows systems, also on most recent versions of Cygwin.
504- WIN32-VC.gmk: use g77 instead of f77 as default fortran compiler.
505
50625th January 2002 Gabriele Cosmo (config-V04-00-00)
507- sys/HP-aCC.gmk: removed include path to global/management/include/std/wrappers,
508 which was unused and not neccessary.
509
51010th December 2001 Gabriele Cosmo (config-V03-02-15)
511- architecture.gmk:
512 o updated list of supported compilers
513 o removed obsolete setup for STL ObjectSpace and STLport for Win/VC++.
514- binmake.gmk: activated mechanism for using $G4INCLUDE effectively for
515 building examples/applications. Currently activated only for global compound
516 libraries; for granular libraries it requires re-engineering of liblist,
517 feature which will be added in future.
518 This mechanism allows to considerably reduce the compilation/linking command
519 length and the number of -I options fed to the compiler.
520- Added G4PROFILE options to Linux-g++ and Linux-egcs setups.
521- Removed binmake.EXTRALIBS.README, now part of User's Guide.
522- Updated sources for Configure installation script.
523
5243rd December 2001 Guy Barrand (config-V03-02-14)
525- G4VIS_USE.gmk : -lG4HepRep replaced by -lG4visHepRep.
526
52729th November 2001 Gabriele Cosmo (config-V03-02-13)
528- Removed SUN-CC5.gmk configuration file. Now replaced by SUN-CC architecture
529
53021st Novemver 2001 Gabriele Cosmo (config-V03-02-12)
531- On top of "config-V03-02-11", added paths in binmake.gmk including
532 new hadronic models for cascade, CHIPS and coherent_elastic.
533 Does not include changes to analysis.gmk.
534
53519th November 2001 Guy Barrand
536- analysis.gmk : then remove all system specifc flags, have
537 only the AIDA ones. Have G4ANALYSIS_USE to drive the insertion of
538 CPP and libs in the Geant4 GNUmakefile system.
539
54019th November 2001 John Allison (config-V03-02-11)
541- Does not include Guy's changes of 16rd November.
542- Re-instated creation of CPPFLAGS (see 6th November) but conditonal
543 on existence of corresponding environment variable. If no environmet
544 variable is set, CPPFLAGS += -DG4UI_USE_TERMINAL.
545
54616rd November 2001 Guy Barrand
547- analysis.gmk : add flags to use an AIDA 2.2 compliant analysis system.
548
5496th November 2001 John Allison (config-V03-02-10)
550- Removed CPPFLAGS += -DG4UI_USE_GAG -DG4UI_USE_TCSH -DG4UI_USE_TERMINAL.
551
5526th November 2001 John Allison (config-V03-02-09)
553- Removed references to HepRep, added code for HepRepFile, thus
554 needed by vis-V03-02-15.
555
55623rd October 2001 Gabriele Cosmo (config-V03-02-08)
557- Merged changes in "config-V03-02-07" for removal of STLInterface.
558
55922nd October 2001 Gabriele Cosmo (config-V03-02-06b)
560- binmake.gmk: added include path for geometry/verification
561 according to tag "geometry-V03-02-01".
562
5631st October 2001 Gabriele Cosmo (config-V03-02-06a)
564- binmake.gmk: removed include path for processes/electromagnetic/integral
565 according to tag "em-V03-02-02".
566
56730th September 2001 Gabriele Cosmo (config-V03-02-07)
568- Removed references to STLInterface module in architecture.gmk
569 and architecture setups. Coworks with tag "global-V03-02-03" where
570 STLInterface module has been removed.
571
57229th August 2001 John Allison/Joseph Perl (config-V03-02-06)
573- Needed by vis-V03-02-14.
574- First developers release of HepRep graphics driver.
575
57627th August 2001 John Allison
577- Tidied HepRep configuration in G4VIS*, moving stuff to interactivity.gmk.
578
57924th August 2001 Joseph Perl (config-V03-02-05)
580- Introduced HepRep graphics driver
581
58211th August 2001 John Allison (config-V03-02-04)
583- Re-engineered G4UI variables. Coworks with interfaces-V03-02-00.
584- Introduced environment variable G4UI_NONE that, if set, no UI
585 sessions nor any UI libraries are built, not even libG4UIbasic.a nor
586 libG4UIcommon.a. (This would only happen in a pure batch job or,
587 perhaps, in a user framework having its own UI system.)
588- Removed the need to specify environment variables for UI sessions
589 which do not need external packages or libraries, namely :
590 G4UI_BUILD_GAG_SESSION
591 G4UI_BUILD_TERMINAL_SESSION
592 with associated G4UI_USE environment variables:
593 G4UI_USE_GAG
594 G4UI_USE_TCSH
595 G4UI_USE_TERMINAL
596 In other words, the above environment variables become redundant and are
597 ignored.
598 For backwards compatibility, unless G4UI_NONE is set, the corresponding
599 G4UI_USE C-pre-processor variables are automatically set. Also, the
600 C-pre-processor variables G4UI_BUILD and G4UI_USE are set.
601- As before, environment variables for other sessions still need positive
602 setting of their G4UI_BUILD and G4UI_USE environment variables. In this
603 category are:
604 G4UI_BUILD_WIN32_SESSION
605 G4UI_BUILD_WO_SESSION
606 G4UI_BUILD_XAW_SESSION
607 G4UI_BUILD_XM_SESSION
608 with associated G4UI_USE environment variables:
609 G4UI_USE_WIN32
610 G4UI_USE_WO
611 G4UI_USE_XAW
612 G4UI_USE_XM
613- Note: The user must still instantiate and SessionStart only *one*
614 session, but if it is to be one in the category needing external
615 packages or libraries, the corresponding G4UI_USE must be set to
616 trigger inclusion oflibraries. Otherwise the user need not set any
617 environment variables.
618
6193rd August 2001 Gabriele Cosmo (config-V03-02-03)
620- architecture.gmk:
621 o updated list of supported systems/compilers.
622 o made Linux-g++ architecture the default G4SYSTEM. Replaced SUN-CC.
623- Added SUN-CC4.gmk for old SUN architectures based on CC-4.2 compiler.
624- Added Linux-egcs for old Linux architectures based on egcs-1.1.2 compiler.
625- Made SUN-CC.gmk a copy of SUN-CC5.gmk (kept for backward compatibility,
626 will be removed soon). CC-5.2 compiler is now the default on SUN systems.
627- Made Linux-g++.gmk specific to gcc-2.95.2 compiler, from now on the default
628 compiler on Linux systems.
629
6301st August 2001 Gabriele Cosmo (config-V03-02-02)
631- Included recent updates to scripts sources for 'Configure'.
632
63327th July 2001 John Allison (config-V03-02-01)
634- Introduced environment variable G4VIS_NONE that, if set, no visualization
635 drivers are built and no vis libraries are built, not even
636 libG4vis_management. (libG4modeling is still built.) The C-pre-processor
637 variables G4VIS_BUILD and G4VIS_USE are *not* set.
638- Removed the need to specify environment variables for visualization drivers
639 which do not need external packages or libraries, namely :
640 G4VIS_BUILD_DAWNFILE_DRIVER
641 G4VIS_BUILD_RAYTRACER_DRIVER
642 G4VIS_BUILD_VRMLFILE_DRIVER
643 G4VIS_BUILD_ASCIITREE_DRIVER
644 G4VIS_BUILD_GAGTREE_DRIVER
645 with associated G4VIS_USE environment variables:
646 G4VIS_USE_DAWNFILE
647 G4VIS_USE_RAYTRACER
648 G4VIS_USE_VRMLFILE
649 G4VIS_USE_ASCIITREE
650 G4VIS_USE_GAGTREE
651 In other words, the above environment variables become redundant and are
652 ignored.
653 For backwards compatibility, unless G4VIS_NONE is set, the corresponding
654 G4VIS_USE C-pre-processor variables are automatically set. Also, the
655 C-pre-processor variables G4VIS_BUILD and G4VIS_USE are set.
656- As before, environment variables for other drivers still need positive
657 setting of their G4VIS_BUILD and G4VIS_USE environment variables. In this
658 category are:
659 G4VIS_BUILD_DAWN_DRIVER
660 G4VIS_BUILD_OPACS_DRIVER
661 G4VIS_BUILD_OPENGLX_DRIVER
662 G4VIS_BUILD_OPENGLWIN32_DRIVER
663 G4VIS_BUILD_OPENGLXM_DRIVER
664 G4VIS_BUILD_OIX_DRIVER
665 G4VIS_BUILD_OIWIN32_DRIVER
666 G4VIS_BUILD_VRML_DRIVER
667 with associated G4VIS_USE environment variables:
668 G4VIS_USE_DAWN
669 G4VIS_USE_OPACS
670 G4VIS_USE_OPENGLX
671 G4VIS_USE_OPENGLWIN32
672 G4VIS_USE_OPENGLXM
673 G4VIS_USE_OIX
674 G4VIS_USE_OIWIN32
675 G4VIS_USE_VRML
676 In this case G4VIS_NONE must *not* be set.
677- Added binmake.EXTRALIBS.README.
678
6795th July 2001 Youhei Morita (config-V03-02-00)
680- Linux-g++.gmk: Use -pedantic (G.Cosmo)
681- Linux-g++.gmk, SUN-CC.gmk, SUN-CC5.gmk: added -DG4std in G4DDLX_FLAGS
682
68329th June 2001 Gabriele Cosmo (config-V03-01-10)
684- Updated source scripts for 'Configure'.
685
68626th June 2001 Youhei Morita (config-V03-01-09)
687- globlib.gmk: added block for copying headers for persistency in $G4INCLUDE
688 when invoking the 'includes' target.
689
69025th June 2001 Youhei Morita (config-V03-01-08)
691- Restored lib_d target (again) in common.gmk with a protection of G4ODBMS.
692- Linux-g++.gmk (G.Cosmo)
693 o Commented out -ansi setup for public release
694 o Fixed logic for activating G4OODDLX_FLAGS on egcs compiler
695
69622nd June Gabriele Cosmo (config-V03-01-07)
697- common.gmk (G.Folger):
698 o removed lib_d target (again).
699 o restored G4SKIP_DEPEND.
700- Linux-g++.gmk:
701 o added temporary cludge for identify compiler version
702 and define G4DDLX_FLAGS for egcs-1.1.2.
703- binmake.gmk:
704 o added mechanism to correctly handle include paths when source headers
705 are centrally installed in $G4INCLUDE. Temporarly disabled, requires
706 update (re-design?) of liblist.c to properly generate the list of
707 libraries from the map.
708 Once activated, also G4UI_USE.gmk, G4VIS_USE.gmk and analysis.gmk
709 have to be modified accordingly.
710
71122nd June 2001 Youhei Morita (config-V03-01-06)
712- Restored lib_d target in common.gmk with a protection of G4ODBMS.
713- Get rid of G4SKIP_DEPEND in binmake.gmk.
714- Comment out G4DDLX_FLAGS options in sys/Linux-g++.gmk for gcc-2.95.2.
715
71621st June 2001 Gunter Folger (config-V03-01-05)
717- Removed bin_d and lib_d targets and thus the re-start of make.
718
71921st June 2001 Gunter Folger (config-V03-01-04)
720- common.gmk, binmake.gmk: run gmake via $(MAKE).
721
72219th June 2001 John Allison (config-V03-01-03)
723- Added GAG_TREE to G4VIS_BUILD.gmk and G4VIS_USE.gmk.
724
72520th June 2001 (Japan Time - still 19th in Europe!)
726 Youhei Morita (config-V03-01-02)
727- A few bug fixes in binmake.gmk, common_objy.gmk, sys/SUN-CC5.gmk,
728 sys/Linux-g++.gmk, sys/Win32-g++.gmk.
729
73019th June 2001 Gabriele Cosmo
731- Removed G4_NO_CBRT flag from WIN32-VC setup. No more necessary.
732
73330th May 2001 Gunter Folger
734- Do changes for persistency from Youhei: common.gmk is now split in three,
735 one general, and one for specific for transient and persistent each.
736 Dependencies now much better handled in persistency.
737
7382nd May 2001 Gabriele Cosmo (config-V03-01-01)
739- Added options "-Wall -ansi -pedantic" to Linux-g++ setup.
740
74110th April 2001 John Allison (config-V03-01-00)
742- Added G4VIS_BUILD_ASCIITREE_DRIVER and G4VIS_USE_ASCIITREE to G4VIS*gmk.
743
74422nd March 2001 Gunter Folger (config-V03-00-03)
745- binmake.gmk, only store in executable PATH to libs from example/test;
746 other libs should be taken/found from LD_LIBRARY_PATH
747- sys/{Linux-g++,SUN-CC}.gmk: enable storing of PATH to libs in executable
748
74906th March 2001 Gabriele Cosmo (config-V03-00-02)
750- binmake.gmk: added include path for processes/electromagnetic/integral
751 the new subcategory introduced with tag em-V03-00-04.
752
75313th February 2001 Gabriele Cosmo (config-V03-00-01)
754- binmake.gmk: added include path for processes/photolepton_hadron
755 which was missing!
756
75708th January 2001 Gabriele Cosmo (config-V03-00-00)
758- sys/WIN32-VC.gmk: introduced -GR compiler option to allow usage of
759 dynamic casting and type-info at run-time.
760
76113th December 2000 Gunter Folger (config-V02-00-14)
762- common.gmk: fix to rule for building dependencies, parsing is skip
763 if $(dependencies) is empty.
764- globlib.gmk: added "includes" to PHONY target list and fixed typo.
765- Added comments to "includes" rules.
766
7678th December 2000 Gabriele Cosmo (config-V02-00-13)
768- Changed G4LIB_BUILD_ARCHIVE to G4LIB_BUILD_STATIC in architecture.gmk,
769 common.gmk and globlib.gmk.
770
7717th December 2000 Gabriele Cosmo (config-V02-00-12)
772- Added options to SUN-CC5.gmk to handle multithreading and persistency.
773
7745th December 2000 Youhei Morita (config-V02-00-11)
775- Introduced GPPFLAGS to set -M or -MM according to G4ODBMS.
776
7775th December 2000 Gabriele Cosmo (config-V02-00-10)
778- Restored -MM option to g++ for making dependencies. -M was introduced in
779 tag config-V02-00-02 to allow dependency search on system headers as well
780 (#include<...> statements). This however introduces serious clashes with
781 Objectivity schema generation for the persistency module.
782
7834th December 2000 Gunter Folger (config-V02-00-09)
784- Disable G4RUNPATHOPTION (internal variable) for all but SUN. This is/will
785 be used when linking with G4 shared libraries to store the path to these
786 libraries in the executable.
787
7881st December 2000 Gabriele Cosmo (config-V02-00-08)
789- Added G4UI_USE_TCSH and related settings to G4UI_USE.gmk (M.Maire).
790- Merged SUN-CC6.gmk to SUN-CC5.gmk and removed SUN-CC6.gmk.
791
7921st December 2000 Gunter Folger (config-V02-00-07)
793- Change -M to -M -MG in common.gmk, binmake.gmk. This will output a "correct"
794 dependency file even when missing header files are missing. Correct in the
795 sense that liblist will work, and that the missing header is supposed to be
796 (made) in the source directory.
797
79817th November 2000 Gunter Folger (config-V02-00-06)
799- Link with CLHEP using -L/-l instead of absolute filename; this allows
800 to link with shared lib of Anaphe, or static lib of Geant4.
801- Added shared-lib settings to sys configurations.
802
80314th November 2000 Gabriele Cosmo (config-V02-00-05)
804- Added reference to new "parameterisations" top category.
805 Modified files: binmake.gmk.
806- Removed makeshlib.sh script, now obsolete.
807
8087th November 2000 Guy Barrand
809- analysis.gmk : renamed OpenScientist things to "Lab" ;
810 Lab is the concrete package where analysis is done.
811
8123rd November 2000 Gunter Folger (config-V02-00-04)
813- common.gmk: fix for shared-library build.
814- common.gmk, globlib.gmk: added rules for "includes" gmake target.
815- architecture.gmk: introduced new user settable variable G4INCLUDE
816 to specify path where headers (files or symbolic-links) should be installed.
817
8181st November 2000 Guy Barrand
819- analysis.gmk: declared Lizard.
820
82124th October 2000 Gunter Folger (config-V02-00-03)
822- architecture.gmk, common.gmk, globlib.gmk, sys/*:
823 o merged building shared libraries into makefiles.
824 The MAKESHLIB script is no longer used.
825- Introduced new variables steering the building of archive/shared libs:
826 G4LIB_BUILD_SHARED
827 G4LIB_BUILD_ARCHIVE (still default)
828 note that G4MAKESHLIB set will internally set G4LIB_BUILD_SHARED for
829 backwards compatiblity.
830- Introduced new variable (G4LIB_USE_GRANULAR) to force using of granular
831 libraries, even when libG4global.a/.so exists.
832
83314th September 2000 Guy Barrand
834- Introduced changes to handle analysis module.
835 o added analysis.gmk.
836 o sys/Linux-g++.gmk: added macro DLDLIBS for library dynamic loading.
837 o binmake.gmk: added inclusion of analysis.gmk.
838 o binmake.gmk: place LDLIBS3 += $(ANALYSISLIBS) after LDLIBS3 += $(INTYLIBS).
839
84022nd August 2000 John Allison (config-V02-00-02)
841- Changed -MM to -M in dependency file making in binmake.gmk and common.gmk.
842 This causes dependencies of both #include "..." and #include <...> to be
843 followed. This is the safer option, since some users might/should use,
844 e.g., #include <g4std/...>, but even these files change sometime.
845
84622nd August 2000 Gunter Folger
847- globlib.gmk: fix for protection from infinite loops when a dir does
848 not exist (G.Folger).
849
8501st August 2000 Gabriele Cosmo (config-V02-00-01)
851- Added setup WIN32-g++ for Windows/NT/9X with Cygwin and g++ compiler.
852 Configuration non officially supported (courtesy of S.Agostinelli and
853 IST group, Genova).
854
85524th July 2000 Gabriele Cosmo (config-V02-00-00)
856- Added path to g3tog4 for global libs.
857
85823rd May 2000 John Allison (config-V01-01-04)
859- Added -I$(G4BASE)/processes/hadronic/models/radiative_decay/include to
860 binmake.gmk.
861
86219th May 2000 Gabriele Cosmo (config-V01-01-03)
863- architecture.gmk:
864 o changed -pic option to -KPIC for SUN architectures.
865 o fixed HP-aCC setup to cope with new CLHEP version 1.5.
866 o implemented modular setup. Now system specific configurations are
867 grouped in separated files $G4SYSTEM.gmk and placed in the new
868 directory config/sys.
869
8707th April 2000 Gabriele Cosmo (config-V01-01-02)
871- binmake.gmk: added include path to the new directory
872 geometry/solids/specific.
873- Updated PERL script g4step_correct.pl for parsing STEP files.
874
87530th March 2000 Gabriele Cosmo (config-V01-01-01)
876- makeshlib.sh:
877 o added few corrections to the script in order to allow
878 creation of shared libraries without need of the static archive on
879 platforms which allow this.
880 o added section for SunOS systems.
881 (courtesy of I.G.Caballero)
882- architecture.gmk:
883 o on SUN-CC and SUN-CC5, added -pic to CXXFLAGS for building shared
884 libraries.
885
88621st March 2000 Gabriele Cosmo
887- makeshlib.sh: corrected invokation of compiler for HP-aCC setup.
888 Changed CC to aCC (fixes bug-report #68).
889
89013th March 2000 Gabriele Cosmo (config-V01-01-00)
891- architecture.gmk: corrected FCLIBS for Linux-g++
892 o added -lg2c -lnsl and removed -lf2c.
893
89414th February 2000 Gabriele Cosmo (config-V01-00-02)
895- architecture.gmk: added option '+W823' to HP-aCC compilation setup to
896 discard warnings for macros parameter definition as used in the new
897 NIST STEP reader.
898- binmake.gmk: moved $EXTRALIBS to be included on top of the linking list,
899 just after the user application library.
900
90131st January 2000 Gabriele Cosmo (config-V01-00-01)
902- Added control for the Ray-tracer driver. Introduced G4VIS_USE_RAYTRACER
903 in G4VIS_USE.gmk and G4VIS_BUILD_RAYTRACER_DRIVER in G4VIS_BUILD.gmk (M.Asai).
904- binmake.gmk: fixed dependency order for compound libraries.
905 Moved -lG4particles and -lG4materials downstream in the list.
906- architecture.gmk: added G4NO_OPTIMISE for allowing compilation without
907 any level of optimisation or debug. G4DEBUG if defined takes precedence.
908 G4DEBUG and G4OPTIMISE are now defined also as CPPFLAGS.
909
9103rd January 2000 Gabriele Cosmo (config-V01-00-00)
911- Syncronized with HEAD.
912
91316th December 1999 John Allison
914- Cosmetic improvement to echo line in binmake.gmk.
915
9167th December 1999 Gabriele Cosmo (config-V00-01-19)
917- architecture.gmk: minor fix on OSPACELIBS path for Win/NT.
918
9195th December 1999 Youhei Morita (config-V00-01-18)
920- architecture.gmk: defined G4OODDLX_FLAGS
921- common.gmk: use G4OODDLX_FLAGS
922
9235th December 1999 Gabriele Cosmo (config-V00-01-17)
924- architecture.gmk: fixes for Win/NT.
925 o fixed path for OSPACELIBS
926 o removed -DG4NOT_ISO_DELETES flag
927
9283rd December 1999 Gabriele Cosmo (config-V00-01-16)
929- architecture.gmk: set G4_HAVE_BOOL for SUN-CC5.
930
9313rd December 1999 Youhei Morita
932- common.gmk: fixed minor typo in G4OODDLX_SCHEMA_NAME
933
9341st December 1999 Gabriele Cosmo (config-V00-01-15)
935- architecture.gmk:
936 o added new G4SYSTEM flavor SUN-CC5, used for testing on the new C++
937 compiler v5.0 on SunOS. Requires ISO/ANSI-C++ installation and native
938 STL by default. Compatibility with old no ISO/ANSI code is assured
939 through the -compat compiler option and the usage of ObjectSpace STL
940 (i.e. G4USE_OSPACE set).
941 o added new flag G4NO_STD_NAMESPACE.
942 HP-aCC setup with native STL assumes the ISO-ANSI installation by default,
943 the new flag should be explicitly set in the environment to avoid this.
944 o upgraded SGI-CC setup to IRIX 6.5.5, CC 7.2.1 and ObjectSpace STL.
945 Tests on this configuration has NOT been tested though.
946
9471st December 1999 Youhei Morita
948- architecture.gmk: added G4EXAMPLE_BOOT and G4EXAMPLE_FD
949- common.gmk: copy only the .hh files
950- binmake.gmk: added persistent include paths
951 added new targed cleandb, newboot, newfd
952 added G4SKIP_DEPEND for dependencies
953
95429th November 1999 Youhei Morita
955- architecture.gmk: added G4SYSTEM to G4SCHEMA_DIR, G4TMPSCHEMA_DIR
956- common.gmk: changed G4SCHEMA_HEADER_DIR from G4TMPSCHEMA_INCLUDE to G4TMPDIR
957 added target install_schema for schema copying
958- globlib.gmk: create schema header files at G4TMPDIR, then install
959
96029th November 1999 John Allison
961- Introduced LDLIBS2EXTRA so that granular libraries are not
962 expanded too soon.
963
96425th November 1999 Gabriele Cosmo (config-V00-01-14)
965- architecture.gmk: redefined OSPACEDIR as OSPACE_BASE_DIR to conform to
966 an omogeneous format. Added existence check for OSPACE and CLHEP paths.
967
96823rd November 1999 Gabriele Cosmo (config-V00-01-13)
969- architecture.gmk: added setup for ISO/ANSI installation on DEC-cxx.
970 If using native STL (i.e. G4USE_OSPACE not set), G4USE_STD_NAMESPACE is
971 implicitly defined and a strict-ANSI installation is assumed. Note that
972 in this case, also CLHEP must have been installed in strict-ANSI mode.
973
97420th November 1999 Youhei Morita (config-V00-01-12)
975- common.gmk: added G4OODDLX_SCHEMA_NAME to use Geant4 named schema
976
97719th November 1999 Youhei Morita
978- liblist.c: avoid coredumps when it was given non-existing directly.
979
98018th November 1999 Gabriele Cosmo (config-V00-01-11)
981- architecture.gmk: added -e option to $ECHO for Linux-g++ setup.
982
98317th November 1999 John Allison (config-V00-01-10)
984- binmake.gnk: added isotope_production/include to -I list (Hans-Peter).
985
98617th November 1999 Youhei Morita (config-V00-01-09)
987- moved schema header files to G4INSTALL/schema/include
988 architecture.gmk: introduced G4SCHEMA_INCLUDE and G4TMPSCHEMA_INCLUDE
989 common.gmk: introduced G4SCHEMA_HEADER_DIR and G4SCHEMA_SRC_DIR
990 globlib.gmk: added tmp schema header copying
991
99215th November 1999 Gabriele Cosmo (config-V00-01-08)
993- Tagged.
994
99514th November 1999 Youhei Morita
996- globlib.gmk: moved contruction of libmap for G4ODBMS to
997 source/GNUmakefile
998
99912th November 1999 Youhei Morita
1000- common.gmk: introduced G4ODBMS_DEPEND and G4SKIP_DEPEND for
1001 better handling of dependencies
1002- globlib.gmk: use G4ODBMS_DEPEND, automatic rebuilding of libmap
1003
100411th November 1999 Gabriele Cosmo (config-V00-01-07)
1005- Migration RWT->G4RWT performed:
1006 o Removed every occurence of Rogue-Wave from configuration, replaced
1007 RWBASE with G4STLBASE. Modified scripts: architecture.gmk, common.gmk
1008 and binmake.gmk.
1009 o Made setup for Native-STL the default, removed test on conditional
1010 flag G4USE_STL.
1011 o Removed setup for Win/NT-g++, no longer supported.
1012
101310th November 1999 Youhei Morita (config-V00-01-06)
1014- binmake.gmk: added path to persistency/global/include.
1015- common.gmk: Change G4ODBMS_DEPEND to G4ODBMS_NODDL
1016- globlib.gmk: removed G4ODBMS_DEPEND, modified target "global"
1017
101810th November 1999 Gabriele Cosmo (config-V00-01-05)
1019- binmake.gmk: added path to HEPNumerics/include which was missing.
1020
102129th October 1999 Guy Barrand
1022- architecture.gmk, interactivity.gmk: introduced
1023 "G4_OPACS_WIDGET_SET lesstif" logic to handle the case
1024 of using, on Linux, the bugged lesstif with the non bugged OPACS.
1025
102629th October 1999 Gabriele Cosmo
1027- Introduced fixes for shared library setup (courtesy of F.Carminati).
1028 Modified files: architecture.gmk, common.gmk, globlib.gmk, makeshlib.sh.
1029
103028th October 1999 Gabriele Cosmo (config-V00-01-04)
1031- architecture.gmk: removed G4STREAM and G4STREAM_STREAMBUF_IMPLEMENTATION
1032 flags, now no longer needed. Streambuf implementation is the default for
1033 every platform. (by H.Yoshida)
1034
103526th October 1999 John Allison
1036- Augmented liblist to look for dependencies on auto-generated
1037 headers in $G4TMP.
1038
103926th October 1999 Gabriele Cosmo (config-V00-01-03)
1040- Removed AIX-xlC as default platform for G4SYSTEM in architecture.gmk.
1041 Configuration is still kept but no longer supported.
1042
104326th October 1999 Youhei Morita
1044- architecture.gmk: include $(HEP_ODBMS_DIR)/etc/$(OS).mk instead of
1045 defininig load module separately. Defined G4ODBMS_LIBS.
1046- binmake.gmk: Use G4ODBMS_LIBS.
1047
104820th October 1999 Gabriele Cosmo (config-V00-01-02)
1049- architecture.gmk: removed option -DOS_NO_TYPEDEF_5 from HP-aCC
1050 OSpace setup. Not anymore needed.
1051
105220th October 1999 John Allison
1053- architecture.gmk: removed G4USE_EXPLICIT_TYPES_IN_TEMPLATES (was needed
1054 only for HP aCC; now not needed at all).
1055
105619th Octobre 1999 Youhei Morita
1057- common.gmk: Surpress verbose output for G4ODBMS if CPPVERBOSE
1058 is not defined.
1059
10607th October 1999 John Allison (config-V00-01-01)
1061- Removed WARNINGs about granular libraries. Now standard usage. Simple
1062 using messages printed.
1063
106417th Sep 1999 Youhei Morita
1065- architecture.gmk: Defined G4TMPSCHEMA_DIR, G4TMPSCHEMA_BOOT
1066 Added OBJY_LDLIB definition for Objectivity 5.1
1067- binmake.gmk: LDLIBS1 += -lG4persistency
1068- common.gmk: Changed ooddlx boot file option to G4OODDLX_BOOT
1069- globlib.gmk: Changed G4EXAMPLE_BOOT to G4TMPSCHEMA_BOOT
1070- G4ODBMS_BUILD.gmk: Defined HEP_ODBMS_EXPORT for HepODBMS 0.3.0.x
1071
107227th July 1999 Gonzalo Gracia Abril
1073- Changed OSPACELIBS := '-libpath:c:\dev\ospace\lib std-2.1-vc5.0-mt.lib'
1074 to OSPACELIBS := '-libpath:$(OSPACEDIR)\lib std-2.1-vc5.0-mt.lib'
1075 in architecture.gmk for NT
1076
107720th July 1999 John Allison (config-V00-01-00)
1078- Added EXTRA_LINK_DEPENDENCIES to binmake.gmk.
1079
10806th July 1999 John Allison (config-01-00-10)
1081- Changed -L/usr/X11/lib to -L/usr/X11R6/lib for Linux.
1082
10836th July 1999 Gunter Folger (config-01-00-09)
1084- Adapt architecture.gmk for use of STL with WIN32-VC
1085 Remove NICE from G4SYSTEM name WIN32-VC in architecture, globlib and
1086 binmake.gmk
1087
10883rd July 1999 John Allison (config-01-00-08a)
1089- Added full-stop after i.e in binmake.gmk.
1090
10912nd July 1999 John Allison (config-01-00-08)
1092- Protected liblist against duplicate library names.
1093
109429th June 1999 Gabriele Cosmo (config-01-00-07)
1095- architecture.gmk: fixed bug in SUN-CC setup concerning XMLIBS and XMFLAGS.
1096 -lXm was missing.
1097
109825th June 1999 Gabriele Cosmo
1099- Use $G4LIB/$G4SYSTEM instead of $G4LIBDIR in binmake.gmk for invoking
1100 liblist and search for libname.map (granular libraries setup).
1101
110224th June 1999 John Allison
1103- Use liblist and libname.map in $G4LIBDIR.
1104
110519th June 1999 John Allison
1106- Removed references to G4Ray in G4VIS_BUILD.gmk and G4VIS_USE.gmk.
1107
11089th June 1999 Gunter Folger
1109- Adapt liblist.c for Windows, all changes contained withing #ifdef WIN32 blocks.
1110
11114th June 1999 John Allison
1112- Corrected USER_DEFINED_LDLIBS action.
1113- Changed `export G4TMP=$(G4TMP);' to `G4TMP=$(G4TMP); export G4TMP;'
1114- Added -I$(G4BASE)/geometry/solids/Boolean/include.
1115- Introduced LDLIBS_PREFINAL (Gunter).
1116
11172nd June 1999 John Allison
1118- Changed more occurrences of := to = to fix crash of liblist at startup.
1119
11201st June 1999 John Allison
1121- Changed LDLIBS2 := to LDLIBS2 = in binmake.gmk.
1122- Reverted $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(G4TARGET) to $(G4TMPDIR).
1123- Added /$(G4TARGET) to liblist -d $(G4WORKDIR)/tmp/$(G4SYSTEM) in binmake.gmk.
1124
112531st May 1999 John Allison
1126- Added -I$(G4BASE)/processes/electromagnetic/lowenergy/include.
1127
112827th May 1999 Gabriele Cosmo (config-01-00-06)
1129- architecture.gmk: set default $G4INSTALL path to $HOME/geant4 (was still referring
1130 to geant4beta...).
1131- Restored default CLHEP_BASE_DIR to /afs/cern.ch/sw/geant4/dev/CLHEP/$G4SYSTEM/pro.
1132- architecture.gmk: added -DG4NOT_ISO_DELETES for NT setup (G.Folger).
1133
113425th May 1999 Gabriele Cosmo
1135- architecture.gmk: fixed bug in SUN-CC setup. Replaced VISLIBS with LOADLIBS to
1136 specify inclusion of socket libraries -lsocket -lnsl.
1137- binmake.gmk: fixed path to libname.map in the definition of LDLIBS2 for the
1138 granular libs setup.
1139
114019th May 1999 John Allison
1141- Force linking of static library, libCLHEP.a.
1142
114318th May 1999 John Allison
1144- Specify -DG4NOT_ISO_DELETES in any case (not just G4USE_STL) and only
1145 for HP, Sun and AIX.
1146
114717th May 1999 Gabriele Cosmo
1148- Added -DG4NOT_ISO_DELETES for DEC and AIX and moved inside G4USE_STL or
1149 G4USE_OSPACE scope for all platforms which need it.
1150- Added path to wrappers for AIX.
1151
115217th May 1999 John Allison
1153- Added -DG4NOT_ISO_DELETES for Sun and HP.
1154- Changed order of -I$(OSPACEDIR)/ospace/std and -I$(OSPACEDIR)/ospace/stl.
1155
115613th May 1999 Gabriele Cosmo (config-01-00-05)
1157- architecture.gmk: G4USE_OSPACE setup is now independent from G4USE_STL which
1158 is now devoted for generic STL setup. Added -DOS_NO_TYPEDEF_5 option to HP-aCC
1159 for ObjectSpace.
1160
116112th May 1999 Gabriele Cosmo
1162- architecture.gmk: modified path to STL wrapper files directory to point to
1163 $RWINC/wrappers/$G4SYSTEM. Wrappers are now differenciated according to
1164 the architecture type.
1165
116611th May 1999 Gabriele Cosmo
1167- architecture.gmk: merged Isidro's OSPACE setup for HP-aCC.
1168 Reorganised OSPACE options by introducing OSPACEINC variable.
1169
117010th May 1999 Guy Barrand
1171- interactivity.gmk ; put OpenGL things after OPACS things to have
1172 correct link order.
1173
117410th May 1999 John Allison
1175- Added -I$(OSPACEDIR)/ospace/stl for Sun.
1176
11777th May 1999 John Allison
1178- Added GREP := grep except for SUN.
1179- Introduced STLInterface/wrappers directory. Testing on OSF+ObjectSpace (G.Cosmo).
1180
11816th May 1999 Gabriele Cosmo
1182- Introduced G4USE_OSPACE for ObjectSpace STL. If defined G4USE_STL is
1183 set as well. Modified architecture.gmk and binmake.gmk.
1184
11856th May 1999 John Allison
1186- Removed extra library for circular dependencies. Now all solved!
1187
11885th May 1999 Gabriele Cosmo
1189- Fixed typo in architecture.gmk and defined OSPACEDIR to point to the G4
1190 dev area where links to the ObjectSpace installations at CERN have been
1191 created for all platforms. "pro" version points to ObjectSpace 2.1.
1192
11935th May 1999 John Allison
1194- Eliminated all references to RW in the case of G4USE_STL.
1195- Added OSPACE variables.
1196
119728th April 1999 Gabriele Cosmo (config-01-00-04)
1198- architecture.gmk: moved link for CLHEP to "new" to test the new version
1199 1.4 of CLHEP. It will become "pro" again as soon as the new CLHEP will be
1200 validated. NOTE: for DEC-cxx a custom CLHEP installation is used in order
1201 to deactivate the ISO-ANSI options now set by default in CLHEP.
1202
120319th April 1999 Gabriele Cosmo (config-01-00-03)
1204- architecture.gmk: introduced CCFLAGS for all platforms. Set CCFLAGS to
1205 "-Ae +DAportable" for HP-aCC to overcome compilation problems on liblist.c
1206
120718th April 1999 Youhei Morita
1208- architecture.gmk, binmake.gmk: introduced OBJY_LDLIB variable for
1209 defining Objectivity library within G4ODBMS.
1210
121113th April 1999 Gabriele Cosmo
1212- architecture.gmk: added the following options in compilation:
1213 o HP-aCC, SGI-CC: +Onolimit, -Olimit 5000 respectively.
1214 Not suppress any optimization specifying a high or unlimited memory
1215 limitation.
1216 o DEC-cxx: -timplicit_local.
1217 Get rid of the template repository by generating explicit template
1218 instantiations used in the code with internal linkage.
1219
122013th April 1999 John Allison
1221- In binmake.gmk: - moved libmap target to source/GNUmakefile.
1222 - extensive tidying.
1223
122412th April 1999 John Allison
1225- In liblist.c: - fixed bug to distinguish, e.g., track from tracking.
1226 - improved printing.
1227 - improved "Usage" comments.
1228 - improved protection against bad input format.
1229- In binmake.gmk, used $(ECHO) to solve platform dependency of echo.
1230- In binmake.gmk for granular libraries:
1231 - fully implemented -d option.
1232 - Gave /tmp files a unique name.
1233 - Removed repeated libraries - no longer necessary, all circular
1234 dependencies seem solved.
1235
12369th April 1999 Frank Behner
1237- Fixed bug in liblist in -d option
1238- Changed binmake.gmk to use liblist -d
1239
124018th February 1999 John Allison
1241- Added G4USE_STL flag.
1242- Added code for linking granular libraries.
1243
12441st January 1999 Gunter Folger (config-01-00-02)
1245- Add FCLIBS for SUN.
1246
1247January 29th 1999 - John Allison (config-01-00-01)
1248- Changed rd44 to sw/geant4.
1249
1250December 15th, 1998 - G.Cosmo (config-00-04-11)
1251- Added G4_HAVE_BOOL to DEC-cxx.
1252- Cosmetic changes.
1253
1254December 12th, 1998 - J.Allison (config-00-04-10)
1255- Fixed bug in OGLFLAGS and OGLLIBS user override mechanism.
1256
1257December 11th, 1998 - J.Allison (config-00-04-09)
1258- Removed -fnonstd for SUN-CC.
1259
1260December 10th, 1998 - G.Cosmo (config-00-04-08)
1261- architecture.gmk: introduced $G4DATA variable which can be user
1262 defined. Default is set to $G4INSTALL/data.
1263- architecture.gmk: introduced $G4LEVELGAMMADATA set as default to
1264 $G4DATA/PhotonEvaporation.
1265- globlib.gmk: fixed minor bug (courtesy of V.Krylov).
1266
1267December 10th, 1998 - J.Allison (config-00-04-07)
1268- architecture.gmk: allowed environment variables OGLFLAGS and OGLLIBS.
1269
1270December 7th, 1998 - S.Tanaka, G.Cosmo (config-00-04-06)
1271- architecture.gmk: fixed setting of VISLIBS.
1272
1273December 7th, 1998 - S.Tanaka
1274- Update of architecture.gmk and G4VIS_USE.gmk:
1275 In SUN-CC, "-L/usr/lib -lsocket -lnsl" is moved from X11LIBS to VISLIBS.
1276
1277December 5th, 1998 - G.Cosmo (config-00-04-05)
1278- architecture.gmk: introduced -fnonstd compiler option for SUN-CC.
1279 This option causes non-standard initialization of floating-point
1280 arithmetic hardware; it enables hardware traps for floating-point
1281 overflow, division by zero, and invalid operation exceptions.
1282
1283December 4th, 1998 - G.Barrand
1284- architecture.gmk: corrected paths for HepVis and HepInventor.
1285- interactivity.gmk: fixed setup for LOAD_IV.
1286
1287December 3rd, 1998 - S.Tanaka
1288- Revision to make compilation of DAWN (network) driver
1289 at Solaris and IRIX automatic. See below.
1290- Added the following line to SUN-CC and SGI-CC
1291 CPPFLAGS += -DSOCKET_IRIX_SOLARIS
1292- Added -L/usr/lib -lsocket -lnsl in X11LIBS for SUN-CC.
1293 (This place is strange. But I cannot think of a better place.)
1294
1295December 3rd, 1998 - J.Allison (config-00-04-04)
1296- Set G4STREAM for all platforms.
1297- Set G4STREAM_STREAMBUF_IMPLEMENTATION for selected platforms.
1298
1299December 3rd, 1998 - S.Sadilov
1300- Updated architecture.gmk : G4STREAM_STREAMBUF_IMPLEMENTATION for WIN32.
1301- Updated globlib.gmk : right incremental LIB for WIN32.
1302
1303December 1st, 1998 - G.Cosmo (config-00-04-03)
1304- Updated architecture.gmk and binmake.gmk: G4SYSTEM revision.
1305- Added +DAportable compiler option to HP-aCC setup to support HPPA 2.0
1306 for PA8000 CPUs.
1307
1308December 1st, 1998 - J.Allison (config-00-04-02)
1309- Added generators/include to binmake.gmk.
1310
1311November 30th, 1998 - J.Allison (config-00-04-01)
1312- Added neutron_hp/include to binmake.gmk.
1313- CLHEP_BASE_DIR and RWBASE for WIN32 (Serguei Sadilov).
1314
1315November 18th, 1998 - J.Allison (config-00-03-06)
1316- Changed CXXFLAGS for DEC6-AFS debug from -g to -gall.
1317
1318October 30th, 1998 - G.Cosmo (config-00-03-05)
1319- architecture.gmk: added G4STREAM_STREAMBUF_IMPLEMENTATION variable. (G.Barrand)
1320- G4UI_BUILD.gmk: removed G4UI_BUILD_XM_REDIRECT_COUT. (G.Barrand)
1321
1322October 13th, 1998 J.Allison (config-00-03-04)
1323- Changed ifdef G4_USE_G4STREAM to ifneq ($(findstring AIX,$(G4SYSTEM)),AIX)
1324
1325October 13th, 1998 J.Allison (config-00-03-03)
1326- Removed G4VIS_DONT_USE. (G.Barrand)
1327- Added if G4_USE_G4STREAM, CPPFLAGS += -DG4STREAM. (M.Nagamatu)
1328
1329October 9th J.Allison (config-00-03-02)
1330- Tagged.
1331
1332October 2nd, 1998 - M.Asai
1333- G4_NO_STORE_TRAJECTORY option is added to architecture.gmk.
1334
1335September 30th, 1998 - G.Barrand
1336- G4VIS_USE.gmk: bracket everything with "ifndef G4VIS_DONT_USE" in order
1337 to be able to disconnect easily visualization for tests programs.
1338
1339September 18th, 1998 - G.Cosmo (config-00-03-01)
1340- architecture.gmk: introduced G4DUMMY_VARIABLE to hide $(shell)
1341 command not compatible with the new version 3.77 of GMAKE (G.Folger).
1342
1343September 14th, 1998 - G.Cosmo
1344- binmake.gmk: placed digits+hits library in the correct link order
1345 according to the category diagram.
1346
1347August 31st, 1998 - G.Cosmo (config-00-02-05)
1348- architecture.gmk: Changed first CPPFLAGS statement from := to +=,
1349 to allow additional CPPFLAGS to be defined by the user. Needed for test
1350 (F.Behner)
1351- binmake.gmk: Added EXTRALIBS to allow a user to add own libraries in the
1352 link path. Needed for test.
1353 (F.Behner)
1354- binmake.gmk: inverted link order of processes and particles libraries
1355 which was wrong. (G.Cosmo)
1356
1357August 26th, 1998 - John Allison (config-00-02-04)
1358- Backed out 22nd August change (G4UIGAG as default) - G4UIterminal
1359 is now default.
1360
1361August 24th, 1998 - Y.Morita (config-00-02-03)
1362- globlib.gmk: added $(G4LIBDIR)/lib$(name).a for target "global".
1363
1364August 22nd, 1998 - J.Allison (config-00-02-02)
1365- Set GAG variables by default.
1366
1367August 11th, 1998 - G.Cosmo (config-00-02-01)
1368- Tagged.
1369
1370August 7th, 1998 - John Allison/Michel Maire.
1371- Added -I/usr/include before -I/usr/local/include to OGLFLAGS for DEC-AFS.
1372- Changed -lGl to -lMesaGL, etc., for DEC-AFS.
1373
1374August 6th, 1998 - John Allison
1375- Added UILIBS := to G4UI_USE.gmk and VISLIBS := to G4VIS_USE.gmk.
1376
1377August 5th, 1998 - Guy Barrand
1378- Added LOAD_XM = 1 and LOAD_XAW = 1 to G4UI_USE.gmk.
1379
1380July 30th, 1998 - G.Cosmo (config-b01)
1381- globlib.gmk: added phony target "wipe_libs". Now target "global"
1382 effectively deletes all existent granular libraries.
1383- common.gmk: archiving of libraries is silent now by default.
1384
1385July 23th, 1998 - Y.Morita (config-00-01-16)
1386- globlib.gmk: fixed target "global" for G4ODBMS
1387- binmake.gmk: fixes for Win/NT.
1388
1389July 20th, 1998 - John Allison (config-00-01-15)
1390- Removed LDFLAGS += -Wl,-Bstatic for G++-Linux introduced by Larry
1391 Felawka on July 10th for g++ 2.8. No longer thought to be necessary.
1392
1393July 19th, 1998 - G.Cosmo (config-00-01-14)
1394- common.gmk: introduced CPPVERBOSE flag.
1395- architecture.gmk: protected creation of $G4SCHEMA_DIR and
1396 $G4EXAMPLE_BOOT_DIR directories with G4ODBMS.
1397- binmake.gmk: fixed bug in creation of $G4TARGET.
1398
1399July 18th, 1998 - G.Cosmo (config-00-01-13)
1400- Added fix to binmake.gmk for WIN32-VC-NICE (G.Folger)
1401
1402July 16th, 1998 - John Allison
1403- Added GNU_GCC makefile flags where omitted.
1404
1405July 15th, 1998 - Youhei Morita (config-00-01-12)
1406- architecture.gmk added G4EXAMPLE_BOOT_DIR and G4EXAMPLE_BOOT
1407- globlib.gmk revised cleandb target
1408
1409July 14th, 1998 - Peter Urban (config-00-01-11)
1410- added two Perl scripts that correct STEP exchange files.
1411
1412July 14th, 1998 - Youhei Morita (config-00-01-10)
1413- architecture.gmk added definition of G4SCHEMA_DIR
1414- globlib.gmk added new target G4SCHEMA.FDDB for G4ODBMS
1415
1416July 10th, 1998 - Youhei Morita (config-00-01-09)
1417- binmake.gmk added following to INCFLAGS
1418 -I$(G4BASE)/persistency/digits+hits/hits/include \
1419 -I$(G4TMP)/$(G4SYSTEM)/G4phits \
1420- binmake.gmk moved persistency include path to ifdef G4ODBMS block
1421
1422July 10th, 1998 - John Allison??
1423- binmake.gmk added geometry/solids/STEPinterface/include
1424
1425July 10th, 1998 - Youehi Morita (config-00-01-08)
1426- globlib.gmk added new targets 'headers' and 'd_files' for G4ODBMS
1427- common.gmk added new target 'headers'
1428 added $(schema_hh) dependency to $(G4TMPDIR)/%.o
1429- binmake.gmk added INCFLAGS, LDLIBS and LDFLAGS for G4ODBMS
1430
1431July 10th, 1998 - L.Felawka
1432- architecture.gmk: updated compilation flags for g++.
1433
1434July 9th, 1998 - G.Cosmo (config-00-01-07)
1435- Removed bug in "all" target in globlib.gmk, introduced recently.
1436- Modified "all" target in globlib.gmk to handle G4ODBMS.
1437- Added fix for G4ODBMS to common.gmk.
1438
1439July 9th, 1998 - Youehi Morita
1440- Added G4ODBMS_BUILD.gmk for HepODBMS and Objectivity/DB CPPFLAGS.
1441
1442July 7th, 1998 - John Allison (config-00-01-06)
1443- Incorporated Makoto's patches for ifndef G4UI_BUILD_TERMINAL_SESSION and
1444 ifndef G4UI_USE_TERMINAL.
1445
1446July 7th, 1998 - G.Cosmo (config-00-01-05)
1447- Added $(schema_hh) target and dependency to it in case of G4ODBMS
1448 set when building .d files.
1449
1450July 7th, 1998 - John Allison (config-00-01-04)
1451- Tagged.
1452
1453July 7th, 1998 - Guy Barrand
1454- Introduced interactivity.gmk.
1455
1456July 6th, 1998 - J.Allison (config-00-01-03)
1457- Added G4UI_BUILD.gmk and G4UI_BUILD.gmk.
1458
1459July 6th, 1998 - G.Cosmo (config-00-01-02)
1460- Introduced "glob" and "objs" targets in globlib.gmk. Modified
1461 rule to build global library, does not depend anymore on "libs".
1462 (by J.Allison)
1463- Moved G4VIS_USE.gmk and G4VIS_BUILD.gmk from source/visualization.
1464
1465July 3rd, 1998 - G.Cosmo (config-00-01-01)
1466- Created
Note: See TracBrowser for help on using the repository browser.