Files
geant4/config/History
T
2016-06-08 15:09:25 +02:00

407 lines
15 KiB
Plaintext

$Id: History,v 1.50 1999/07/06 17:54:47 johna Exp $
$Name: geant4-00-01 $
-------------------------------------------------------------------
=========================================================
Geant4 - an Object-Oriented Toolkit for Simulation in HEP
=========================================================
Category History file
---------------------
History file for Geant4 configuration scripts.
It DOES NOT substitute the CVS log-message one should put at every
committal in the CVS repository !
----------------------------------------------------------
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
6th July 1999 John Allison (config-01-00-10)
- Changed -L/usr/X11/lib to -L/usr/X11R6/lib for Linux.
6th July 1999 Gunter Folger (config-01-00-09)
- Adapt architecture.gmk for use of STL with WIN32-VC
Remove NICE from G4SYSTEM name WIN32-VC in architecture, globlib and
binmake.gmk
3rd July 1999 John Allison (config-01-00-08a)
- Added full-stop after i.e in binmake.gmk.
2nd July 1999 John Allison (config-01-00-08)
- Protected liblist against duplicate library names.
29th June 1999 Gabriele Cosmo (config-01-00-07)
- architecture.gmk: fixed bug in SUN-CC setup concerning XMLIBS and XMFLAGS.
-lXm was missing.
25th June 1999 Gabriele Cosmo
- Use $G4LIB/$G4SYSTEM instead of $G4LIBDIR in binmake.gmk for invoking
liblist and search for libname.map (granular libraries setup).
24th June 1999 John Allison
- Use liblist and libname.map in $G4LIBDIR.
19th June 1999 John Allison
- Removed references to G4Ray in G4VIS_BUILD.gmk and G4VIS_USE.gmk.
9th June 1999 Gunter Folger
- Adapt liblist.c for Windows, all changes contained withing #ifdef WIN32 blocks.
4th June 1999 John Allison
- Corrected USER_DEFINED_LDLIBS action.
- Changed `export G4TMP=$(G4TMP);' to `G4TMP=$(G4TMP); export G4TMP;'
- Added -I$(G4BASE)/geometry/solids/Boolean/include.
- Introduced LDLIBS_PREFINAL (Gunter).
2nd June 1999 John Allison
- Changed more occurrences of := to = to fix crash of liblist at startup.
1st June 1999 John Allison
- Changed LDLIBS2 := to LDLIBS2 = in binmake.gmk.
- Reverted $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(G4TARGET) to $(G4TMPDIR).
- Added /$(G4TARGET) to liblist -d $(G4WORKDIR)/tmp/$(G4SYSTEM) in binmake.gmk.
31st May 1999 John Allison
- Added -I$(G4BASE)/processes/electromagnetic/lowenergy/include.
27th May 1999 Gabriele Cosmo (config-01-00-06)
- architecture.gmk: set default $G4INSTALL path to $HOME/geant4 (was still referring
to geant4beta...).
- Restored default CLHEP_BASE_DIR to /afs/cern.ch/sw/geant4/dev/CLHEP/$G4SYSTEM/pro.
- architecture.gmk: added -DG4NOT_ISO_DELETES for NT setup (G.Folger).
25th May 1999 Gabriele Cosmo
- architecture.gmk: fixed bug in SUN-CC setup. Replaced VISLIBS with LOADLIBS to
specify inclusion of socket libraries -lsocket -lnsl.
- binmake.gmk: fixed path to libname.map in the definition of LDLIBS2 for the
granular libs setup.
19th May 1999 John Allison
- Force linking of static library, libCLHEP.a.
18th May 1999 John Allison
- Specify -DG4NOT_ISO_DELETES in any case (not just G4USE_STL) and only
for HP, Sun and AIX.
17th May 1999 Gabriele Cosmo
- Added -DG4NOT_ISO_DELETES for DEC and AIX and moved inside G4USE_STL or
G4USE_OSPACE scope for all platforms which need it.
- Added path to wrappers for AIX.
17th May 1999 John Allison
- Added -DG4NOT_ISO_DELETES for Sun and HP.
- Changed order of -I$(OSPACEDIR)/ospace/std and -I$(OSPACEDIR)/ospace/stl.
13th May 1999 Gabriele Cosmo (config-01-00-05)
- architecture.gmk: G4USE_OSPACE setup is now independent from G4USE_STL which
is now devoted for generic STL setup. Added -DOS_NO_TYPEDEF_5 option to HP-aCC
for ObjectSpace.
12th May 1999 Gabriele Cosmo
- architecture.gmk: modified path to STL wrapper files directory to point to
$RWINC/wrappers/$G4SYSTEM. Wrappers are now differenciated according to
the architecture type.
11th May 1999 Gabriele Cosmo
- architecture.gmk: merged Isidro's OSPACE setup for HP-aCC.
Reorganised OSPACE options by introducing OSPACEINC variable.
10th May 1999 Guy Barrand
- interactivity.gmk ; put OpenGL things after OPACS things to have
correct link order.
10th May 1999 John Allison
- Added -I$(OSPACEDIR)/ospace/stl for Sun.
7th May 1999 John Allison
- Added GREP := grep except for SUN.
- Introduced STLInterface/wrappers directory. Testing on OSF+ObjectSpace (G.Cosmo).
6th May 1999 Gabriele Cosmo
- Introduced G4USE_OSPACE for ObjectSpace STL. If defined G4USE_STL is
set as well. Modified architecture.gmk and binmake.gmk.
6th May 1999 John Allison
- Removed extra library for circular dependencies. Now all solved!
5th May 1999 Gabriele Cosmo
- Fixed typo in architecture.gmk and defined OSPACEDIR to point to the G4
dev area where links to the ObjectSpace installations at CERN have been
created for all platforms. "pro" version points to ObjectSpace 2.1.
5th May 1999 John Allison
- Eliminated all references to RW in the case of G4USE_STL.
- Added OSPACE variables.
28th April 1999 Gabriele Cosmo (config-01-00-04)
- architecture.gmk: moved link for CLHEP to "new" to test the new version
1.4 of CLHEP. It will become "pro" again as soon as the new CLHEP will be
validated. NOTE: for DEC-cxx a custom CLHEP installation is used in order
to deactivate the ISO-ANSI options now set by default in CLHEP.
19th April 1999 Gabriele Cosmo (config-01-00-03)
- architecture.gmk: introduced CCFLAGS for all platforms. Set CCFLAGS to
"-Ae +DAportable" for HP-aCC to overcome compilation problems on liblist.c
18th April 1999 Youhei Morita
- architecture.gmk, binmake.gmk: introduced OBJY_LDLIB variable for
defining Objectivity library within G4ODBMS.
13th April 1999 Gabriele Cosmo
- architecture.gmk: added the following options in compilation:
o HP-aCC, SGI-CC: +Onolimit, -Olimit 5000 respectively.
Not suppress any optimization specifying a high or unlimited memory
limitation.
o DEC-cxx: -timplicit_local.
Get rid of the template repository by generating explicit template
instantiations used in the code with internal linkage.
13th April 1999 John Allison
- In binmake.gmk: - moved libmap target to source/GNUmakefile.
- extensive tidying.
12th April 1999 John Allison
- In liblist.c: - fixed bug to distinguish, e.g., track from tracking.
- improved printing.
- improved "Usage" comments.
- improved protection against bad input format.
- In binmake.gmk, used $(ECHO) to solve platform dependency of echo.
- In binmake.gmk for granular libraries:
- fully implemented -d option.
- Gave /tmp files a unique name.
- Removed repeated libraries - no longer necessary, all circular
dependencies seem solved.
9th April 1999 Frank Behner
- Fixed bug in liblist in -d option
- Changed binmake.gmk to use liblist -d
18th February 1999 John Allison
- Added G4USE_STL flag.
- Added code for linking granular libraries.
1st January 1999 Gunter Folger (config-01-00-02)
- Add FCLIBS for SUN.
January 29th 1999 - John Allison (config-01-00-01)
- Changed rd44 to sw/geant4.
December 15th, 1998 - G.Cosmo (config-00-04-11)
- Added G4_HAVE_BOOL to DEC-cxx.
- Cosmetic changes.
December 12th, 1998 - J.Allison (config-00-04-10)
- Fixed bug in OGLFLAGS and OGLLIBS user override mechanism.
December 11th, 1998 - J.Allison (config-00-04-09)
- Removed -fnonstd for SUN-CC.
December 10th, 1998 - G.Cosmo (config-00-04-08)
- architecture.gmk: introduced $G4DATA variable which can be user
defined. Default is set to $G4INSTALL/data.
- architecture.gmk: introduced $G4LEVELGAMMADATA set as default to
$G4DATA/PhotonEvaporation.
- globlib.gmk: fixed minor bug (courtesy of V.Krylov).
December 10th, 1998 - J.Allison (config-00-04-07)
- architecture.gmk: allowed environment variables OGLFLAGS and OGLLIBS.
December 7th, 1998 - S.Tanaka, G.Cosmo (config-00-04-06)
- architecture.gmk: fixed setting of VISLIBS.
December 7th, 1998 - S.Tanaka
- Update of architecture.gmk and G4VIS_USE.gmk:
In SUN-CC, "-L/usr/lib -lsocket -lnsl" is moved from X11LIBS to VISLIBS.
December 5th, 1998 - G.Cosmo (config-00-04-05)
- architecture.gmk: introduced -fnonstd compiler option for SUN-CC.
This option causes non-standard initialization of floating-point
arithmetic hardware; it enables hardware traps for floating-point
overflow, division by zero, and invalid operation exceptions.
December 4th, 1998 - G.Barrand
- architecture.gmk: corrected paths for HepVis and HepInventor.
- interactivity.gmk: fixed setup for LOAD_IV.
December 3rd, 1998 - S.Tanaka
- Revision to make compilation of DAWN (network) driver
at Solaris and IRIX automatic. See below.
- Added the following line to SUN-CC and SGI-CC
CPPFLAGS += -DSOCKET_IRIX_SOLARIS
- Added -L/usr/lib -lsocket -lnsl in X11LIBS for SUN-CC.
(This place is strange. But I cannot think of a better place.)
December 3rd, 1998 - J.Allison (config-00-04-04)
- Set G4STREAM for all platforms.
- Set G4STREAM_STREAMBUF_IMPLEMENTATION for selected platforms.
December 3rd, 1998 - S.Sadilov
- Updated architecture.gmk : G4STREAM_STREAMBUF_IMPLEMENTATION for WIN32.
- Updated globlib.gmk : right incremental LIB for WIN32.
December 1st, 1998 - G.Cosmo (config-00-04-03)
- Updated architecture.gmk and binmake.gmk: G4SYSTEM revision.
- Added +DAportable compiler option to HP-aCC setup to support HPPA 2.0
for PA8000 CPUs.
December 1st, 1998 - J.Allison (config-00-04-02)
- Added generators/include to binmake.gmk.
November 30th, 1998 - J.Allison (config-00-04-01)
- Added neutron_hp/include to binmake.gmk.
- CLHEP_BASE_DIR and RWBASE for WIN32 (Serguei Sadilov).
November 18th, 1998 - J.Allison (config-00-03-06)
- Changed CXXFLAGS for DEC6-AFS debug from -g to -gall.
October 30th, 1998 - G.Cosmo (config-00-03-05)
- architecture.gmk: added G4STREAM_STREAMBUF_IMPLEMENTATION variable. (G.Barrand)
- G4UI_BUILD.gmk: removed G4UI_BUILD_XM_REDIRECT_COUT. (G.Barrand)
October 13th, 1998 J.Allison (config-00-03-04)
- Changed ifdef G4_USE_G4STREAM to ifneq ($(findstring AIX,$(G4SYSTEM)),AIX)
October 13th, 1998 J.Allison (config-00-03-03)
- Removed G4VIS_DONT_USE. (G.Barrand)
- Added if G4_USE_G4STREAM, CPPFLAGS += -DG4STREAM. (M.Nagamatu)
October 9th J.Allison (config-00-03-02)
- Tagged.
October 2nd, 1998 - M.Asai
- G4_NO_STORE_TRAJECTORY option is added to architecture.gmk.
September 30th, 1998 - G.Barrand
- G4VIS_USE.gmk: bracket everything with "ifndef G4VIS_DONT_USE" in order
to be able to disconnect easily visualization for tests programs.
September 18th, 1998 - G.Cosmo (config-00-03-01)
- architecture.gmk: introduced G4DUMMY_VARIABLE to hide $(shell)
command not compatible with the new version 3.77 of GMAKE (G.Folger).
September 14th, 1998 - G.Cosmo
- binmake.gmk: placed digits+hits library in the correct link order
according to the category diagram.
August 31st, 1998 - G.Cosmo (config-00-02-05)
- architecture.gmk: Changed first CPPFLAGS statement from := to +=,
to allow additional CPPFLAGS to be defined by the user. Needed for test
(F.Behner)
- binmake.gmk: Added EXTRALIBS to allow a user to add own libraries in the
link path. Needed for test.
(F.Behner)
- binmake.gmk: inverted link order of processes and particles libraries
which was wrong. (G.Cosmo)
August 26th, 1998 - John Allison (config-00-02-04)
- Backed out 22nd August change (G4UIGAG as default) - G4UIterminal
is now default.
August 24th, 1998 - Y.Morita (config-00-02-03)
- globlib.gmk: added $(G4LIBDIR)/lib$(name).a for target "global".
August 22nd, 1998 - J.Allison (config-00-02-02)
- Set GAG variables by default.
August 11th, 1998 - G.Cosmo (config-00-02-01)
- Tagged.
August 7th, 1998 - John Allison/Michel Maire.
- Added -I/usr/include before -I/usr/local/include to OGLFLAGS for DEC-AFS.
- Changed -lGl to -lMesaGL, etc., for DEC-AFS.
August 6th, 1998 - John Allison
- Added UILIBS := to G4UI_USE.gmk and VISLIBS := to G4VIS_USE.gmk.
August 5th, 1998 - Guy Barrand
- Added LOAD_XM = 1 and LOAD_XAW = 1 to G4UI_USE.gmk.
July 30th, 1998 - G.Cosmo (config-b01)
- globlib.gmk: added phony target "wipe_libs". Now target "global"
effectively deletes all existent granular libraries.
- common.gmk: archiving of libraries is silent now by default.
July 23th, 1998 - Y.Morita (config-00-01-16)
- globlib.gmk: fixed target "global" for G4ODBMS
- binmake.gmk: fixes for Win/NT.
July 20th, 1998 - John Allison (config-00-01-15)
- Removed LDFLAGS += -Wl,-Bstatic for G++-Linux introduced by Larry
Felawka on July 10th for g++ 2.8. No longer thought to be necessary.
July 19th, 1998 - G.Cosmo (config-00-01-14)
- common.gmk: introduced CPPVERBOSE flag.
- architecture.gmk: protected creation of $G4SCHEMA_DIR and
$G4EXAMPLE_BOOT_DIR directories with G4ODBMS.
- binmake.gmk: fixed bug in creation of $G4TARGET.
July 18th, 1998 - G.Cosmo (config-00-01-13)
- Added fix to binmake.gmk for WIN32-VC-NICE (G.Folger)
July 16th, 1998 - John Allison
- Added GNU_GCC makefile flags where omitted.
July 15th, 1998 - Youhei Morita (config-00-01-12)
- architecture.gmk added G4EXAMPLE_BOOT_DIR and G4EXAMPLE_BOOT
- globlib.gmk revised cleandb target
July 14th, 1998 - Peter Urban (config-00-01-11)
- added two Perl scripts that correct STEP exchange files.
July 14th, 1998 - Youhei Morita (config-00-01-10)
- architecture.gmk added definition of G4SCHEMA_DIR
- globlib.gmk added new target G4SCHEMA.FDDB for G4ODBMS
July 10th, 1998 - Youhei Morita (config-00-01-09)
- binmake.gmk added following to INCFLAGS
-I$(G4BASE)/persistency/digits+hits/hits/include \
-I$(G4TMP)/$(G4SYSTEM)/G4phits \
- binmake.gmk moved persistency include path to ifdef G4ODBMS block
July 10th, 1998 - John Allison??
- binmake.gmk added geometry/solids/STEPinterface/include
July 10th, 1998 - Youehi Morita (config-00-01-08)
- globlib.gmk added new targets 'headers' and 'd_files' for G4ODBMS
- common.gmk added new target 'headers'
added $(schema_hh) dependency to $(G4TMPDIR)/%.o
- binmake.gmk added INCFLAGS, LDLIBS and LDFLAGS for G4ODBMS
July 10th, 1998 - L.Felawka
- architecture.gmk: updated compilation flags for g++.
July 9th, 1998 - G.Cosmo (config-00-01-07)
- Removed bug in "all" target in globlib.gmk, introduced recently.
- Modified "all" target in globlib.gmk to handle G4ODBMS.
- Added fix for G4ODBMS to common.gmk.
July 9th, 1998 - Youehi Morita
- Added G4ODBMS_BUILD.gmk for HepODBMS and Objectivity/DB CPPFLAGS.
July 7th, 1998 - John Allison (config-00-01-06)
- Incorporated Makoto's patches for ifndef G4UI_BUILD_TERMINAL_SESSION and
ifndef G4UI_USE_TERMINAL.
July 7th, 1998 - G.Cosmo (config-00-01-05)
- Added $(schema_hh) target and dependency to it in case of G4ODBMS
set when building .d files.
July 7th, 1998 - John Allison (config-00-01-04)
- Tagged.
July 7th, 1998 - Guy Barrand
- Introduced interactivity.gmk.
July 6th, 1998 - J.Allison (config-00-01-03)
- Added G4UI_BUILD.gmk and G4UI_BUILD.gmk.
July 6th, 1998 - G.Cosmo (config-00-01-02)
- Introduced "glob" and "objs" targets in globlib.gmk. Modified
rule to build global library, does not depend anymore on "libs".
(by J.Allison)
- Moved G4VIS_USE.gmk and G4VIS_BUILD.gmk from source/visualization.
July 3rd, 1998 - G.Cosmo (config-00-01-01)
- Created