Files
geant4/config/History
T
2016-06-08 15:55:53 +02:00

726 lines
28 KiB
Plaintext

$Id: History,v 1.129 2000/12/13 09:19:56 gcosmo Exp $
$Name: geant4-03-00 $
-------------------------------------------------------------------
=========================================================
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 *
----------------------------------------------------------
13th December 2000 Gunter Folger (config-V02-00-14)
- common.gmk: fix to rule for building dependencies, parsing is skip
if $(dependencies) is empty.
- globlib.gmk: added "includes" to PHONY target list and fixed typo.
- Added comments to "includes" rules.
8th December 2000 Gabriele Cosmo (config-V02-00-13)
- Changed G4LIB_BUILD_ARCHIVE to G4LIB_BUILD_STATIC in architecture.gmk,
common.gmk and globlib.gmk.
7th December 2000 Gabriele Cosmo (config-V02-00-12)
- Added options to SUN-CC5.gmk to handle multithreading and persistency.
5th December 2000 Youhei Morita (config-V02-00-11)
- Introduced GPPFLAGS to set -M or -MM according to G4ODBMS.
5th December 2000 Gabriele Cosmo (config-V02-00-10)
- Restored -MM option to g++ for making dependencies. -M was introduced in
tag config-V02-00-02 to allow dependency search on system headers as well
(#include<...> statements). This however introduces serious clashes with
Objectivity schema generation for the persistency module.
4th December 2000 Gunter Folger (config-V02-00-09)
- Disable G4RUNPATHOPTION (internal variable) for all but SUN. This is/will
be used when linking with G4 shared libraries to store the path to these
libraries in the executable.
1st December 2000 Gabriele Cosmo (config-V02-00-08)
- Added G4UI_USE_TCSH and related settings to G4UI_USE.gmk (M.Maire).
- Merged SUN-CC6.gmk to SUN-CC5.gmk and removed SUN-CC6.gmk.
1st December 2000 Gunter Folger (config-V02-00-07)
- Change -M to -M -MG in common.gmk, binmake.gmk. This will output a "correct"
dependency file even when missing header files are missing. Correct in the
sense that liblist will work, and that the missing header is supposed to be
(made) in the source directory.
17th November 2000 Gunter Folger (config-V02-00-06)
- Link with CLHEP using -L/-l instead of absolute filename; this allows
to link with shared lib of Anaphe, or static lib of Geant4.
- Added shared-lib settings to sys configurations.
14th November 2000 Gabriele Cosmo (config-V02-00-05)
- Added reference to new "parameterisations" top category.
Modified files: binmake.gmk.
- Removed makeshlib.sh script, now obsolete.
7th November 2000 Guy Barrand
- analysis.gmk : renamed OpenScientist things to "Lab" ;
Lab is the concrete package where analysis is done.
3rd November 2000 Gunter Folger (config-V02-00-04)
- common.gmk: fix for shared-library build.
- common.gmk, globlib.gmk: added rules for "includes" gmake target.
- architecture.gmk: introduced new user settable variable G4INCLUDE
to specify path where headers (files or symbolic-links) should be installed.
1st November 2000 Guy Barrand
- analysis.gmk: declared Lizard.
24th October 2000 Gunter Folger (config-V02-00-03)
- architecture.gmk, common.gmk, globlib.gmk, sys/*:
o merged building shared libraries into makefiles.
The MAKESHLIB script is no longer used.
- Introduced new variables steering the building of archive/shared libs:
G4LIB_BUILD_SHARED
G4LIB_BUILD_ARCHIVE (still default)
note that G4MAKESHLIB set will internally set G4LIB_BUILD_SHARED for
backwards compatiblity.
- Introduced new variable (G4LIB_USE_GRANULAR) to force using of granular
libraries, even when libG4global.a/.so exists.
14th September 2000 Guy Barrand
- Introduced changes to handle analysis module.
o added analysis.gmk.
o sys/Linux-g++.gmk: added macro DLDLIBS for library dynamic loading.
o binmake.gmk: added inclusion of analysis.gmk.
o binmake.gmk: place LDLIBS3 += $(ANALYSISLIBS) after LDLIBS3 += $(INTYLIBS).
22nd August 2000 John Allison (config-V02-00-02)
- Changed -MM to -M in dependency file making in binmake.gmk and common.gmk.
This causes dependencies of both #include "..." and #include <...> to be
followed. This is the safer option, since some users might/should use,
e.g., #include <g4std/...>, but even these files change sometime.
22nd August 2000 Gunter Folger
- globlib.gmk: fix for protection from infinite loops when a dir does
not exist (G.Folger).
1st August 2000 Gabriele Cosmo (config-V02-00-01)
- Added setup WIN32-g++ for Windows/NT/9X with Cygwin and g++ compiler.
Configuration non officially supported (courtesy of S.Agostinelli and
IST group, Genova).
24th July 2000 Gabriele Cosmo (config-V02-00-00)
- Added path to g3tog4 for global libs.
23rd May 2000 John Allison (config-V01-01-04)
- Added -I$(G4BASE)/processes/hadronic/models/radiative_decay/include to
binmake.gmk.
19th May 2000 Gabriele Cosmo (config-V01-01-03)
- architecture.gmk:
o changed -pic option to -KPIC for SUN architectures.
o fixed HP-aCC setup to cope with new CLHEP version 1.5.
o implemented modular setup. Now system specific configurations are
grouped in separated files $G4SYSTEM.gmk and placed in the new
directory config/sys.
7th April 2000 Gabriele Cosmo (config-V01-01-02)
- binmake.gmk: added include path to the new directory
geometry/solids/specific.
- Updated PERL script g4step_correct.pl for parsing STEP files.
30th March 2000 Gabriele Cosmo (config-V01-01-01)
- makeshlib.sh:
o added few corrections to the script in order to allow
creation of shared libraries without need of the static archive on
platforms which allow this.
o added section for SunOS systems.
(courtesy of I.G.Caballero)
- architecture.gmk:
o on SUN-CC and SUN-CC5, added -pic to CXXFLAGS for building shared
libraries.
21st March 2000 Gabriele Cosmo
- makeshlib.sh: corrected invokation of compiler for HP-aCC setup.
Changed CC to aCC (fixes bug-report #68).
13th March 2000 Gabriele Cosmo (config-V01-01-00)
- architecture.gmk: corrected FCLIBS for Linux-g++
o added -lg2c -lnsl and removed -lf2c.
14th February 2000 Gabriele Cosmo (config-V01-00-02)
- architecture.gmk: added option '+W823' to HP-aCC compilation setup to
discard warnings for macros parameter definition as used in the new
NIST STEP reader.
- binmake.gmk: moved $EXTRALIBS to be included on top of the linking list,
just after the user application library.
31st January 2000 Gabriele Cosmo (config-V01-00-01)
- Added control for the Ray-tracer driver. Introduced G4VIS_USE_RAYTRACER
in G4VIS_USE.gmk and G4VIS_BUILD_RAYTRACER_DRIVER in G4VIS_BUILD.gmk (M.Asai).
- binmake.gmk: fixed dependency order for compound libraries.
Moved -lG4particles and -lG4materials downstream in the list.
- architecture.gmk: added G4NO_OPTIMISE for allowing compilation without
any level of optimisation or debug. G4DEBUG if defined takes precedence.
G4DEBUG and G4OPTIMISE are now defined also as CPPFLAGS.
3rd January 2000 Gabriele Cosmo (config-V01-00-00)
- Syncronized with HEAD.
16th December 1999 John Allison
- Cosmetic improvement to echo line in binmake.gmk.
7th December 1999 Gabriele Cosmo (config-V00-01-19)
- architecture.gmk: minor fix on OSPACELIBS path for Win/NT.
5th December 1999 Youhei Morita (config-V00-01-18)
- architecture.gmk: defined G4OODDLX_FLAGS
- common.gmk: use G4OODDLX_FLAGS
5th December 1999 Gabriele Cosmo (config-V00-01-17)
- architecture.gmk: fixes for Win/NT.
o fixed path for OSPACELIBS
o removed -DG4NOT_ISO_DELETES flag
3rd December 1999 Gabriele Cosmo (config-V00-01-16)
- architecture.gmk: set G4_HAVE_BOOL for SUN-CC5.
3rd December 1999 Youhei Morita
- common.gmk: fixed minor typo in G4OODDLX_SCHEMA_NAME
1st December 1999 Gabriele Cosmo (config-V00-01-15)
- architecture.gmk:
o added new G4SYSTEM flavor SUN-CC5, used for testing on the new C++
compiler v5.0 on SunOS. Requires ISO/ANSI-C++ installation and native
STL by default. Compatibility with old no ISO/ANSI code is assured
through the -compat compiler option and the usage of ObjectSpace STL
(i.e. G4USE_OSPACE set).
o added new flag G4NO_STD_NAMESPACE.
HP-aCC setup with native STL assumes the ISO-ANSI installation by default,
the new flag should be explicitly set in the environment to avoid this.
o upgraded SGI-CC setup to IRIX 6.5.5, CC 7.2.1 and ObjectSpace STL.
Tests on this configuration has NOT been tested though.
1st December 1999 Youhei Morita
- architecture.gmk: added G4EXAMPLE_BOOT and G4EXAMPLE_FD
- common.gmk: copy only the .hh files
- binmake.gmk: added persistent include paths
added new targed cleandb, newboot, newfd
added G4SKIP_DEPEND for dependencies
29th November 1999 Youhei Morita
- architecture.gmk: added G4SYSTEM to G4SCHEMA_DIR, G4TMPSCHEMA_DIR
- common.gmk: changed G4SCHEMA_HEADER_DIR from G4TMPSCHEMA_INCLUDE to G4TMPDIR
added target install_schema for schema copying
- globlib.gmk: create schema header files at G4TMPDIR, then install
29th November 1999 John Allison
- Introduced LDLIBS2EXTRA so that granular libraries are not
expanded too soon.
25th November 1999 Gabriele Cosmo (config-V00-01-14)
- architecture.gmk: redefined OSPACEDIR as OSPACE_BASE_DIR to conform to
an omogeneous format. Added existence check for OSPACE and CLHEP paths.
23rd November 1999 Gabriele Cosmo (config-V00-01-13)
- architecture.gmk: added setup for ISO/ANSI installation on DEC-cxx.
If using native STL (i.e. G4USE_OSPACE not set), G4USE_STD_NAMESPACE is
implicitly defined and a strict-ANSI installation is assumed. Note that
in this case, also CLHEP must have been installed in strict-ANSI mode.
20th November 1999 Youhei Morita (config-V00-01-12)
- common.gmk: added G4OODDLX_SCHEMA_NAME to use Geant4 named schema
19th November 1999 Youhei Morita
- liblist.c: avoid coredumps when it was given non-existing directly.
18th November 1999 Gabriele Cosmo (config-V00-01-11)
- architecture.gmk: added -e option to $ECHO for Linux-g++ setup.
17th November 1999 John Allison (config-V00-01-10)
- binmake.gnk: added isotope_production/include to -I list (Hans-Peter).
17th November 1999 Youhei Morita (config-V00-01-09)
- moved schema header files to G4INSTALL/schema/include
architecture.gmk: introduced G4SCHEMA_INCLUDE and G4TMPSCHEMA_INCLUDE
common.gmk: introduced G4SCHEMA_HEADER_DIR and G4SCHEMA_SRC_DIR
globlib.gmk: added tmp schema header copying
15th November 1999 Gabriele Cosmo (config-V00-01-08)
- Tagged.
14th November 1999 Youhei Morita
- globlib.gmk: moved contruction of libmap for G4ODBMS to
source/GNUmakefile
12th November 1999 Youhei Morita
- common.gmk: introduced G4ODBMS_DEPEND and G4SKIP_DEPEND for
better handling of dependencies
- globlib.gmk: use G4ODBMS_DEPEND, automatic rebuilding of libmap
11th November 1999 Gabriele Cosmo (config-V00-01-07)
- Migration RWT->G4RWT performed:
o Removed every occurence of Rogue-Wave from configuration, replaced
RWBASE with G4STLBASE. Modified scripts: architecture.gmk, common.gmk
and binmake.gmk.
o Made setup for Native-STL the default, removed test on conditional
flag G4USE_STL.
o Removed setup for Win/NT-g++, no longer supported.
10th November 1999 Youhei Morita (config-V00-01-06)
- binmake.gmk: added path to persistency/global/include.
- common.gmk: Change G4ODBMS_DEPEND to G4ODBMS_NODDL
- globlib.gmk: removed G4ODBMS_DEPEND, modified target "global"
10th November 1999 Gabriele Cosmo (config-V00-01-05)
- binmake.gmk: added path to HEPNumerics/include which was missing.
29th October 1999 Guy Barrand
- architecture.gmk, interactivity.gmk: introduced
"G4_OPACS_WIDGET_SET lesstif" logic to handle the case
of using, on Linux, the bugged lesstif with the non bugged OPACS.
29th October 1999 Gabriele Cosmo
- Introduced fixes for shared library setup (courtesy of F.Carminati).
Modified files: architecture.gmk, common.gmk, globlib.gmk, makeshlib.sh.
28th October 1999 Gabriele Cosmo (config-V00-01-04)
- architecture.gmk: removed G4STREAM and G4STREAM_STREAMBUF_IMPLEMENTATION
flags, now no longer needed. Streambuf implementation is the default for
every platform. (by H.Yoshida)
26th October 1999 John Allison
- Augmented liblist to look for dependencies on auto-generated
headers in $G4TMP.
26th October 1999 Gabriele Cosmo (config-V00-01-03)
- Removed AIX-xlC as default platform for G4SYSTEM in architecture.gmk.
Configuration is still kept but no longer supported.
26th October 1999 Youhei Morita
- architecture.gmk: include $(HEP_ODBMS_DIR)/etc/$(OS).mk instead of
defininig load module separately. Defined G4ODBMS_LIBS.
- binmake.gmk: Use G4ODBMS_LIBS.
20th October 1999 Gabriele Cosmo (config-V00-01-02)
- architecture.gmk: removed option -DOS_NO_TYPEDEF_5 from HP-aCC
OSpace setup. Not anymore needed.
20th October 1999 John Allison
- architecture.gmk: removed G4USE_EXPLICIT_TYPES_IN_TEMPLATES (was needed
only for HP aCC; now not needed at all).
19th Octobre 1999 Youhei Morita
- common.gmk: Surpress verbose output for G4ODBMS if CPPVERBOSE
is not defined.
7th October 1999 John Allison (config-V00-01-01)
- Removed WARNINGs about granular libraries. Now standard usage. Simple
using messages printed.
17th Sep 1999 Youhei Morita
- architecture.gmk: Defined G4TMPSCHEMA_DIR, G4TMPSCHEMA_BOOT
Added OBJY_LDLIB definition for Objectivity 5.1
- binmake.gmk: LDLIBS1 += -lG4persistency
- common.gmk: Changed ooddlx boot file option to G4OODDLX_BOOT
- globlib.gmk: Changed G4EXAMPLE_BOOT to G4TMPSCHEMA_BOOT
- G4ODBMS_BUILD.gmk: Defined HEP_ODBMS_EXPORT for HepODBMS 0.3.0.x
27th July 1999 Gonzalo Gracia Abril
- Changed OSPACELIBS := '-libpath:c:\dev\ospace\lib std-2.1-vc5.0-mt.lib'
to OSPACELIBS := '-libpath:$(OSPACEDIR)\lib std-2.1-vc5.0-mt.lib'
in architecture.gmk for NT
20th July 1999 John Allison (config-V00-01-00)
- Added EXTRA_LINK_DEPENDENCIES to binmake.gmk.
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