| [999] | 1 | cvs log $Id: History,v 1.354 2009/04/20 10:10:25 lgarnier Exp $
|
|---|
| [472] | 2 | -------------------------------------------------------------------
|
|---|
| 3 |
|
|---|
| 4 | =========================================================
|
|---|
| 5 | Geant4 - an Object-Oriented Toolkit for Simulation in HEP
|
|---|
| 6 | =========================================================
|
|---|
| 7 |
|
|---|
| 8 | Category History file
|
|---|
| 9 | ---------------------
|
|---|
| 10 |
|
|---|
| 11 | History file for Geant4 configuration scripts.
|
|---|
| 12 | It DOES NOT substitute the CVS log-message one should put at every
|
|---|
| 13 | committal in the CVS repository !
|
|---|
| 14 |
|
|---|
| 15 | ----------------------------------------------------------
|
|---|
| 16 | * Reverse chronological order (last date on top), please *
|
|---|
| 17 | ----------------------------------------------------------
|
|---|
| 18 |
|
|---|
| [999] | 19 | 20 April 2009 Laurent Garnier
|
|---|
| 20 | - sys/Linux-g++.gmk: Corrections to respect Standard location for include
|
|---|
| 21 | and lib paths for Qt. Try to find better if Qt is not located in a standard
|
|---|
| 22 | place
|
|---|
| 23 |
|
|---|
| 24 | 8 Mars 2009 Laurent Garnier
|
|---|
| 25 | - sys/Darwin-g++.gmk: Bug fix for Qt non standard installation
|
|---|
| 26 | - sys/Linux-g++.gmk: Change way to fing QtLib by default
|
|---|
| 27 | - sys+Win32-VC.gmk: Bug fix for building GLQTLIBS
|
|---|
| 28 |
|
|---|
| 29 | 5 Mars 2009 Guy Barrand
|
|---|
| 30 | - analysis.gmk: WIN32-VC : arrange so that what is returned
|
|---|
| 31 | by `aida-config --lib`, which may have the Windows LINK.exe syntax,
|
|---|
| 32 | be understood by g++ which is in fact used on CYGWIN
|
|---|
| 33 | to link applications. Then we transform /LIBPATH options to
|
|---|
| 34 | -libpath options and change the path backslash syntax to
|
|---|
| 35 | a slash syntax. With that someone can use the AIDA implementation
|
|---|
| 36 | coming from an osc-batch or osc-vis binary kit built for
|
|---|
| 37 | Windows-VisualC++, in a G4 example using AIDA built from CYGWIN with
|
|---|
| 38 | a G4 built with the VisualC++ compiler (then having a WIN32-VC G4SYSTEM).
|
|---|
| 39 | - G4UI_USE.gmk: suppress the G4UI_USE_OSC logic.
|
|---|
| 40 | From OpenScientist/16.8, the osc-g4-vis program can instrument
|
|---|
| 41 | directly the GNUmakefile of an example or of a user application
|
|---|
| 42 | which is a clone of some G4 example. And then we let clean
|
|---|
| 43 | the G4 make files concerning OpenScientist.
|
|---|
| 44 |
|
|---|
| 45 | 27th February 2009 Gabriele Cosmo (config-V09-02-04)
|
|---|
| 46 | - common.gmk, globlib.gmk: added removal of moc sources in clean target.
|
|---|
| 47 |
|
|---|
| 48 | 26th February 2009 Gabriele Cosmo (config-V09-02-03)
|
|---|
| 49 | - Linux-g++.gmk: simplified Qt setup to conform to standard Qt installation.
|
|---|
| 50 |
|
|---|
| 51 | 26th January 2009 Gabriele Cosmo (config-V09-02-02)
|
|---|
| 52 | - architecture.gmk: restored generic name for XercesC library for WIN32-VC.
|
|---|
| 53 |
|
|---|
| 54 | 20th January 2009 Gunter Folger (config-V09-02-01)
|
|---|
| 55 | - architecture.gmk: changed name of XercesC library for WIN32-VC.
|
|---|
| 56 |
|
|---|
| 57 | 9th January 2009 Gabriele Cosmo (config-V09-02-00)
|
|---|
| 58 | - Added -lXi to X11LIBS for Linux-g++, Linux-icc and WIN32-g++ configurations,
|
|---|
| 59 | required for correct linkage with OpenInventor Coin3D libraries (suggestion
|
|---|
| 60 | by F.Jones).
|
|---|
| 61 |
|
|---|
| 62 | 9th December 2008 Guy Barrand (config-V09-01-17)
|
|---|
| 63 | - G4UI_USE.gmk: corrected G4UI_USE_OSC to use $(shell ...) instead
|
|---|
| 64 | of direct backquoting to solve a tricky env expansion problem,
|
|---|
| 65 | restricted to the Open-Scientist setup.
|
|---|
| 66 |
|
|---|
| 67 | 8th December 2008 John Allison (config-V09-01-16)
|
|---|
| 68 | - G4UI_USE.gmk: added -DG4UI_USE to CPPFLAGS. Re-ordered G4UI_NONE
|
|---|
| 69 | and G4UI_USE_INCLUDED blocks to be coherent with G4VIS_USE.gmk.
|
|---|
| 70 |
|
|---|
| 71 | 4th December 2008 Laurent Garnier (config-V09-01-15)
|
|---|
| 72 | - Darwin.gmk: fixed mistake in setting of OGLLIBS for Leopard.
|
|---|
| 73 |
|
|---|
| [921] | 74 | 4th December 2008 Gabriele Cosmo, Ben Morgan (config-V09-01-14)
|
|---|
| 75 | - Linux-g++.gmk: implemented temporary workaround to allow for automatic
|
|---|
| 76 | detection of location in non-POSIX paths for X11 and GL libraries depending
|
|---|
| 77 | on 32/64 bits architectures.
|
|---|
| 78 |
|
|---|
| 79 | 3rd December 2008 Gabriele Cosmo (config-V09-01-13)
|
|---|
| 80 | - Define $FIND, $SORT, $TOUCH variables to be customised with absolute
|
|---|
| 81 | path in WIN32-VC in order to pick up correct Cygwin toolset.
|
|---|
| 82 |
|
|---|
| 83 | 1st December 2008 Ben Morgan (config-V09-01-12)
|
|---|
| 84 | - Darwin-g++.gmk, Linux-g++.gmk: corrected definition of temporary QT3_MT
|
|---|
| 85 | by adding missing protection.
|
|---|
| 86 |
|
|---|
| [893] | 87 | 24th November 2008 Laurent Garnier (config-V09-01-11)
|
|---|
| 88 | - interactivity.gmk: changed flags for OpenGL and QT.
|
|---|
| 89 | - Darwin-g++.gmk, Linux-g++.gmk, WIN32-VC.gmk: major update to Qt setup.
|
|---|
| 90 | - Darwin.gmk: automatically detect GLLIBS for Leopard.
|
|---|
| 91 | - moc.gmk: suppressed echo when compiling.
|
|---|
| [886] | 92 |
|
|---|
| 93 | 14th November 2008 Gabriele Cosmo (config-V09-01-10)
|
|---|
| 94 | - Added "electromagnetic/adjoint" sub-module in binmake.gmk.
|
|---|
| 95 |
|
|---|
| 96 | 6th November 2008 Gabriele Cosmo (config-V09-01-09)
|
|---|
| 97 | - Added "particles/adjoint" sub-module in binmake.gmk.
|
|---|
| 98 |
|
|---|
| 99 | 23rd October 2008 Gabriele Cosmo (config-V09-01-08)
|
|---|
| 100 | - Added "persistency/ascii" sub-module in binmake.gmk.
|
|---|
| 101 |
|
|---|
| [850] | 102 | 11th July 2008 Gabriele Cosmo (config-V09-01-07)
|
|---|
| 103 | - architecture.gmk: removed obsoled DOM library from GDMLIBS.
|
|---|
| 104 |
|
|---|
| 105 | 12th June 2008 Gabriele Cosmo (config-V09-01-06)
|
|---|
| 106 | - Linux-g++.gmk: added G4OPTDEBUG flag for "-O2 -g" combined compilation.
|
|---|
| 107 | - AIX-xlC.gmk: added shared libs section as for Linux-g++ according to user
|
|---|
| 108 | suggestion on HN.
|
|---|
| 109 |
|
|---|
| 110 | 9th June 2008 Gabriele Cosmo (config-V09-01-05)
|
|---|
| 111 | - Integrated improvements to Qt setup and AIDA.
|
|---|
| 112 | Restored Qt libs setup to include GL as default.
|
|---|
| 113 |
|
|---|
| 114 | 20th May 2008 Gunter Folger (config-V09-01-04)
|
|---|
| 115 | - liblist.c: removed C++ style comments.
|
|---|
| 116 | - Not including changes made after "config-V09-01-03 ".
|
|---|
| 117 |
|
|---|
| 118 | 13th May 2008 Guy Barrand
|
|---|
| 119 | - G4UI_USE.gmk: added material (protected with G4UI_USE_OSC) to use osc_vis
|
|---|
| 120 | binary kits built with the Geant4 drivers. It allows to use the G4Lab::UIOnX
|
|---|
| 121 | G4 session in Geant4 (G4Lab::UIOnX allows for visualization and AIDA plotting
|
|---|
| 122 | within the same GUI).
|
|---|
| 123 | - analysis.gmk: added default setup aida-config for flags
|
|---|
| 124 | G4ANALYSIS_AIDA_CONFIG_CFLAGS and G4ANALYSIS_AIDA_CONFIG_LIBS.
|
|---|
| 125 |
|
|---|
| [790] | 126 | 30th April 2008 Laurent Garnier
|
|---|
| [850] | 127 | - common.gmk: simplified Qt moc files integration.
|
|---|
| 128 | - moc.gmk: new configuration file for Qt moc files setup.
|
|---|
| 129 | - G4UI_USE, G4VIS_USE, interactivity, sys/*: separation of Qt with or
|
|---|
| 130 | without OpenGL.
|
|---|
| [790] | 131 |
|
|---|
| [761] | 132 | 3rd April 2008 Gabriele Cosmo (config-V09-01-03)
|
|---|
| 133 | - Linux-icc.gmk: updated setup to make use of icc-10.1 and ifort-10.1;
|
|---|
| 134 | changed compilation option "-mp" to more performant "-fp_model precise".
|
|---|
| [689] | 135 |
|
|---|
| [761] | 136 | 2nd April 2008 Gunter Folger (config-V09-01-02)
|
|---|
| 137 | - Replaced gets() by safer fgets() in liblist.c.
|
|---|
| 138 | (this tag does not include latest changes in interactivity.gmk)
|
|---|
| [758] | 139 |
|
|---|
| [761] | 140 | 18th March 2008 Laurent Garnier
|
|---|
| 141 | - interactivity.gmk: moved Qt setup before X11.
|
|---|
| 142 |
|
|---|
| [758] | 143 | 21st February 2008 Gabriele Cosmo (config-V09-01-01)
|
|---|
| 144 | - Replaced g77 with gfortran for Linux-g++ and Linux-icc platforms.
|
|---|
| 145 |
|
|---|
| 146 | 15th February 2008 Laurent Garnier
|
|---|
| 147 | - common.gmk: added ability to autogenerate moc files for Qt driver.
|
|---|
| 148 | - WIN32-VC: added flags to build Qt driver on Windows.
|
|---|
| 149 | - Darwin-g++, Linux-g++: improvements for autogeneration of MOC files for Qt.
|
|---|
| 150 |
|
|---|
| [689] | 151 | 15th January 2008 Gabriele Cosmo (config-V09-01-00)
|
|---|
| 152 | - Added commented lines for OpenGL setup in Darwin-g++.gmk for MacOS
|
|---|
| 153 | 10.5 Leopard, pending fix from Apple.
|
|---|
| 154 |
|
|---|
| 155 | 11th December 2007 Gabriele Cosmo (config-V09-00-12)
|
|---|
| 156 | - Corrected setup for GDML on WIN32-VC to allow for building DLLs.
|
|---|
| 157 |
|
|---|
| 158 | 30th November 2007 Ben Morgan (config-V09-00-11)
|
|---|
| 159 | - Updated Configure script to handle Qt UI build.
|
|---|
| 160 | - Updated internal scripts for Configure accordingly.
|
|---|
| 161 |
|
|---|
| 162 | 22nd November 2007 Gabriele Cosmo (config-V09-00-10)
|
|---|
| 163 | - Corrected addition of lXercesC and Zlib libraries in binmake.gmk.
|
|---|
| 164 | - Added special case for WIN32-VC for names of XercesC libraries in architecture.gmk.
|
|---|
| 165 | - Use 'gfortran' instead of 'g77' in Darwing-g++.gmk script. (I.McLaren)
|
|---|
| 166 |
|
|---|
| 167 | 19th November 2007 Gabriele Cosmo (config-V09-00-09)
|
|---|
| 168 | - Added "qmd" hadronic model to binmake.gmk.
|
|---|
| 169 |
|
|---|
| 170 | 16th November 2007 Laurent Garnier (config-V09-00-08)
|
|---|
| 171 | - Updated setup for Qt in Linux-g++.gmk and Darwin-g++.gmk scripts to
|
|---|
| 172 | support both Qt3 and Qt4.
|
|---|
| 173 |
|
|---|
| [609] | 174 | 15th November 2007 Ben Morgan (config-V09-00-07)
|
|---|
| [689] | 175 | - Updated Configure script to handle new 'gdml' sub-module and new data
|
|---|
| [609] | 176 | libraries (G4ABLADATA and new G4EMLOW version).
|
|---|
| 177 | - Updated internal scripts for Configure accordingly.
|
|---|
| 178 |
|
|---|
| [606] | 179 | 2nd November 2007 Gabriele Cosmo (config-V09-00-06)
|
|---|
| 180 | - Introduced G4LIB_BUILD_GDML/G4LIB_USE_GDML flags to trigger compilation
|
|---|
| 181 | of the new persistency/gdml sub-module. Added setup for XERCESC.
|
|---|
| 182 | Required path XERCESCROOT to XERCESC installation if G4LIB_BUILD_GDML
|
|---|
| 183 | is set. Added "persistency/gdml" include path to binmake.gmk
|
|---|
| 184 | - Added setup for QT in UI scripts, and specific QT paths and setup in
|
|---|
| 185 | Darwin-g++.gmk. (L.Garnier)
|
|---|
| 186 |
|
|---|
| 187 | 10th October 2007 Gunter Folger (config-V09-00-05)
|
|---|
| 188 | - Added "incl" (Liege cascade) hadronic model module to binmake.gmk.
|
|---|
| 189 |
|
|---|
| [758] | 190 |
|
|---|
| 191 | 3th October 2007 Laurent Garnier
|
|---|
| 192 | - Added setup for Qt in those files :
|
|---|
| 193 | - config/G4UI_BUILD.gmk
|
|---|
| 194 | - config/G4UI_USE.gmk
|
|---|
| 195 | - config/G4VIS_BUILD.gmk
|
|---|
| 196 | - config/G4VIS_USE.gmk
|
|---|
| 197 | - config/interactivity.gmk
|
|---|
| 198 | - config/sys/Darwin-g++.gmk
|
|---|
| 199 | - config/sys/Linux-g++.gmk
|
|---|
| 200 |
|
|---|
| [593] | 201 | 16th August 2007 Gabriele Cosmo (config-V09-00-04)
|
|---|
| 202 | - Corrected definition of OUT internal variable to allow for proper
|
|---|
| 203 | linking also of unit tests.
|
|---|
| 204 |
|
|---|
| 205 | 15th August 2007 Gabriele Cosmo (config-V09-00-03)
|
|---|
| 206 | - Added "rpg" hadronic model module to binmake.gmk.
|
|---|
| 207 |
|
|---|
| 208 | 13th August 2007 Gabriele Cosmo (config-V09-00-02)
|
|---|
| 209 | - SUN-CC.gmk: forced -xO2 as optimisation level.
|
|---|
| 210 |
|
|---|
| 211 | 18th July 2007 Gabriele Cosmo (config-V09-00-01)
|
|---|
| 212 | - liblist.c: fixed problem affecting recent CygWin installations on
|
|---|
| 213 | Windows in parsing the buffer for the generation of libname.map.
|
|---|
| 214 | - binmake.gmk: defined OUT internal variable specifying the proper
|
|---|
| 215 | compilation/linking option to Unix or Windows compilers: '-o '
|
|---|
| 216 | and '/Fe' respectively.
|
|---|
| 217 |
|
|---|
| 218 | 11th July 2007 Makoto Asai (config-V09-00-00)
|
|---|
| 219 | - Added digits_hits/scorer sub-directory to binmake.gmk.
|
|---|
| 220 |
|
|---|
| 221 | 28th June 2007 Gabriele Cosmo (config-V08-03-04)
|
|---|
| 222 | - Updated Configure scripts to fix installation issue when installation
|
|---|
| 223 | path is different from source path and headers are not installed.
|
|---|
| 224 | - Cleared <TAB> characters from .gmk scripts where not necessary.
|
|---|
| 225 |
|
|---|
| 226 | 22nd June 2007 Gabriele Cosmo (config-V08-03-03)
|
|---|
| 227 | - Corrected binmake.gmk for having error_propagation in INCFLAGS properly
|
|---|
| 228 | included in search path.
|
|---|
| 229 | - Updated internal scripts for Configure to cope with new environment
|
|---|
| 230 | variable G4NEUTRONHPDATA.
|
|---|
| 231 |
|
|---|
| 232 | 18th June 2007 Ben Morgan (config-V08-03-02)
|
|---|
| 233 | - Fixed Configure internal script to get rid of searching old physics_list
|
|---|
| 234 | module at installation.
|
|---|
| 235 |
|
|---|
| 236 | 27th May 2007 Gabriele Cosmo (config-V08-03-01)
|
|---|
| 237 | - Added "lll_fission" hadronic model module to binmake.gmk.
|
|---|
| 238 |
|
|---|
| 239 | 12th May 2007 Gabriele Cosmo (config-V08-03-00)
|
|---|
| 240 | - Added "error_propagation" module to binmake.gmk.
|
|---|
| 241 | - Removed G4LIB_BUILD_LISTS flag. Physics lists are built by default.
|
|---|
| 242 |
|
|---|
| 243 | 21st March 2007 Gabriele Cosmo
|
|---|
| 244 | - Added "biasing" module to binmake.gmk.
|
|---|
| 245 |
|
|---|
| 246 | 28th February 2007 Gabriele Cosmo (config-V08-02-00)
|
|---|
| 247 | - Protected generation of dependencies using internal 'make' variable
|
|---|
| 248 | MAKECMDGOALS in binmake.gmk and common.gmk, following suggestion made
|
|---|
| 249 | in problem report #930.
|
|---|
| 250 | This protection resolves the problem of generation of dependencies when
|
|---|
| 251 | issueing the 'clean' target.
|
|---|
| 252 |
|
|---|
| [483] | 253 | 3rd November 2006 Gunter Folger (config-V08-01-07)
|
|---|
| 254 | - architecture.gmk: added G4LIB_BUILD_LISTS with default value 1 to build physics lists.
|
|---|
| 255 | - binmake.gmk: added physics lists include directories to INCFLAGS.
|
|---|
| 256 |
|
|---|
| 257 | 15th October 2006 Makoto Asai (config-V08-01-06)
|
|---|
| 258 | - binmake.gmk: added 'processes/scoring' module.
|
|---|
| 259 |
|
|---|
| 260 | 10th October 2006 Gabriele Cosmo (config-V08-01-05)
|
|---|
| 261 | - Darwin-g++.gmk: use standard -echo- command.
|
|---|
| 262 | Removed ECHO overloaded variable.
|
|---|
| 263 |
|
|---|
| 264 | 5th October 2006 Gabriele Cosmo (config-V08-01-04)
|
|---|
| 265 | - liblist.c: added .dylib search for list of libraries.
|
|---|
| 266 | Addressing problem report #885.
|
|---|
| 267 |
|
|---|
| 268 | 3rd October 2006 Gabriele Cosmo (config-V08-01-03)
|
|---|
| 269 | - architecture.gmk: added variables for commands: echo, cat, cut, sed;
|
|---|
| 270 | to be eventually overloaded in system dependent configurations.
|
|---|
| 271 | - WIN32-VC.gmk: overload commands [echo, grep, cat, cut, sed], to force
|
|---|
| 272 | usage of the original CygWin built-in commands.
|
|---|
| 273 |
|
|---|
| 274 | 21st September 2006 Vladimir Ivantchenko (config-V08-01-02)
|
|---|
| 275 | - binmake.gmk: added electromagnetic/polarisation module.
|
|---|
| 276 |
|
|---|
| 277 | 18th August 2006 Gabriele Cosmo (config-V08-01-01)
|
|---|
| 278 | - Linux-icc: corrected G4RUNPATHOPTION flag to allow linking of applications
|
|---|
| 279 | with shared libraries.
|
|---|
| 280 |
|
|---|
| 281 | 18th August 2006 Gabriele Cosmo (config-V08-01-00)
|
|---|
| 282 | - Linux-icc: updated setup to support icc-9.X series.
|
|---|
| 283 |
|
|---|
| [472] | 284 | 13th June 2006 Gabriele Cosmo (config-V08-00-02)
|
|---|
| 285 | - Removed defaults for X11, XM, XAW flags in architecture.gmk and added
|
|---|
| 286 | explicit settings in sys/*.gmk setups protected by ifndef statements for
|
|---|
| 287 | optional customisation.
|
|---|
| 288 | - Upgraded Configure internal scripts.
|
|---|
| 289 |
|
|---|
| 290 | 24th April 2006 Gabriele Cosmo (config-V08-00-01)
|
|---|
| 291 | - binmake.gmk: fixed old-standing warning on WIN32-VC for file extension of
|
|---|
| 292 | target object file. Defined TARGOBJEXT internal variable defining the
|
|---|
| 293 | actual extension: .o for UNIX, .OBJ for Windows platforms.
|
|---|
| 294 |
|
|---|
| 295 | 6th April 2006 Gabriele Cosmo (config-V08-00-00)
|
|---|
| 296 | - Darwin-g++: corrected linker options for generation of dynamic libraries.
|
|---|
| 297 | Now dynamic libraries on MacOSX finally work. Tested on MacOS 10.4.5 with
|
|---|
| 298 | gcc-4.0.1.
|
|---|
| 299 |
|
|---|
| 300 | 12th December 2005 Gabriele Cosmo (config-V07-01-07)
|
|---|
| 301 | - binmake.gmk: added workaround to allow for physics-lists to link
|
|---|
| 302 | with DLLs on Windows.
|
|---|
| 303 |
|
|---|
| 304 | 7th December 2005 Gabriele Cosmo (config-V07-01-06)
|
|---|
| 305 | - Added G4LIB_NO_SHARED protection for cases where installation of
|
|---|
| 306 | shared libs are not allowed.
|
|---|
| 307 |
|
|---|
| 308 | 2nd December 2005 Gabriele Cosmo (config-V07-01-05)
|
|---|
| 309 | - Replaced -GX with -EHsc compilation option in WIN32-VC setup for
|
|---|
| 310 | porting on VC++8 compiler.
|
|---|
| 311 |
|
|---|
| 312 | 29th November 2005 Gabriele Cosmo (config-V07-01-04)
|
|---|
| 313 | - Added -D_CRT_SECURE_NO_DEPRECATE to WIN32-VC setup to allow for
|
|---|
| 314 | porting on VC++8 compiler.
|
|---|
| 315 |
|
|---|
| 316 | 21st November 2005 Makoto Asai (config-V07-01-03)
|
|---|
| 317 | - binmake.gmk: added 'digits_hits/utils' module to INCFLAGS.
|
|---|
| 318 |
|
|---|
| 319 | 5th October 2005 John Allison (config-V07-01-02)
|
|---|
| 320 | - G4VIS*.gmk: added G4VIS_BUILD_RAYTRACERX_DRIVER and G4VIS_USE_RAYTRACERX.
|
|---|
| 321 |
|
|---|
| 322 | 29th July 2005 Mark Donszelmann (config-V07-01-01)
|
|---|
| 323 | - Synchronized CXXFLAGS warning options of WIN32-g++ with Linux-g++.
|
|---|
| 324 |
|
|---|
| 325 | 18th July 2005 Gabriele Cosmo (config-V07-01-00)
|
|---|
| 326 | - Excluded usage of unnecessary 'ranlib' at creation of the libraries for
|
|---|
| 327 | WIN32-VC system. Fixes an observed problem of debug-symbols corruption.
|
|---|
| 328 |
|
|---|
| 329 | 16th June 2005 Sergey Sadilov (config-V07-00-05)
|
|---|
| 330 | - Updated Configure script and support files:
|
|---|
| 331 | o Added new data sets for low-energy-EM and elastic data.
|
|---|
| 332 | o Set unique entry point for path to data.
|
|---|
| 333 | o Updated variable settings for g3tog4 and zlib.
|
|---|
| 334 |
|
|---|
| 335 | 15th June 2005 Gunter Folger (config-V07-00-04)
|
|---|
| 336 | - Changed clean(_..) targets to be :: rules, to allow multiple clean targets.
|
|---|
| 337 |
|
|---|
| 338 | 10th June 2005 Gabriele Cosmo (config-V07-00-03)
|
|---|
| 339 | - Updated configuration script SUN-CC.gmk:
|
|---|
| 340 | o Removed obsolete compilation option -ptr$(G4TREP) for redirection to
|
|---|
| 341 | template repository, no longer necessary.
|
|---|
| 342 | o Added -lsunmath to LOADLIBS now required with CLHEP-1.9.X for static
|
|---|
| 343 | libraries.
|
|---|
| 344 |
|
|---|
| 345 | 17th May 2005 Gabriele Cosmo (config-V07-00-02)
|
|---|
| 346 | - Corrected settings of G4LIB_BUILD/USE_ZLIB:
|
|---|
| 347 | o G4LIB_BUILD_ZLIB is mandatory for Windows, if zlib is required;
|
|---|
| 348 | o if G4LIB_BUILD_ZLIB is set, the G4-zlib module is used (all platforms);
|
|---|
| 349 | o if only G4LIB_USE_ZLIB is set, the system zlib is used (UNIX only);
|
|---|
| 350 | o if none is set, zlib is not used (all platforms).
|
|---|
| 351 | - Updated compilation options on Darwin-g++, now similar to Linux-g++ setup.
|
|---|
| 352 | - Still requiring tag "source-gmk-V07-00-01" for source/GNUmakefile to build
|
|---|
| 353 | the g3tog4 module.
|
|---|
| 354 |
|
|---|
| 355 | 13th May 2005 Gabriele Cosmo (config-V07-00-01)
|
|---|
| 356 | - Added G4LIB_BUILD_ZLIB/G4LIB_USE_ZLIB. Modified architecture.gmk
|
|---|
| 357 | and binmake.gmk scripts.
|
|---|
| 358 | - Changed G4USE_G4TOG4 to G4LIB_USE_G3TOG4 to conform to standard flag names.
|
|---|
| 359 | Requires tag "source-gmk-V07-00-01" for source/GNUmakefile to build the
|
|---|
| 360 | g3tog4 module.
|
|---|
| 361 |
|
|---|
| 362 | 10th May 2005 John Allison (config-V07-00-00)
|
|---|
| 363 | - Made OPENGLXM require OPENGLX.
|
|---|
| 364 |
|
|---|
| 365 | 8th December 2004 John Allison (config-V06-02-03)
|
|---|
| 366 | - Darwin-g++.gmk: fixes on setup for dynamic libraries.
|
|---|
| 367 |
|
|---|
| 368 | 30th November 2004 Gabriele Cosmo (config-V06-02-02)
|
|---|
| 369 | - binmake.gmk: added electromagnetic/highenergy module to INCLUDE path.
|
|---|
| 370 |
|
|---|
| 371 | 27th November 2004 Gabriele Cosmo (config-V06-02-01)
|
|---|
| 372 | - binmake.gmk: added parameterisations/trd_clusters and
|
|---|
| 373 | parameterisations/gflash modules to INCLUDE path.
|
|---|
| 374 |
|
|---|
| 375 | 29th October 2004 Gabriele Cosmo (config-V06-02-00)
|
|---|
| 376 | - Archived setup for Windows/VC++6. WIN32-VC now corresponds to WIN32-VC7.
|
|---|
| 377 | Archived WIN32-VC7.gmk.
|
|---|
| 378 | - Removed strict compilation options for SUN-CC and thread specific.
|
|---|
| 379 |
|
|---|
| 380 | 12th October 2004 John Allison
|
|---|
| 381 | - Darwin-g++.gmk : added -lXi to X11LIBS.
|
|---|
| 382 |
|
|---|
| 383 | 08th July 2004 Guy Barrand
|
|---|
| 384 | - Darwin-g++.gmk : correct options to build granular shared libs.
|
|---|
| 385 | Have "-undefined define_a_way" instead of "-undefined error" since
|
|---|
| 386 | granular libs are not linked for the moment.
|
|---|
| 387 |
|
|---|
| 388 | 23rd June 2004 Gabriele Cosmo (config-V06-01-10)
|
|---|
| 389 | - Updated win32def.c program to fix retrivial of public static data for
|
|---|
| 390 | building DLLs on Windows (G.Barrand).
|
|---|
| 391 | - Updated Configure scripts.
|
|---|
| 392 |
|
|---|
| 393 | 17th June 2004 Gabriele Cosmo (config-V06-01-09)
|
|---|
| 394 | - Darwin-g++.gmk: use twolevel_namespace and GLOBLIBS for shared-libs
|
|---|
| 395 | build on MacOS. Shared-libs build are possible only global libraries
|
|---|
| 396 | and requires shared-lib version of CLHEP build with compatible options
|
|---|
| 397 | (G.Barrand).
|
|---|
| 398 |
|
|---|
| 399 | 14th June 2004 Gabriele Cosmo (config-V06-01-08)
|
|---|
| 400 | - architecture.gmk: added specification for G4LIB_USE_DLL.
|
|---|
| 401 |
|
|---|
| 402 | 11th June 2004 Gabriele Cosmo (config-V06-01-07)
|
|---|
| 403 | - binmake.gmk: activated shared-libs mechanism for Windows platforms;
|
|---|
| 404 | forced creation of static library for examples/applications for the
|
|---|
| 405 | usage with DLLs.
|
|---|
| 406 |
|
|---|
| 407 | 8th June 2004 Gabriele Cosmo (config-V06-01-06)
|
|---|
| 408 | - binmake.gmk: restored global lib for interfaces which was missing
|
|---|
| 409 | from linking list.
|
|---|
| 410 | - common.gmk, globlib.gmk: fixed clean/clean_libs target.
|
|---|
| 411 | - architecture.gmk: added definition of G4LIB_BUILD_DLL flag.
|
|---|
| 412 | - WIN32-VC.gmk: added targets for DLLs build.
|
|---|
| 413 | - Linux-g++.gmk: made -O2 the default optimisation mode.
|
|---|
| 414 | Archived temporary setup Linux-gO2 introduced in "config-V06-01-01".
|
|---|
| 415 |
|
|---|
| 416 | 7th June 2004 Gabriele Cosmo (config-V06-01-05)
|
|---|
| 417 | - Corrected setup for WIN32-VC7 for building of DLLs.
|
|---|
| 418 | - Cosmetics in build printout...
|
|---|
| 419 |
|
|---|
| 420 | 1st June 2004 Gabriele Cosmo (config-V06-01-04)
|
|---|
| 421 | - binmake.gmk, added include paths to new hadronic models for
|
|---|
| 422 | abrasion, em_dissociation, de_excitation/ablation and
|
|---|
| 423 | de_excitation/fission.
|
|---|
| 424 | - architecture.gmk: updated comments to header.
|
|---|
| 425 |
|
|---|
| 426 | 26th May 2004 Mark Donszelmann (config-V06-01-03)
|
|---|
| 427 | - Fixed small problem in previous fix.
|
|---|
| 428 |
|
|---|
| 429 | 26th May 2004 Gunter Folger (config-V06-01-02)
|
|---|
| 430 | - binmake.gmk: fixed problem for WIN32 such that also LDLIBS (including
|
|---|
| 431 | EXTRALIBS) will be mangled to replace -L by its WIN32 correspondance
|
|---|
| 432 | libpath.
|
|---|
| 433 |
|
|---|
| 434 | 11th May 2004 Gabriele Cosmo (config-V06-01-01)
|
|---|
| 435 | - Added new experimental setup for Linux-g++ using -O2 optimisation
|
|---|
| 436 | as default. To trigger this setup G4SYSTEM must be set to "Linux-gO2".
|
|---|
| 437 | It also includes (deactivated by default) Pentium4 chip specific options
|
|---|
| 438 | for using chips-specific floating-point arithmetics based on the SSE unit.
|
|---|
| 439 |
|
|---|
| 440 | 8th April 2004 Guy Barrand
|
|---|
| 441 | - architecture.gmk: revisited Inventor default. Removed HEPVis dependencies
|
|---|
| 442 | (Inventor visualization driver does not need these libraries any longer).
|
|---|
| 443 |
|
|---|
| 444 | 7th April 2004 Guy Barrand
|
|---|
| 445 | - Darwin-g++.gmk:
|
|---|
| 446 | o Corrected options to build shared libraries (.dyn); use
|
|---|
| 447 | "-dynamic -single_module" to have faster startup when Geant4 is
|
|---|
| 448 | embedded in an external framework.
|
|---|
| 449 | o Corrected options to retrieve Motif.
|
|---|
| 450 |
|
|---|
| 451 | 5th April 2004 Gabriele Cosmo (config-V06-01-00)
|
|---|
| 452 | - architecture.gmk: added check for definition of LDFLAGS.
|
|---|
| 453 | Fixes bug report #603.
|
|---|
| 454 |
|
|---|
| 455 | 24th February 2004 Gabriele Cosmo (config-V06-00-03)
|
|---|
| 456 | - Fixed link rpath definition in Linux-icc.gmk.
|
|---|
| 457 |
|
|---|
| 458 | 11th February 2004 Gabriele Cosmo (config-V06-00-02)
|
|---|
| 459 | - Added configuration file Linux-icc.gmk for Intel/icc compiler
|
|---|
| 460 | on Linux systems.
|
|---|
| 461 |
|
|---|
| 462 | 10th February 2004 Guy Barrand
|
|---|
| 463 | - WIN32-VC7.gmk: added material to build shared libs for Windows (DLLs).
|
|---|
| 464 | - Added program win32def.c to help building DLLs, built from
|
|---|
| 465 | source/GNUmakefile through a specialised target and placed in
|
|---|
| 466 | $G4LIB/$G4SYSTEM.
|
|---|
| 467 | - source/materials/GNUmakefile: modified to provide an example of macro
|
|---|
| 468 | GLOBLIBS used by the DLL builder in order to have global lib dependencies.
|
|---|
| 469 |
|
|---|
| 470 | 9th February 2004 Gunter Folger (config-V06-00-01)
|
|---|
| 471 | - architecture.gmk:
|
|---|
| 472 | o Protect OGLFLAGS against containing -I/usr/include; this may cause
|
|---|
| 473 | wrong includes to be picked up.
|
|---|
| 474 |
|
|---|
| 475 | 26th January 2004 Guy Barrand (config-V06-00-00)
|
|---|
| 476 | - Darwin-g++.gmk:
|
|---|
| 477 | o Use "g++" as a default compiler (in order to take the MacOSX
|
|---|
| 478 | default compiler).
|
|---|
| 479 | o Corrected procedure for building .dylib shared libs.
|
|---|
| 480 | Previous default Linux commands do not work on MacOSX.
|
|---|
| 481 |
|
|---|
| 482 | 18th November 2003 Gabriele Cosmo (config-V05-02-05)
|
|---|
| 483 | - Updated binmake.gmk to include new hadronics modules.
|
|---|
| 484 | Coworks with "ghad-V05-02-00" and HEAD of processes/GNUmakefile.
|
|---|
| 485 |
|
|---|
| 486 | 4th November 2003 Gabriele Cosmo (config-V05-02-04)
|
|---|
| 487 | - Include removal of OPACS setup. Cowork with tags "interfaces-V05-02-00"
|
|---|
| 488 | and "vis-V05-02-02".
|
|---|
| 489 |
|
|---|
| 490 | 29th October 2003 Gabriele Cosmo (config-V05-02-03)
|
|---|
| 491 | - binmake.gmk:
|
|---|
| 492 | o Added particles/utils module.
|
|---|
| 493 | - Does NOT include removal of OPACS setup yet.
|
|---|
| 494 |
|
|---|
| 495 | 22th October 2003 Guy Barrand
|
|---|
| 496 | - OPACS : rm interfaces OPACS related things.
|
|---|
| 497 |
|
|---|
| 498 | 17th October 2003 Guy Barrand
|
|---|
| 499 | - OPACS being (for long) deprecated, the OPACS related things
|
|---|
| 500 | had been removed in the Geant4 repository.
|
|---|
| 501 |
|
|---|
| 502 | 30th September 2003 Gabriele Cosmo (config-V05-02-02)
|
|---|
| 503 | - architecture.gmk, binmake.gmk:
|
|---|
| 504 | o Added geometry/navigation module.
|
|---|
| 505 | o Removed setup for STEP, now archived.
|
|---|
| 506 | o Adopt new module and library "digits_hits", replacing "digits+hits".
|
|---|
| 507 | - Configure installation script:
|
|---|
| 508 | o Fixed correct default name for data sets.
|
|---|
| 509 | o Implemented automatic detection of OpenGL and CLHEP installations.
|
|---|
| 510 | o Fixed behavior of script on Windows system, corrected definition of
|
|---|
| 511 | paths and defaults.
|
|---|
| 512 | o Cleared not allowed configuration drivers.
|
|---|
| 513 |
|
|---|
| 514 | 19th September 2003 Gabriele Cosmo (config-V05-02-01)
|
|---|
| 515 | - binmake.gmk:
|
|---|
| 516 | o added processes/cuts module.
|
|---|
| 517 | - architecture.gmk:
|
|---|
| 518 | o fixed setup for OpenInventor libraries.
|
|---|
| 519 |
|
|---|
| 520 | 1st July 2003 Gabriele Cosmo (config-V05-02-00)
|
|---|
| 521 | - WIN32-VC.gmk, WIN32-VC7.gmk:
|
|---|
| 522 | o reinstated options "-D_CONSOLE -D_WIN32 -DOS" to allow correct
|
|---|
| 523 | treatment/opening of data files from applications.
|
|---|
| 524 |
|
|---|
| 525 | 24th June 2003 Gabriele Cosmo (config-V05-01-05)
|
|---|
| 526 | - Added UI32LIBS to interactivity.gmk to handle UI libraries on WIN32
|
|---|
| 527 | platforms.
|
|---|
| 528 | - Added libraries for OpenGL and UI to default setup of WIN32-VC and
|
|---|
| 529 | WIN32-VC7. Removed some obsolete compilation options.
|
|---|
| 530 |
|
|---|
| 531 | 18th June 2003 Gabriele Cosmo (config-V05-01-04)
|
|---|
| 532 | - Removed flag G4USE_STD_NAMESPACE from specific setups in sys.
|
|---|
| 533 | Follows migration from G4std apported in source/global and whole code.
|
|---|
| 534 |
|
|---|
| 535 | 16th June 2003 Gabriele Cosmo
|
|---|
| 536 | - binmake.gmk: added module geometry/divisions in $INCFLAGS list.
|
|---|
| 537 |
|
|---|
| 538 | 11th June 2003 Gunter Folger (config-V05-01-03)
|
|---|
| 539 | - G4VIS_BUILD.gmk, G4VIS_USE.gmk, G4UI_BUILD.gmk, G4UI_USE.gmk, and
|
|---|
| 540 | sys/{Linux-g++,SU-CC}.gmk:
|
|---|
| 541 | When building shared libraries needing external libs like OpenGL...,
|
|---|
| 542 | add these at shared library building, so these libs know about these
|
|---|
| 543 | dependency and have this resolved.
|
|---|
| 544 |
|
|---|
| 545 | 6th June 2003 Gabriele Cosmo (config-V05-01-02)
|
|---|
| 546 | - architecture.gmk and specific setups in sys: get rid of G4_HAVE_BOOL
|
|---|
| 547 | macro. Now using default 'bool' type, defined in all supported compilers.
|
|---|
| 548 |
|
|---|
| 549 | 28th May 2003 Gabriele Cosmo (config-V05-01-01)
|
|---|
| 550 | - architecture.gmk, binmake.gmk: added flags G4LIB_BUILD_STEP/G4USE_STEP
|
|---|
| 551 | to make optional the compilation of the STEP library and interface module.
|
|---|
| 552 | By default the libraries will not be built.
|
|---|
| 553 |
|
|---|
| 554 | 31st March 2003 Gabriele Cosmo (config-V05-01-00)
|
|---|
| 555 | - Added more strict compiler options for Linux-g++ platform.
|
|---|
| 556 | - Removed obsolete usage of GNU_GCC specific option for g++ compilers.
|
|---|
| 557 |
|
|---|
| 558 | 22nd January 2003 Gabriele Cosmo (config-V05-00-00)
|
|---|
| 559 | - Added experimental setup WIN32-VC7.gmk for Windows .NET VC++ compiler.
|
|---|
| 560 | - Generalised identification of WIN32 specific setups in core scripts.
|
|---|
| 561 | - Forced silent generation of dependencies (added -w option to calls to g++).
|
|---|
| 562 |
|
|---|
| 563 | 4th December 2002 Gabriele Cosmo (config-V04-01-08)
|
|---|
| 564 | - Removed obsolete setup for ObjectSpace-STL (G4USE_OSPACE and related
|
|---|
| 565 | variables). Removed obsolete variable G4USE_STL.
|
|---|
| 566 | - Updated Configure scripts.
|
|---|
| 567 |
|
|---|
| 568 | 2nd December 2002 John Allison (config-V04-01-07)
|
|---|
| 569 | - common.gmk, binmake.gmk: New dependency file algorithm that avoids
|
|---|
| 570 | leaving corrupt .d files when #include'd files cannot be found.
|
|---|
| 571 | - Removed obsolete schema targets in common.gmk.
|
|---|
| 572 |
|
|---|
| 573 | 25th November 2002 Gabriele Cosmo (config-V04-01-06)
|
|---|
| 574 | - Removed ODBMS setup. Now library for persistency is built as part of the
|
|---|
| 575 | kernel and specific implementations for persistency have been moved to
|
|---|
| 576 | examples. Setup for ODBMS no more required. G4USE_HEPODBMS is no longer
|
|---|
| 577 | used.
|
|---|
| 578 | - Updated configuration file AIX-xlC.gmk to port code on AIX with xlC 6.0
|
|---|
| 579 | (K.Murakami).
|
|---|
| 580 |
|
|---|
| 581 | 22nd November 2002 Gabriele Cosmo (config-V04-01-05)
|
|---|
| 582 | - liblist.c:
|
|---|
| 583 | o Enhanced script to provide the whole list of installed libraries
|
|---|
| 584 | in the correct order, without requiring parsing of dependencies.
|
|---|
| 585 | The functionality is achieved by invoking "liblist" with option '-m",
|
|---|
| 586 | i.e. - liblist -m [libpath] < libname.map
|
|---|
| 587 | where [libpath] is the path where libraries are placed
|
|---|
| 588 | (i.e. $G4LIB/$G4SYSTEM).
|
|---|
| 589 | - binmake.gmk:
|
|---|
| 590 | o Use "liblist -m [libpath]" to retrieve the list of libraries to link in
|
|---|
| 591 | case headers are installed in $G4INCLUDE, and granular libraries are used.
|
|---|
| 592 | - G4UI_USE.gmk, G4VIS_USE.gmk:
|
|---|
| 593 | o Protected specification of -I paths for headers, in case $G4INCLUDE is
|
|---|
| 594 | used. A single -I$G4INCLUDE path will be used for compilation in such case.
|
|---|
| 595 |
|
|---|
| 596 | 16th November 2002 Hans-Peter Wellisch
|
|---|
| 597 | - binmake.gmk:
|
|---|
| 598 | o Added hadronic/models/cascade/cascade and
|
|---|
| 599 | hadronic/models/generator/scattering include paths.
|
|---|
| 600 |
|
|---|
| 601 | 8th November 2002 Gabriele Cosmo (config-V04-01-04)
|
|---|
| 602 | - Darwin-g++.gmk:
|
|---|
| 603 | o Updated setup to support MacOS 10.2 (H.Burkhardt).
|
|---|
| 604 |
|
|---|
| 605 | 30th October 2002 Gabriele Cosmo (config-V04-01-03)
|
|---|
| 606 | - architecture.gmk:
|
|---|
| 607 | o Issue an error if G4SYSTEM is not defined in the environment or not valid.
|
|---|
| 608 | o Define G4LIB_BUILD_G3TOG4 and G4USE_G3TOG4 for optional installation and
|
|---|
| 609 | usage of the g3tog4 module.
|
|---|
| 610 | o Updated list of supported systems/compilers.
|
|---|
| 611 | - binmake.gmk:
|
|---|
| 612 | o Include path and library for g3tog4 module only if G4USE_G3TOG4 is defined.
|
|---|
| 613 | Implies proper handling of G4USE_G3TOG4 in source/GNUmakefile.
|
|---|
| 614 | - Removed obsolete OSPACE setup for WIN32-VC, HP-aCC, DEC-cxx. Still kept for
|
|---|
| 615 | platforms with ODBMS setup.
|
|---|
| 616 | - SUN-CC.gmk: removed -L/usr/lib path specification from LOADLIBS definition.
|
|---|
| 617 |
|
|---|
| 618 | 10th September 2002 Gabriele Cosmo (config-V04-01-02)
|
|---|
| 619 | - Linux-g++.gmk: added assignment 'CC := gcc' for default 'cc' compiler.
|
|---|
| 620 |
|
|---|
| 621 | 26th August 2002 Gabriele Cosmo (config-V04-01-01)
|
|---|
| 622 | - binmake.gmk: added include path to persistency/run/include which was
|
|---|
| 623 | missing. Removed unnecessary processes/general/include.
|
|---|
| 624 |
|
|---|
| 625 | 8th July 2002 John Allison
|
|---|
| 626 | - liblist.c: added protection and warning for file/directory not found
|
|---|
| 627 | in parsedir. Also small cosmetic improvements.
|
|---|
| 628 |
|
|---|
| 629 | 4th July 2002 Gabriele Cosmo (config-V04-01-00)
|
|---|
| 630 | - Upgraded WIN32-g++ to compile with -ansi and gcc-2.95.3 for most recent versions
|
|---|
| 631 | of CygWin.
|
|---|
| 632 |
|
|---|
| 633 | 26th June 2002 Gabriele Cosmo (config-V04-00-10)
|
|---|
| 634 | - Moved STEP PERL scripts to examples/extended/geometry/cad/scripts.
|
|---|
| 635 | - Updated scripts for Configure.
|
|---|
| 636 |
|
|---|
| 637 | 18th June 2002 Gabriele Cosmo (config-V04-00-09)
|
|---|
| 638 | - Added -DG4USE_OSPACE for obsolete systems using ObjectSpace STL.
|
|---|
| 639 |
|
|---|
| 640 | 17th June 2002 Gabriele Cosmo (config-V04-00-08)
|
|---|
| 641 | - Added flag G4NO_ISO_VECDIST for compilers (SUN-CC, HP-aCC) with non ISO
|
|---|
| 642 | call to vector::distance() method.
|
|---|
| 643 |
|
|---|
| 644 | 14th June 2002 Gabriele Cosmo (config-V04-00-07)
|
|---|
| 645 | - binmake.gmk: added include path to "leading_particle" hadronic module.
|
|---|
| 646 | Retagged with correct numbering...
|
|---|
| 647 |
|
|---|
| 648 | 3rd May 2002 Gabriele Cosmo (config-V04-00-06)
|
|---|
| 649 | - liblist.c: added patch to port code on MacOS-X.
|
|---|
| 650 | Defined buffer[BUFSIZE] as "char static".
|
|---|
| 651 | - Added Darwin-g++.gmk configuration file for MacOS-X systems running
|
|---|
| 652 | with GNU g++ compiler.
|
|---|
| 653 | - Removed SUN-CC4.gmk configuration file, no longer supported.
|
|---|
| 654 | - Updated description header to system configuration files.
|
|---|
| 655 |
|
|---|
| 656 | 27th March 2002 Gabriele Cosmo (config-V04-00-05)
|
|---|
| 657 | - binmake.gmk: added include path to new module geometry/biasing.
|
|---|
| 658 | Co-works with "geometry-V04-00-01" and "transport-V04-00-00".
|
|---|
| 659 |
|
|---|
| 660 | 26th March 2002 Gabriele Cosmo (config-V04-00-04)
|
|---|
| 661 | - liblist.c: cancelled changes made in previous tag.
|
|---|
| 662 | Restored usage of function 'gets(buffer)', correctly adopted in this case.
|
|---|
| 663 |
|
|---|
| 664 | 14th March 2002 Gabriele Cosmo (config-V04-00-03)
|
|---|
| 665 | - liblist.c: replaced usage of function 'gets(buffer)' with the safer
|
|---|
| 666 | 'fgets(buffer,BUFSIZE,stdin)'.
|
|---|
| 667 |
|
|---|
| 668 | 9th March 2002 John Allison (config-V04-00-02)
|
|---|
| 669 | - Fixed bug in G4VIS_USE.gmk for G4VIS_USE_OPENGLWIN32.
|
|---|
| 670 | - Corrected perl script g4sort_step_file.pl to specify correct path for perl.
|
|---|
| 671 |
|
|---|
| 672 | 07th February 2002 Gabriele Cosmo (config-V04-00-01)
|
|---|
| 673 | - liblist.c: added flags __CYGWIN__ and __CYGWIN32__ for triggering proper
|
|---|
| 674 | parsing algorithm on Windows systems, also on most recent versions of Cygwin.
|
|---|
| 675 | - WIN32-VC.gmk: use g77 instead of f77 as default fortran compiler.
|
|---|
| 676 |
|
|---|
| 677 | 25th January 2002 Gabriele Cosmo (config-V04-00-00)
|
|---|
| 678 | - sys/HP-aCC.gmk: removed include path to global/management/include/std/wrappers,
|
|---|
| 679 | which was unused and not neccessary.
|
|---|
| 680 |
|
|---|
| 681 | 10th December 2001 Gabriele Cosmo (config-V03-02-15)
|
|---|
| 682 | - architecture.gmk:
|
|---|
| 683 | o updated list of supported compilers
|
|---|
| 684 | o removed obsolete setup for STL ObjectSpace and STLport for Win/VC++.
|
|---|
| 685 | - binmake.gmk: activated mechanism for using $G4INCLUDE effectively for
|
|---|
| 686 | building examples/applications. Currently activated only for global compound
|
|---|
| 687 | libraries; for granular libraries it requires re-engineering of liblist,
|
|---|
| 688 | feature which will be added in future.
|
|---|
| 689 | This mechanism allows to considerably reduce the compilation/linking command
|
|---|
| 690 | length and the number of -I options fed to the compiler.
|
|---|
| 691 | - Added G4PROFILE options to Linux-g++ and Linux-egcs setups.
|
|---|
| 692 | - Removed binmake.EXTRALIBS.README, now part of User's Guide.
|
|---|
| 693 | - Updated sources for Configure installation script.
|
|---|
| 694 |
|
|---|
| 695 | 3rd December 2001 Guy Barrand (config-V03-02-14)
|
|---|
| 696 | - G4VIS_USE.gmk : -lG4HepRep replaced by -lG4visHepRep.
|
|---|
| 697 |
|
|---|
| 698 | 29th November 2001 Gabriele Cosmo (config-V03-02-13)
|
|---|
| 699 | - Removed SUN-CC5.gmk configuration file. Now replaced by SUN-CC architecture
|
|---|
| 700 |
|
|---|
| 701 | 21st Novemver 2001 Gabriele Cosmo (config-V03-02-12)
|
|---|
| 702 | - On top of "config-V03-02-11", added paths in binmake.gmk including
|
|---|
| 703 | new hadronic models for cascade, CHIPS and coherent_elastic.
|
|---|
| 704 | Does not include changes to analysis.gmk.
|
|---|
| 705 |
|
|---|
| 706 | 19th November 2001 Guy Barrand
|
|---|
| 707 | - analysis.gmk : then remove all system specifc flags, have
|
|---|
| 708 | only the AIDA ones. Have G4ANALYSIS_USE to drive the insertion of
|
|---|
| 709 | CPP and libs in the Geant4 GNUmakefile system.
|
|---|
| 710 |
|
|---|
| 711 | 19th November 2001 John Allison (config-V03-02-11)
|
|---|
| 712 | - Does not include Guy's changes of 16rd November.
|
|---|
| 713 | - Re-instated creation of CPPFLAGS (see 6th November) but conditonal
|
|---|
| 714 | on existence of corresponding environment variable. If no environmet
|
|---|
| 715 | variable is set, CPPFLAGS += -DG4UI_USE_TERMINAL.
|
|---|
| 716 |
|
|---|
| 717 | 16rd November 2001 Guy Barrand
|
|---|
| 718 | - analysis.gmk : add flags to use an AIDA 2.2 compliant analysis system.
|
|---|
| 719 |
|
|---|
| 720 | 6th November 2001 John Allison (config-V03-02-10)
|
|---|
| 721 | - Removed CPPFLAGS += -DG4UI_USE_GAG -DG4UI_USE_TCSH -DG4UI_USE_TERMINAL.
|
|---|
| 722 |
|
|---|
| 723 | 6th November 2001 John Allison (config-V03-02-09)
|
|---|
| 724 | - Removed references to HepRep, added code for HepRepFile, thus
|
|---|
| 725 | needed by vis-V03-02-15.
|
|---|
| 726 |
|
|---|
| 727 | 23rd October 2001 Gabriele Cosmo (config-V03-02-08)
|
|---|
| 728 | - Merged changes in "config-V03-02-07" for removal of STLInterface.
|
|---|
| 729 |
|
|---|
| 730 | 22nd October 2001 Gabriele Cosmo (config-V03-02-06b)
|
|---|
| 731 | - binmake.gmk: added include path for geometry/verification
|
|---|
| 732 | according to tag "geometry-V03-02-01".
|
|---|
| 733 |
|
|---|
| 734 | 1st October 2001 Gabriele Cosmo (config-V03-02-06a)
|
|---|
| 735 | - binmake.gmk: removed include path for processes/electromagnetic/integral
|
|---|
| 736 | according to tag "em-V03-02-02".
|
|---|
| 737 |
|
|---|
| 738 | 30th September 2001 Gabriele Cosmo (config-V03-02-07)
|
|---|
| 739 | - Removed references to STLInterface module in architecture.gmk
|
|---|
| 740 | and architecture setups. Coworks with tag "global-V03-02-03" where
|
|---|
| 741 | STLInterface module has been removed.
|
|---|
| 742 |
|
|---|
| 743 | 29th August 2001 John Allison/Joseph Perl (config-V03-02-06)
|
|---|
| 744 | - Needed by vis-V03-02-14.
|
|---|
| 745 | - First developers release of HepRep graphics driver.
|
|---|
| 746 |
|
|---|
| 747 | 27th August 2001 John Allison
|
|---|
| 748 | - Tidied HepRep configuration in G4VIS*, moving stuff to interactivity.gmk.
|
|---|
| 749 |
|
|---|
| 750 | 24th August 2001 Joseph Perl (config-V03-02-05)
|
|---|
| 751 | - Introduced HepRep graphics driver
|
|---|
| 752 |
|
|---|
| 753 | 11th August 2001 John Allison (config-V03-02-04)
|
|---|
| 754 | - Re-engineered G4UI variables. Coworks with interfaces-V03-02-00.
|
|---|
| 755 | - Introduced environment variable G4UI_NONE that, if set, no UI
|
|---|
| 756 | sessions nor any UI libraries are built, not even libG4UIbasic.a nor
|
|---|
| 757 | libG4UIcommon.a. (This would only happen in a pure batch job or,
|
|---|
| 758 | perhaps, in a user framework having its own UI system.)
|
|---|
| 759 | - Removed the need to specify environment variables for UI sessions
|
|---|
| 760 | which do not need external packages or libraries, namely :
|
|---|
| 761 | G4UI_BUILD_GAG_SESSION
|
|---|
| 762 | G4UI_BUILD_TERMINAL_SESSION
|
|---|
| 763 | with associated G4UI_USE environment variables:
|
|---|
| 764 | G4UI_USE_GAG
|
|---|
| 765 | G4UI_USE_TCSH
|
|---|
| 766 | G4UI_USE_TERMINAL
|
|---|
| 767 | In other words, the above environment variables become redundant and are
|
|---|
| 768 | ignored.
|
|---|
| 769 | For backwards compatibility, unless G4UI_NONE is set, the corresponding
|
|---|
| 770 | G4UI_USE C-pre-processor variables are automatically set. Also, the
|
|---|
| 771 | C-pre-processor variables G4UI_BUILD and G4UI_USE are set.
|
|---|
| 772 | - As before, environment variables for other sessions still need positive
|
|---|
| 773 | setting of their G4UI_BUILD and G4UI_USE environment variables. In this
|
|---|
| 774 | category are:
|
|---|
| 775 | G4UI_BUILD_WIN32_SESSION
|
|---|
| 776 | G4UI_BUILD_WO_SESSION
|
|---|
| 777 | G4UI_BUILD_XAW_SESSION
|
|---|
| 778 | G4UI_BUILD_XM_SESSION
|
|---|
| 779 | with associated G4UI_USE environment variables:
|
|---|
| 780 | G4UI_USE_WIN32
|
|---|
| 781 | G4UI_USE_WO
|
|---|
| 782 | G4UI_USE_XAW
|
|---|
| 783 | G4UI_USE_XM
|
|---|
| 784 | - Note: The user must still instantiate and SessionStart only *one*
|
|---|
| 785 | session, but if it is to be one in the category needing external
|
|---|
| 786 | packages or libraries, the corresponding G4UI_USE must be set to
|
|---|
| 787 | trigger inclusion oflibraries. Otherwise the user need not set any
|
|---|
| 788 | environment variables.
|
|---|
| 789 |
|
|---|
| 790 | 3rd August 2001 Gabriele Cosmo (config-V03-02-03)
|
|---|
| 791 | - architecture.gmk:
|
|---|
| 792 | o updated list of supported systems/compilers.
|
|---|
| 793 | o made Linux-g++ architecture the default G4SYSTEM. Replaced SUN-CC.
|
|---|
| 794 | - Added SUN-CC4.gmk for old SUN architectures based on CC-4.2 compiler.
|
|---|
| 795 | - Added Linux-egcs for old Linux architectures based on egcs-1.1.2 compiler.
|
|---|
| 796 | - Made SUN-CC.gmk a copy of SUN-CC5.gmk (kept for backward compatibility,
|
|---|
| 797 | will be removed soon). CC-5.2 compiler is now the default on SUN systems.
|
|---|
| 798 | - Made Linux-g++.gmk specific to gcc-2.95.2 compiler, from now on the default
|
|---|
| 799 | compiler on Linux systems.
|
|---|
| 800 |
|
|---|
| 801 | 1st August 2001 Gabriele Cosmo (config-V03-02-02)
|
|---|
| 802 | - Included recent updates to scripts sources for 'Configure'.
|
|---|
| 803 |
|
|---|
| 804 | 27th July 2001 John Allison (config-V03-02-01)
|
|---|
| 805 | - Introduced environment variable G4VIS_NONE that, if set, no visualization
|
|---|
| 806 | drivers are built and no vis libraries are built, not even
|
|---|
| 807 | libG4vis_management. (libG4modeling is still built.) The C-pre-processor
|
|---|
| 808 | variables G4VIS_BUILD and G4VIS_USE are *not* set.
|
|---|
| 809 | - Removed the need to specify environment variables for visualization drivers
|
|---|
| 810 | which do not need external packages or libraries, namely :
|
|---|
| 811 | G4VIS_BUILD_DAWNFILE_DRIVER
|
|---|
| 812 | G4VIS_BUILD_RAYTRACER_DRIVER
|
|---|
| 813 | G4VIS_BUILD_VRMLFILE_DRIVER
|
|---|
| 814 | G4VIS_BUILD_ASCIITREE_DRIVER
|
|---|
| 815 | G4VIS_BUILD_GAGTREE_DRIVER
|
|---|
| 816 | with associated G4VIS_USE environment variables:
|
|---|
| 817 | G4VIS_USE_DAWNFILE
|
|---|
| 818 | G4VIS_USE_RAYTRACER
|
|---|
| 819 | G4VIS_USE_VRMLFILE
|
|---|
| 820 | G4VIS_USE_ASCIITREE
|
|---|
| 821 | G4VIS_USE_GAGTREE
|
|---|
| 822 | In other words, the above environment variables become redundant and are
|
|---|
| 823 | ignored.
|
|---|
| 824 | For backwards compatibility, unless G4VIS_NONE is set, the corresponding
|
|---|
| 825 | G4VIS_USE C-pre-processor variables are automatically set. Also, the
|
|---|
| 826 | C-pre-processor variables G4VIS_BUILD and G4VIS_USE are set.
|
|---|
| 827 | - As before, environment variables for other drivers still need positive
|
|---|
| 828 | setting of their G4VIS_BUILD and G4VIS_USE environment variables. In this
|
|---|
| 829 | category are:
|
|---|
| 830 | G4VIS_BUILD_DAWN_DRIVER
|
|---|
| 831 | G4VIS_BUILD_OPACS_DRIVER
|
|---|
| 832 | G4VIS_BUILD_OPENGLX_DRIVER
|
|---|
| 833 | G4VIS_BUILD_OPENGLWIN32_DRIVER
|
|---|
| 834 | G4VIS_BUILD_OPENGLXM_DRIVER
|
|---|
| 835 | G4VIS_BUILD_OIX_DRIVER
|
|---|
| 836 | G4VIS_BUILD_OIWIN32_DRIVER
|
|---|
| 837 | G4VIS_BUILD_VRML_DRIVER
|
|---|
| 838 | with associated G4VIS_USE environment variables:
|
|---|
| 839 | G4VIS_USE_DAWN
|
|---|
| 840 | G4VIS_USE_OPACS
|
|---|
| 841 | G4VIS_USE_OPENGLX
|
|---|
| 842 | G4VIS_USE_OPENGLWIN32
|
|---|
| 843 | G4VIS_USE_OPENGLXM
|
|---|
| 844 | G4VIS_USE_OIX
|
|---|
| 845 | G4VIS_USE_OIWIN32
|
|---|
| 846 | G4VIS_USE_VRML
|
|---|
| 847 | In this case G4VIS_NONE must *not* be set.
|
|---|
| 848 | - Added binmake.EXTRALIBS.README.
|
|---|
| 849 |
|
|---|
| 850 | 5th July 2001 Youhei Morita (config-V03-02-00)
|
|---|
| 851 | - Linux-g++.gmk: Use -pedantic (G.Cosmo)
|
|---|
| 852 | - Linux-g++.gmk, SUN-CC.gmk, SUN-CC5.gmk: added -DG4std in G4DDLX_FLAGS
|
|---|
| 853 |
|
|---|
| 854 | 29th June 2001 Gabriele Cosmo (config-V03-01-10)
|
|---|
| 855 | - Updated source scripts for 'Configure'.
|
|---|
| 856 |
|
|---|
| 857 | 26th June 2001 Youhei Morita (config-V03-01-09)
|
|---|
| 858 | - globlib.gmk: added block for copying headers for persistency in $G4INCLUDE
|
|---|
| 859 | when invoking the 'includes' target.
|
|---|
| 860 |
|
|---|
| 861 | 25th June 2001 Youhei Morita (config-V03-01-08)
|
|---|
| 862 | - Restored lib_d target (again) in common.gmk with a protection of G4ODBMS.
|
|---|
| 863 | - Linux-g++.gmk (G.Cosmo)
|
|---|
| 864 | o Commented out -ansi setup for public release
|
|---|
| 865 | o Fixed logic for activating G4OODDLX_FLAGS on egcs compiler
|
|---|
| 866 |
|
|---|
| 867 | 22nd June Gabriele Cosmo (config-V03-01-07)
|
|---|
| 868 | - common.gmk (G.Folger):
|
|---|
| 869 | o removed lib_d target (again).
|
|---|
| 870 | o restored G4SKIP_DEPEND.
|
|---|
| 871 | - Linux-g++.gmk:
|
|---|
| 872 | o added temporary cludge for identify compiler version
|
|---|
| 873 | and define G4DDLX_FLAGS for egcs-1.1.2.
|
|---|
| 874 | - binmake.gmk:
|
|---|
| 875 | o added mechanism to correctly handle include paths when source headers
|
|---|
| 876 | are centrally installed in $G4INCLUDE. Temporarly disabled, requires
|
|---|
| 877 | update (re-design?) of liblist.c to properly generate the list of
|
|---|
| 878 | libraries from the map.
|
|---|
| 879 | Once activated, also G4UI_USE.gmk, G4VIS_USE.gmk and analysis.gmk
|
|---|
| 880 | have to be modified accordingly.
|
|---|
| 881 |
|
|---|
| 882 | 22nd June 2001 Youhei Morita (config-V03-01-06)
|
|---|
| 883 | - Restored lib_d target in common.gmk with a protection of G4ODBMS.
|
|---|
| 884 | - Get rid of G4SKIP_DEPEND in binmake.gmk.
|
|---|
| 885 | - Comment out G4DDLX_FLAGS options in sys/Linux-g++.gmk for gcc-2.95.2.
|
|---|
| 886 |
|
|---|
| 887 | 21st June 2001 Gunter Folger (config-V03-01-05)
|
|---|
| 888 | - Removed bin_d and lib_d targets and thus the re-start of make.
|
|---|
| 889 |
|
|---|
| 890 | 21st June 2001 Gunter Folger (config-V03-01-04)
|
|---|
| 891 | - common.gmk, binmake.gmk: run gmake via $(MAKE).
|
|---|
| 892 |
|
|---|
| 893 | 19th June 2001 John Allison (config-V03-01-03)
|
|---|
| 894 | - Added GAG_TREE to G4VIS_BUILD.gmk and G4VIS_USE.gmk.
|
|---|
| 895 |
|
|---|
| 896 | 20th June 2001 (Japan Time - still 19th in Europe!)
|
|---|
| 897 | Youhei Morita (config-V03-01-02)
|
|---|
| 898 | - A few bug fixes in binmake.gmk, common_objy.gmk, sys/SUN-CC5.gmk,
|
|---|
| 899 | sys/Linux-g++.gmk, sys/Win32-g++.gmk.
|
|---|
| 900 |
|
|---|
| 901 | 19th June 2001 Gabriele Cosmo
|
|---|
| 902 | - Removed G4_NO_CBRT flag from WIN32-VC setup. No more necessary.
|
|---|
| 903 |
|
|---|
| 904 | 30th May 2001 Gunter Folger
|
|---|
| 905 | - Do changes for persistency from Youhei: common.gmk is now split in three,
|
|---|
| 906 | one general, and one for specific for transient and persistent each.
|
|---|
| 907 | Dependencies now much better handled in persistency.
|
|---|
| 908 |
|
|---|
| 909 | 2nd May 2001 Gabriele Cosmo (config-V03-01-01)
|
|---|
| 910 | - Added options "-Wall -ansi -pedantic" to Linux-g++ setup.
|
|---|
| 911 |
|
|---|
| 912 | 10th April 2001 John Allison (config-V03-01-00)
|
|---|
| 913 | - Added G4VIS_BUILD_ASCIITREE_DRIVER and G4VIS_USE_ASCIITREE to G4VIS*gmk.
|
|---|
| 914 |
|
|---|
| 915 | 22nd March 2001 Gunter Folger (config-V03-00-03)
|
|---|
| 916 | - binmake.gmk, only store in executable PATH to libs from example/test;
|
|---|
| 917 | other libs should be taken/found from LD_LIBRARY_PATH
|
|---|
| 918 | - sys/{Linux-g++,SUN-CC}.gmk: enable storing of PATH to libs in executable
|
|---|
| 919 |
|
|---|
| 920 | 06th March 2001 Gabriele Cosmo (config-V03-00-02)
|
|---|
| 921 | - binmake.gmk: added include path for processes/electromagnetic/integral
|
|---|
| 922 | the new subcategory introduced with tag em-V03-00-04.
|
|---|
| 923 |
|
|---|
| 924 | 13th February 2001 Gabriele Cosmo (config-V03-00-01)
|
|---|
| 925 | - binmake.gmk: added include path for processes/photolepton_hadron
|
|---|
| 926 | which was missing!
|
|---|
| 927 |
|
|---|
| 928 | 08th January 2001 Gabriele Cosmo (config-V03-00-00)
|
|---|
| 929 | - sys/WIN32-VC.gmk: introduced -GR compiler option to allow usage of
|
|---|
| 930 | dynamic casting and type-info at run-time.
|
|---|
| 931 |
|
|---|
| 932 | 13th December 2000 Gunter Folger (config-V02-00-14)
|
|---|
| 933 | - common.gmk: fix to rule for building dependencies, parsing is skip
|
|---|
| 934 | if $(dependencies) is empty.
|
|---|
| 935 | - globlib.gmk: added "includes" to PHONY target list and fixed typo.
|
|---|
| 936 | - Added comments to "includes" rules.
|
|---|
| 937 |
|
|---|
| 938 | 8th December 2000 Gabriele Cosmo (config-V02-00-13)
|
|---|
| 939 | - Changed G4LIB_BUILD_ARCHIVE to G4LIB_BUILD_STATIC in architecture.gmk,
|
|---|
| 940 | common.gmk and globlib.gmk.
|
|---|
| 941 |
|
|---|
| 942 | 7th December 2000 Gabriele Cosmo (config-V02-00-12)
|
|---|
| 943 | - Added options to SUN-CC5.gmk to handle multithreading and persistency.
|
|---|
| 944 |
|
|---|
| 945 | 5th December 2000 Youhei Morita (config-V02-00-11)
|
|---|
| 946 | - Introduced GPPFLAGS to set -M or -MM according to G4ODBMS.
|
|---|
| 947 |
|
|---|
| 948 | 5th December 2000 Gabriele Cosmo (config-V02-00-10)
|
|---|
| 949 | - Restored -MM option to g++ for making dependencies. -M was introduced in
|
|---|
| 950 | tag config-V02-00-02 to allow dependency search on system headers as well
|
|---|
| 951 | (#include<...> statements). This however introduces serious clashes with
|
|---|
| 952 | Objectivity schema generation for the persistency module.
|
|---|
| 953 |
|
|---|
| 954 | 4th December 2000 Gunter Folger (config-V02-00-09)
|
|---|
| 955 | - Disable G4RUNPATHOPTION (internal variable) for all but SUN. This is/will
|
|---|
| 956 | be used when linking with G4 shared libraries to store the path to these
|
|---|
| 957 | libraries in the executable.
|
|---|
| 958 |
|
|---|
| 959 | 1st December 2000 Gabriele Cosmo (config-V02-00-08)
|
|---|
| 960 | - Added G4UI_USE_TCSH and related settings to G4UI_USE.gmk (M.Maire).
|
|---|
| 961 | - Merged SUN-CC6.gmk to SUN-CC5.gmk and removed SUN-CC6.gmk.
|
|---|
| 962 |
|
|---|
| 963 | 1st December 2000 Gunter Folger (config-V02-00-07)
|
|---|
| 964 | - Change -M to -M -MG in common.gmk, binmake.gmk. This will output a "correct"
|
|---|
| 965 | dependency file even when missing header files are missing. Correct in the
|
|---|
| 966 | sense that liblist will work, and that the missing header is supposed to be
|
|---|
| 967 | (made) in the source directory.
|
|---|
| 968 |
|
|---|
| 969 | 17th November 2000 Gunter Folger (config-V02-00-06)
|
|---|
| 970 | - Link with CLHEP using -L/-l instead of absolute filename; this allows
|
|---|
| 971 | to link with shared lib of Anaphe, or static lib of Geant4.
|
|---|
| 972 | - Added shared-lib settings to sys configurations.
|
|---|
| 973 |
|
|---|
| 974 | 14th November 2000 Gabriele Cosmo (config-V02-00-05)
|
|---|
| 975 | - Added reference to new "parameterisations" top category.
|
|---|
| 976 | Modified files: binmake.gmk.
|
|---|
| 977 | - Removed makeshlib.sh script, now obsolete.
|
|---|
| 978 |
|
|---|
| 979 | 7th November 2000 Guy Barrand
|
|---|
| 980 | - analysis.gmk : renamed OpenScientist things to "Lab" ;
|
|---|
| 981 | Lab is the concrete package where analysis is done.
|
|---|
| 982 |
|
|---|
| 983 | 3rd November 2000 Gunter Folger (config-V02-00-04)
|
|---|
| 984 | - common.gmk: fix for shared-library build.
|
|---|
| 985 | - common.gmk, globlib.gmk: added rules for "includes" gmake target.
|
|---|
| 986 | - architecture.gmk: introduced new user settable variable G4INCLUDE
|
|---|
| 987 | to specify path where headers (files or symbolic-links) should be installed.
|
|---|
| 988 |
|
|---|
| 989 | 1st November 2000 Guy Barrand
|
|---|
| 990 | - analysis.gmk: declared Lizard.
|
|---|
| 991 |
|
|---|
| 992 | 24th October 2000 Gunter Folger (config-V02-00-03)
|
|---|
| 993 | - architecture.gmk, common.gmk, globlib.gmk, sys/*:
|
|---|
| 994 | o merged building shared libraries into makefiles.
|
|---|
| 995 | The MAKESHLIB script is no longer used.
|
|---|
| 996 | - Introduced new variables steering the building of archive/shared libs:
|
|---|
| 997 | G4LIB_BUILD_SHARED
|
|---|
| 998 | G4LIB_BUILD_ARCHIVE (still default)
|
|---|
| 999 | note that G4MAKESHLIB set will internally set G4LIB_BUILD_SHARED for
|
|---|
| 1000 | backwards compatiblity.
|
|---|
| 1001 | - Introduced new variable (G4LIB_USE_GRANULAR) to force using of granular
|
|---|
| 1002 | libraries, even when libG4global.a/.so exists.
|
|---|
| 1003 |
|
|---|
| 1004 | 14th September 2000 Guy Barrand
|
|---|
| 1005 | - Introduced changes to handle analysis module.
|
|---|
| 1006 | o added analysis.gmk.
|
|---|
| 1007 | o sys/Linux-g++.gmk: added macro DLDLIBS for library dynamic loading.
|
|---|
| 1008 | o binmake.gmk: added inclusion of analysis.gmk.
|
|---|
| 1009 | o binmake.gmk: place LDLIBS3 += $(ANALYSISLIBS) after LDLIBS3 += $(INTYLIBS).
|
|---|
| 1010 |
|
|---|
| 1011 | 22nd August 2000 John Allison (config-V02-00-02)
|
|---|
| 1012 | - Changed -MM to -M in dependency file making in binmake.gmk and common.gmk.
|
|---|
| 1013 | This causes dependencies of both #include "..." and #include <...> to be
|
|---|
| 1014 | followed. This is the safer option, since some users might/should use,
|
|---|
| 1015 | e.g., #include <g4std/...>, but even these files change sometime.
|
|---|
| 1016 |
|
|---|
| 1017 | 22nd August 2000 Gunter Folger
|
|---|
| 1018 | - globlib.gmk: fix for protection from infinite loops when a dir does
|
|---|
| 1019 | not exist (G.Folger).
|
|---|
| 1020 |
|
|---|
| 1021 | 1st August 2000 Gabriele Cosmo (config-V02-00-01)
|
|---|
| 1022 | - Added setup WIN32-g++ for Windows/NT/9X with Cygwin and g++ compiler.
|
|---|
| 1023 | Configuration non officially supported (courtesy of S.Agostinelli and
|
|---|
| 1024 | IST group, Genova).
|
|---|
| 1025 |
|
|---|
| 1026 | 24th July 2000 Gabriele Cosmo (config-V02-00-00)
|
|---|
| 1027 | - Added path to g3tog4 for global libs.
|
|---|
| 1028 |
|
|---|
| 1029 | 23rd May 2000 John Allison (config-V01-01-04)
|
|---|
| 1030 | - Added -I$(G4BASE)/processes/hadronic/models/radiative_decay/include to
|
|---|
| 1031 | binmake.gmk.
|
|---|
| 1032 |
|
|---|
| 1033 | 19th May 2000 Gabriele Cosmo (config-V01-01-03)
|
|---|
| 1034 | - architecture.gmk:
|
|---|
| 1035 | o changed -pic option to -KPIC for SUN architectures.
|
|---|
| 1036 | o fixed HP-aCC setup to cope with new CLHEP version 1.5.
|
|---|
| 1037 | o implemented modular setup. Now system specific configurations are
|
|---|
| 1038 | grouped in separated files $G4SYSTEM.gmk and placed in the new
|
|---|
| 1039 | directory config/sys.
|
|---|
| 1040 |
|
|---|
| 1041 | 7th April 2000 Gabriele Cosmo (config-V01-01-02)
|
|---|
| 1042 | - binmake.gmk: added include path to the new directory
|
|---|
| 1043 | geometry/solids/specific.
|
|---|
| 1044 | - Updated PERL script g4step_correct.pl for parsing STEP files.
|
|---|
| 1045 |
|
|---|
| 1046 | 30th March 2000 Gabriele Cosmo (config-V01-01-01)
|
|---|
| 1047 | - makeshlib.sh:
|
|---|
| 1048 | o added few corrections to the script in order to allow
|
|---|
| 1049 | creation of shared libraries without need of the static archive on
|
|---|
| 1050 | platforms which allow this.
|
|---|
| 1051 | o added section for SunOS systems.
|
|---|
| 1052 | (courtesy of I.G.Caballero)
|
|---|
| 1053 | - architecture.gmk:
|
|---|
| 1054 | o on SUN-CC and SUN-CC5, added -pic to CXXFLAGS for building shared
|
|---|
| 1055 | libraries.
|
|---|
| 1056 |
|
|---|
| 1057 | 21st March 2000 Gabriele Cosmo
|
|---|
| 1058 | - makeshlib.sh: corrected invokation of compiler for HP-aCC setup.
|
|---|
| 1059 | Changed CC to aCC (fixes bug-report #68).
|
|---|
| 1060 |
|
|---|
| 1061 | 13th March 2000 Gabriele Cosmo (config-V01-01-00)
|
|---|
| 1062 | - architecture.gmk: corrected FCLIBS for Linux-g++
|
|---|
| 1063 | o added -lg2c -lnsl and removed -lf2c.
|
|---|
| 1064 |
|
|---|
| 1065 | 14th February 2000 Gabriele Cosmo (config-V01-00-02)
|
|---|
| 1066 | - architecture.gmk: added option '+W823' to HP-aCC compilation setup to
|
|---|
| 1067 | discard warnings for macros parameter definition as used in the new
|
|---|
| 1068 | NIST STEP reader.
|
|---|
| 1069 | - binmake.gmk: moved $EXTRALIBS to be included on top of the linking list,
|
|---|
| 1070 | just after the user application library.
|
|---|
| 1071 |
|
|---|
| 1072 | 31st January 2000 Gabriele Cosmo (config-V01-00-01)
|
|---|
| 1073 | - Added control for the Ray-tracer driver. Introduced G4VIS_USE_RAYTRACER
|
|---|
| 1074 | in G4VIS_USE.gmk and G4VIS_BUILD_RAYTRACER_DRIVER in G4VIS_BUILD.gmk (M.Asai).
|
|---|
| 1075 | - binmake.gmk: fixed dependency order for compound libraries.
|
|---|
| 1076 | Moved -lG4particles and -lG4materials downstream in the list.
|
|---|
| 1077 | - architecture.gmk: added G4NO_OPTIMISE for allowing compilation without
|
|---|
| 1078 | any level of optimisation or debug. G4DEBUG if defined takes precedence.
|
|---|
| 1079 | G4DEBUG and G4OPTIMISE are now defined also as CPPFLAGS.
|
|---|
| 1080 |
|
|---|
| 1081 | 3rd January 2000 Gabriele Cosmo (config-V01-00-00)
|
|---|
| 1082 | - Syncronized with HEAD.
|
|---|
| 1083 |
|
|---|
| 1084 | 16th December 1999 John Allison
|
|---|
| 1085 | - Cosmetic improvement to echo line in binmake.gmk.
|
|---|
| 1086 |
|
|---|
| 1087 | 7th December 1999 Gabriele Cosmo (config-V00-01-19)
|
|---|
| 1088 | - architecture.gmk: minor fix on OSPACELIBS path for Win/NT.
|
|---|
| 1089 |
|
|---|
| 1090 | 5th December 1999 Youhei Morita (config-V00-01-18)
|
|---|
| 1091 | - architecture.gmk: defined G4OODDLX_FLAGS
|
|---|
| 1092 | - common.gmk: use G4OODDLX_FLAGS
|
|---|
| 1093 |
|
|---|
| 1094 | 5th December 1999 Gabriele Cosmo (config-V00-01-17)
|
|---|
| 1095 | - architecture.gmk: fixes for Win/NT.
|
|---|
| 1096 | o fixed path for OSPACELIBS
|
|---|
| 1097 | o removed -DG4NOT_ISO_DELETES flag
|
|---|
| 1098 |
|
|---|
| 1099 | 3rd December 1999 Gabriele Cosmo (config-V00-01-16)
|
|---|
| 1100 | - architecture.gmk: set G4_HAVE_BOOL for SUN-CC5.
|
|---|
| 1101 |
|
|---|
| 1102 | 3rd December 1999 Youhei Morita
|
|---|
| 1103 | - common.gmk: fixed minor typo in G4OODDLX_SCHEMA_NAME
|
|---|
| 1104 |
|
|---|
| 1105 | 1st December 1999 Gabriele Cosmo (config-V00-01-15)
|
|---|
| 1106 | - architecture.gmk:
|
|---|
| 1107 | o added new G4SYSTEM flavor SUN-CC5, used for testing on the new C++
|
|---|
| 1108 | compiler v5.0 on SunOS. Requires ISO/ANSI-C++ installation and native
|
|---|
| 1109 | STL by default. Compatibility with old no ISO/ANSI code is assured
|
|---|
| 1110 | through the -compat compiler option and the usage of ObjectSpace STL
|
|---|
| 1111 | (i.e. G4USE_OSPACE set).
|
|---|
| 1112 | o added new flag G4NO_STD_NAMESPACE.
|
|---|
| 1113 | HP-aCC setup with native STL assumes the ISO-ANSI installation by default,
|
|---|
| 1114 | the new flag should be explicitly set in the environment to avoid this.
|
|---|
| 1115 | o upgraded SGI-CC setup to IRIX 6.5.5, CC 7.2.1 and ObjectSpace STL.
|
|---|
| 1116 | Tests on this configuration has NOT been tested though.
|
|---|
| 1117 |
|
|---|
| 1118 | 1st December 1999 Youhei Morita
|
|---|
| 1119 | - architecture.gmk: added G4EXAMPLE_BOOT and G4EXAMPLE_FD
|
|---|
| 1120 | - common.gmk: copy only the .hh files
|
|---|
| 1121 | - binmake.gmk: added persistent include paths
|
|---|
| 1122 | added new targed cleandb, newboot, newfd
|
|---|
| 1123 | added G4SKIP_DEPEND for dependencies
|
|---|
| 1124 |
|
|---|
| 1125 | 29th November 1999 Youhei Morita
|
|---|
| 1126 | - architecture.gmk: added G4SYSTEM to G4SCHEMA_DIR, G4TMPSCHEMA_DIR
|
|---|
| 1127 | - common.gmk: changed G4SCHEMA_HEADER_DIR from G4TMPSCHEMA_INCLUDE to G4TMPDIR
|
|---|
| 1128 | added target install_schema for schema copying
|
|---|
| 1129 | - globlib.gmk: create schema header files at G4TMPDIR, then install
|
|---|
| 1130 |
|
|---|
| 1131 | 29th November 1999 John Allison
|
|---|
| 1132 | - Introduced LDLIBS2EXTRA so that granular libraries are not
|
|---|
| 1133 | expanded too soon.
|
|---|
| 1134 |
|
|---|
| 1135 | 25th November 1999 Gabriele Cosmo (config-V00-01-14)
|
|---|
| 1136 | - architecture.gmk: redefined OSPACEDIR as OSPACE_BASE_DIR to conform to
|
|---|
| 1137 | an omogeneous format. Added existence check for OSPACE and CLHEP paths.
|
|---|
| 1138 |
|
|---|
| 1139 | 23rd November 1999 Gabriele Cosmo (config-V00-01-13)
|
|---|
| 1140 | - architecture.gmk: added setup for ISO/ANSI installation on DEC-cxx.
|
|---|
| 1141 | If using native STL (i.e. G4USE_OSPACE not set), G4USE_STD_NAMESPACE is
|
|---|
| 1142 | implicitly defined and a strict-ANSI installation is assumed. Note that
|
|---|
| 1143 | in this case, also CLHEP must have been installed in strict-ANSI mode.
|
|---|
| 1144 |
|
|---|
| 1145 | 20th November 1999 Youhei Morita (config-V00-01-12)
|
|---|
| 1146 | - common.gmk: added G4OODDLX_SCHEMA_NAME to use Geant4 named schema
|
|---|
| 1147 |
|
|---|
| 1148 | 19th November 1999 Youhei Morita
|
|---|
| 1149 | - liblist.c: avoid coredumps when it was given non-existing directly.
|
|---|
| 1150 |
|
|---|
| 1151 | 18th November 1999 Gabriele Cosmo (config-V00-01-11)
|
|---|
| 1152 | - architecture.gmk: added -e option to $ECHO for Linux-g++ setup.
|
|---|
| 1153 |
|
|---|
| 1154 | 17th November 1999 John Allison (config-V00-01-10)
|
|---|
| 1155 | - binmake.gnk: added isotope_production/include to -I list (Hans-Peter).
|
|---|
| 1156 |
|
|---|
| 1157 | 17th November 1999 Youhei Morita (config-V00-01-09)
|
|---|
| 1158 | - moved schema header files to G4INSTALL/schema/include
|
|---|
| 1159 | architecture.gmk: introduced G4SCHEMA_INCLUDE and G4TMPSCHEMA_INCLUDE
|
|---|
| 1160 | common.gmk: introduced G4SCHEMA_HEADER_DIR and G4SCHEMA_SRC_DIR
|
|---|
| 1161 | globlib.gmk: added tmp schema header copying
|
|---|
| 1162 |
|
|---|
| 1163 | 15th November 1999 Gabriele Cosmo (config-V00-01-08)
|
|---|
| 1164 | - Tagged.
|
|---|
| 1165 |
|
|---|
| 1166 | 14th November 1999 Youhei Morita
|
|---|
| 1167 | - globlib.gmk: moved contruction of libmap for G4ODBMS to
|
|---|
| 1168 | source/GNUmakefile
|
|---|
| 1169 |
|
|---|
| 1170 | 12th November 1999 Youhei Morita
|
|---|
| 1171 | - common.gmk: introduced G4ODBMS_DEPEND and G4SKIP_DEPEND for
|
|---|
| 1172 | better handling of dependencies
|
|---|
| 1173 | - globlib.gmk: use G4ODBMS_DEPEND, automatic rebuilding of libmap
|
|---|
| 1174 |
|
|---|
| 1175 | 11th November 1999 Gabriele Cosmo (config-V00-01-07)
|
|---|
| 1176 | - Migration RWT->G4RWT performed:
|
|---|
| 1177 | o Removed every occurence of Rogue-Wave from configuration, replaced
|
|---|
| 1178 | RWBASE with G4STLBASE. Modified scripts: architecture.gmk, common.gmk
|
|---|
| 1179 | and binmake.gmk.
|
|---|
| 1180 | o Made setup for Native-STL the default, removed test on conditional
|
|---|
| 1181 | flag G4USE_STL.
|
|---|
| 1182 | o Removed setup for Win/NT-g++, no longer supported.
|
|---|
| 1183 |
|
|---|
| 1184 | 10th November 1999 Youhei Morita (config-V00-01-06)
|
|---|
| 1185 | - binmake.gmk: added path to persistency/global/include.
|
|---|
| 1186 | - common.gmk: Change G4ODBMS_DEPEND to G4ODBMS_NODDL
|
|---|
| 1187 | - globlib.gmk: removed G4ODBMS_DEPEND, modified target "global"
|
|---|
| 1188 |
|
|---|
| 1189 | 10th November 1999 Gabriele Cosmo (config-V00-01-05)
|
|---|
| 1190 | - binmake.gmk: added path to HEPNumerics/include which was missing.
|
|---|
| 1191 |
|
|---|
| 1192 | 29th October 1999 Guy Barrand
|
|---|
| 1193 | - architecture.gmk, interactivity.gmk: introduced
|
|---|
| 1194 | "G4_OPACS_WIDGET_SET lesstif" logic to handle the case
|
|---|
| 1195 | of using, on Linux, the bugged lesstif with the non bugged OPACS.
|
|---|
| 1196 |
|
|---|
| 1197 | 29th October 1999 Gabriele Cosmo
|
|---|
| 1198 | - Introduced fixes for shared library setup (courtesy of F.Carminati).
|
|---|
| 1199 | Modified files: architecture.gmk, common.gmk, globlib.gmk, makeshlib.sh.
|
|---|
| 1200 |
|
|---|
| 1201 | 28th October 1999 Gabriele Cosmo (config-V00-01-04)
|
|---|
| 1202 | - architecture.gmk: removed G4STREAM and G4STREAM_STREAMBUF_IMPLEMENTATION
|
|---|
| 1203 | flags, now no longer needed. Streambuf implementation is the default for
|
|---|
| 1204 | every platform. (by H.Yoshida)
|
|---|
| 1205 |
|
|---|
| 1206 | 26th October 1999 John Allison
|
|---|
| 1207 | - Augmented liblist to look for dependencies on auto-generated
|
|---|
| 1208 | headers in $G4TMP.
|
|---|
| 1209 |
|
|---|
| 1210 | 26th October 1999 Gabriele Cosmo (config-V00-01-03)
|
|---|
| 1211 | - Removed AIX-xlC as default platform for G4SYSTEM in architecture.gmk.
|
|---|
| 1212 | Configuration is still kept but no longer supported.
|
|---|
| 1213 |
|
|---|
| 1214 | 26th October 1999 Youhei Morita
|
|---|
| 1215 | - architecture.gmk: include $(HEP_ODBMS_DIR)/etc/$(OS).mk instead of
|
|---|
| 1216 | defininig load module separately. Defined G4ODBMS_LIBS.
|
|---|
| 1217 | - binmake.gmk: Use G4ODBMS_LIBS.
|
|---|
| 1218 |
|
|---|
| 1219 | 20th October 1999 Gabriele Cosmo (config-V00-01-02)
|
|---|
| 1220 | - architecture.gmk: removed option -DOS_NO_TYPEDEF_5 from HP-aCC
|
|---|
| 1221 | OSpace setup. Not anymore needed.
|
|---|
| 1222 |
|
|---|
| 1223 | 20th October 1999 John Allison
|
|---|
| 1224 | - architecture.gmk: removed G4USE_EXPLICIT_TYPES_IN_TEMPLATES (was needed
|
|---|
| 1225 | only for HP aCC; now not needed at all).
|
|---|
| 1226 |
|
|---|
| 1227 | 19th Octobre 1999 Youhei Morita
|
|---|
| 1228 | - common.gmk: Surpress verbose output for G4ODBMS if CPPVERBOSE
|
|---|
| 1229 | is not defined.
|
|---|
| 1230 |
|
|---|
| 1231 | 7th October 1999 John Allison (config-V00-01-01)
|
|---|
| 1232 | - Removed WARNINGs about granular libraries. Now standard usage. Simple
|
|---|
| 1233 | using messages printed.
|
|---|
| 1234 |
|
|---|
| 1235 | 17th Sep 1999 Youhei Morita
|
|---|
| 1236 | - architecture.gmk: Defined G4TMPSCHEMA_DIR, G4TMPSCHEMA_BOOT
|
|---|
| 1237 | Added OBJY_LDLIB definition for Objectivity 5.1
|
|---|
| 1238 | - binmake.gmk: LDLIBS1 += -lG4persistency
|
|---|
| 1239 | - common.gmk: Changed ooddlx boot file option to G4OODDLX_BOOT
|
|---|
| 1240 | - globlib.gmk: Changed G4EXAMPLE_BOOT to G4TMPSCHEMA_BOOT
|
|---|
| 1241 | - G4ODBMS_BUILD.gmk: Defined HEP_ODBMS_EXPORT for HepODBMS 0.3.0.x
|
|---|
| 1242 |
|
|---|
| 1243 | 27th July 1999 Gonzalo Gracia Abril
|
|---|
| 1244 | - Changed OSPACELIBS := '-libpath:c:\dev\ospace\lib std-2.1-vc5.0-mt.lib'
|
|---|
| 1245 | to OSPACELIBS := '-libpath:$(OSPACEDIR)\lib std-2.1-vc5.0-mt.lib'
|
|---|
| 1246 | in architecture.gmk for NT
|
|---|
| 1247 |
|
|---|
| 1248 | 20th July 1999 John Allison (config-V00-01-00)
|
|---|
| 1249 | - Added EXTRA_LINK_DEPENDENCIES to binmake.gmk.
|
|---|
| 1250 |
|
|---|
| 1251 | 6th July 1999 John Allison (config-01-00-10)
|
|---|
| 1252 | - Changed -L/usr/X11/lib to -L/usr/X11R6/lib for Linux.
|
|---|
| 1253 |
|
|---|
| 1254 | 6th July 1999 Gunter Folger (config-01-00-09)
|
|---|
| 1255 | - Adapt architecture.gmk for use of STL with WIN32-VC
|
|---|
| 1256 | Remove NICE from G4SYSTEM name WIN32-VC in architecture, globlib and
|
|---|
| 1257 | binmake.gmk
|
|---|
| 1258 |
|
|---|
| 1259 | 3rd July 1999 John Allison (config-01-00-08a)
|
|---|
| 1260 | - Added full-stop after i.e in binmake.gmk.
|
|---|
| 1261 |
|
|---|
| 1262 | 2nd July 1999 John Allison (config-01-00-08)
|
|---|
| 1263 | - Protected liblist against duplicate library names.
|
|---|
| 1264 |
|
|---|
| 1265 | 29th June 1999 Gabriele Cosmo (config-01-00-07)
|
|---|
| 1266 | - architecture.gmk: fixed bug in SUN-CC setup concerning XMLIBS and XMFLAGS.
|
|---|
| 1267 | -lXm was missing.
|
|---|
| 1268 |
|
|---|
| 1269 | 25th June 1999 Gabriele Cosmo
|
|---|
| 1270 | - Use $G4LIB/$G4SYSTEM instead of $G4LIBDIR in binmake.gmk for invoking
|
|---|
| 1271 | liblist and search for libname.map (granular libraries setup).
|
|---|
| 1272 |
|
|---|
| 1273 | 24th June 1999 John Allison
|
|---|
| 1274 | - Use liblist and libname.map in $G4LIBDIR.
|
|---|
| 1275 |
|
|---|
| 1276 | 19th June 1999 John Allison
|
|---|
| 1277 | - Removed references to G4Ray in G4VIS_BUILD.gmk and G4VIS_USE.gmk.
|
|---|
| 1278 |
|
|---|
| 1279 | 9th June 1999 Gunter Folger
|
|---|
| 1280 | - Adapt liblist.c for Windows, all changes contained withing #ifdef WIN32 blocks.
|
|---|
| 1281 |
|
|---|
| 1282 | 4th June 1999 John Allison
|
|---|
| 1283 | - Corrected USER_DEFINED_LDLIBS action.
|
|---|
| 1284 | - Changed `export G4TMP=$(G4TMP);' to `G4TMP=$(G4TMP); export G4TMP;'
|
|---|
| 1285 | - Added -I$(G4BASE)/geometry/solids/Boolean/include.
|
|---|
| 1286 | - Introduced LDLIBS_PREFINAL (Gunter).
|
|---|
| 1287 |
|
|---|
| 1288 | 2nd June 1999 John Allison
|
|---|
| 1289 | - Changed more occurrences of := to = to fix crash of liblist at startup.
|
|---|
| 1290 |
|
|---|
| 1291 | 1st June 1999 John Allison
|
|---|
| 1292 | - Changed LDLIBS2 := to LDLIBS2 = in binmake.gmk.
|
|---|
| 1293 | - Reverted $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(G4TARGET) to $(G4TMPDIR).
|
|---|
| 1294 | - Added /$(G4TARGET) to liblist -d $(G4WORKDIR)/tmp/$(G4SYSTEM) in binmake.gmk.
|
|---|
| 1295 |
|
|---|
| 1296 | 31st May 1999 John Allison
|
|---|
| 1297 | - Added -I$(G4BASE)/processes/electromagnetic/lowenergy/include.
|
|---|
| 1298 |
|
|---|
| 1299 | 27th May 1999 Gabriele Cosmo (config-01-00-06)
|
|---|
| 1300 | - architecture.gmk: set default $G4INSTALL path to $HOME/geant4 (was still referring
|
|---|
| 1301 | to geant4beta...).
|
|---|
| 1302 | - Restored default CLHEP_BASE_DIR to /afs/cern.ch/sw/geant4/dev/CLHEP/$G4SYSTEM/pro.
|
|---|
| 1303 | - architecture.gmk: added -DG4NOT_ISO_DELETES for NT setup (G.Folger).
|
|---|
| 1304 |
|
|---|
| 1305 | 25th May 1999 Gabriele Cosmo
|
|---|
| 1306 | - architecture.gmk: fixed bug in SUN-CC setup. Replaced VISLIBS with LOADLIBS to
|
|---|
| 1307 | specify inclusion of socket libraries -lsocket -lnsl.
|
|---|
| 1308 | - binmake.gmk: fixed path to libname.map in the definition of LDLIBS2 for the
|
|---|
| 1309 | granular libs setup.
|
|---|
| 1310 |
|
|---|
| 1311 | 19th May 1999 John Allison
|
|---|
| 1312 | - Force linking of static library, libCLHEP.a.
|
|---|
| 1313 |
|
|---|
| 1314 | 18th May 1999 John Allison
|
|---|
| 1315 | - Specify -DG4NOT_ISO_DELETES in any case (not just G4USE_STL) and only
|
|---|
| 1316 | for HP, Sun and AIX.
|
|---|
| 1317 |
|
|---|
| 1318 | 17th May 1999 Gabriele Cosmo
|
|---|
| 1319 | - Added -DG4NOT_ISO_DELETES for DEC and AIX and moved inside G4USE_STL or
|
|---|
| 1320 | G4USE_OSPACE scope for all platforms which need it.
|
|---|
| 1321 | - Added path to wrappers for AIX.
|
|---|
| 1322 |
|
|---|
| 1323 | 17th May 1999 John Allison
|
|---|
| 1324 | - Added -DG4NOT_ISO_DELETES for Sun and HP.
|
|---|
| 1325 | - Changed order of -I$(OSPACEDIR)/ospace/std and -I$(OSPACEDIR)/ospace/stl.
|
|---|
| 1326 |
|
|---|
| 1327 | 13th May 1999 Gabriele Cosmo (config-01-00-05)
|
|---|
| 1328 | - architecture.gmk: G4USE_OSPACE setup is now independent from G4USE_STL which
|
|---|
| 1329 | is now devoted for generic STL setup. Added -DOS_NO_TYPEDEF_5 option to HP-aCC
|
|---|
| 1330 | for ObjectSpace.
|
|---|
| 1331 |
|
|---|
| 1332 | 12th May 1999 Gabriele Cosmo
|
|---|
| 1333 | - architecture.gmk: modified path to STL wrapper files directory to point to
|
|---|
| 1334 | $RWINC/wrappers/$G4SYSTEM. Wrappers are now differenciated according to
|
|---|
| 1335 | the architecture type.
|
|---|
| 1336 |
|
|---|
| 1337 | 11th May 1999 Gabriele Cosmo
|
|---|
| 1338 | - architecture.gmk: merged Isidro's OSPACE setup for HP-aCC.
|
|---|
| 1339 | Reorganised OSPACE options by introducing OSPACEINC variable.
|
|---|
| 1340 |
|
|---|
| 1341 | 10th May 1999 Guy Barrand
|
|---|
| 1342 | - interactivity.gmk ; put OpenGL things after OPACS things to have
|
|---|
| 1343 | correct link order.
|
|---|
| 1344 |
|
|---|
| 1345 | 10th May 1999 John Allison
|
|---|
| 1346 | - Added -I$(OSPACEDIR)/ospace/stl for Sun.
|
|---|
| 1347 |
|
|---|
| 1348 | 7th May 1999 John Allison
|
|---|
| 1349 | - Added GREP := grep except for SUN.
|
|---|
| 1350 | - Introduced STLInterface/wrappers directory. Testing on OSF+ObjectSpace (G.Cosmo).
|
|---|
| 1351 |
|
|---|
| 1352 | 6th May 1999 Gabriele Cosmo
|
|---|
| 1353 | - Introduced G4USE_OSPACE for ObjectSpace STL. If defined G4USE_STL is
|
|---|
| 1354 | set as well. Modified architecture.gmk and binmake.gmk.
|
|---|
| 1355 |
|
|---|
| 1356 | 6th May 1999 John Allison
|
|---|
| 1357 | - Removed extra library for circular dependencies. Now all solved!
|
|---|
| 1358 |
|
|---|
| 1359 | 5th May 1999 Gabriele Cosmo
|
|---|
| 1360 | - Fixed typo in architecture.gmk and defined OSPACEDIR to point to the G4
|
|---|
| 1361 | dev area where links to the ObjectSpace installations at CERN have been
|
|---|
| 1362 | created for all platforms. "pro" version points to ObjectSpace 2.1.
|
|---|
| 1363 |
|
|---|
| 1364 | 5th May 1999 John Allison
|
|---|
| 1365 | - Eliminated all references to RW in the case of G4USE_STL.
|
|---|
| 1366 | - Added OSPACE variables.
|
|---|
| 1367 |
|
|---|
| 1368 | 28th April 1999 Gabriele Cosmo (config-01-00-04)
|
|---|
| 1369 | - architecture.gmk: moved link for CLHEP to "new" to test the new version
|
|---|
| 1370 | 1.4 of CLHEP. It will become "pro" again as soon as the new CLHEP will be
|
|---|
| 1371 | validated. NOTE: for DEC-cxx a custom CLHEP installation is used in order
|
|---|
| 1372 | to deactivate the ISO-ANSI options now set by default in CLHEP.
|
|---|
| 1373 |
|
|---|
| 1374 | 19th April 1999 Gabriele Cosmo (config-01-00-03)
|
|---|
| 1375 | - architecture.gmk: introduced CCFLAGS for all platforms. Set CCFLAGS to
|
|---|
| 1376 | "-Ae +DAportable" for HP-aCC to overcome compilation problems on liblist.c
|
|---|
| 1377 |
|
|---|
| 1378 | 18th April 1999 Youhei Morita
|
|---|
| 1379 | - architecture.gmk, binmake.gmk: introduced OBJY_LDLIB variable for
|
|---|
| 1380 | defining Objectivity library within G4ODBMS.
|
|---|
| 1381 |
|
|---|
| 1382 | 13th April 1999 Gabriele Cosmo
|
|---|
| 1383 | - architecture.gmk: added the following options in compilation:
|
|---|
| 1384 | o HP-aCC, SGI-CC: +Onolimit, -Olimit 5000 respectively.
|
|---|
| 1385 | Not suppress any optimization specifying a high or unlimited memory
|
|---|
| 1386 | limitation.
|
|---|
| 1387 | o DEC-cxx: -timplicit_local.
|
|---|
| 1388 | Get rid of the template repository by generating explicit template
|
|---|
| 1389 | instantiations used in the code with internal linkage.
|
|---|
| 1390 |
|
|---|
| 1391 | 13th April 1999 John Allison
|
|---|
| 1392 | - In binmake.gmk: - moved libmap target to source/GNUmakefile.
|
|---|
| 1393 | - extensive tidying.
|
|---|
| 1394 |
|
|---|
| 1395 | 12th April 1999 John Allison
|
|---|
| 1396 | - In liblist.c: - fixed bug to distinguish, e.g., track from tracking.
|
|---|
| 1397 | - improved printing.
|
|---|
| 1398 | - improved "Usage" comments.
|
|---|
| 1399 | - improved protection against bad input format.
|
|---|
| 1400 | - In binmake.gmk, used $(ECHO) to solve platform dependency of echo.
|
|---|
| 1401 | - In binmake.gmk for granular libraries:
|
|---|
| 1402 | - fully implemented -d option.
|
|---|
| 1403 | - Gave /tmp files a unique name.
|
|---|
| 1404 | - Removed repeated libraries - no longer necessary, all circular
|
|---|
| 1405 | dependencies seem solved.
|
|---|
| 1406 |
|
|---|
| 1407 | 9th April 1999 Frank Behner
|
|---|
| 1408 | - Fixed bug in liblist in -d option
|
|---|
| 1409 | - Changed binmake.gmk to use liblist -d
|
|---|
| 1410 |
|
|---|
| 1411 | 18th February 1999 John Allison
|
|---|
| 1412 | - Added G4USE_STL flag.
|
|---|
| 1413 | - Added code for linking granular libraries.
|
|---|
| 1414 |
|
|---|
| 1415 | 1st January 1999 Gunter Folger (config-01-00-02)
|
|---|
| 1416 | - Add FCLIBS for SUN.
|
|---|
| 1417 |
|
|---|
| 1418 | January 29th 1999 - John Allison (config-01-00-01)
|
|---|
| 1419 | - Changed rd44 to sw/geant4.
|
|---|
| 1420 |
|
|---|
| 1421 | December 15th, 1998 - G.Cosmo (config-00-04-11)
|
|---|
| 1422 | - Added G4_HAVE_BOOL to DEC-cxx.
|
|---|
| 1423 | - Cosmetic changes.
|
|---|
| 1424 |
|
|---|
| 1425 | December 12th, 1998 - J.Allison (config-00-04-10)
|
|---|
| 1426 | - Fixed bug in OGLFLAGS and OGLLIBS user override mechanism.
|
|---|
| 1427 |
|
|---|
| 1428 | December 11th, 1998 - J.Allison (config-00-04-09)
|
|---|
| 1429 | - Removed -fnonstd for SUN-CC.
|
|---|
| 1430 |
|
|---|
| 1431 | December 10th, 1998 - G.Cosmo (config-00-04-08)
|
|---|
| 1432 | - architecture.gmk: introduced $G4DATA variable which can be user
|
|---|
| 1433 | defined. Default is set to $G4INSTALL/data.
|
|---|
| 1434 | - architecture.gmk: introduced $G4LEVELGAMMADATA set as default to
|
|---|
| 1435 | $G4DATA/PhotonEvaporation.
|
|---|
| 1436 | - globlib.gmk: fixed minor bug (courtesy of V.Krylov).
|
|---|
| 1437 |
|
|---|
| 1438 | December 10th, 1998 - J.Allison (config-00-04-07)
|
|---|
| 1439 | - architecture.gmk: allowed environment variables OGLFLAGS and OGLLIBS.
|
|---|
| 1440 |
|
|---|
| 1441 | December 7th, 1998 - S.Tanaka, G.Cosmo (config-00-04-06)
|
|---|
| 1442 | - architecture.gmk: fixed setting of VISLIBS.
|
|---|
| 1443 |
|
|---|
| 1444 | December 7th, 1998 - S.Tanaka
|
|---|
| 1445 | - Update of architecture.gmk and G4VIS_USE.gmk:
|
|---|
| 1446 | In SUN-CC, "-L/usr/lib -lsocket -lnsl" is moved from X11LIBS to VISLIBS.
|
|---|
| 1447 |
|
|---|
| 1448 | December 5th, 1998 - G.Cosmo (config-00-04-05)
|
|---|
| 1449 | - architecture.gmk: introduced -fnonstd compiler option for SUN-CC.
|
|---|
| 1450 | This option causes non-standard initialization of floating-point
|
|---|
| 1451 | arithmetic hardware; it enables hardware traps for floating-point
|
|---|
| 1452 | overflow, division by zero, and invalid operation exceptions.
|
|---|
| 1453 |
|
|---|
| 1454 | December 4th, 1998 - G.Barrand
|
|---|
| 1455 | - architecture.gmk: corrected paths for HepVis and HepInventor.
|
|---|
| 1456 | - interactivity.gmk: fixed setup for LOAD_IV.
|
|---|
| 1457 |
|
|---|
| 1458 | December 3rd, 1998 - S.Tanaka
|
|---|
| 1459 | - Revision to make compilation of DAWN (network) driver
|
|---|
| 1460 | at Solaris and IRIX automatic. See below.
|
|---|
| 1461 | - Added the following line to SUN-CC and SGI-CC
|
|---|
| 1462 | CPPFLAGS += -DSOCKET_IRIX_SOLARIS
|
|---|
| 1463 | - Added -L/usr/lib -lsocket -lnsl in X11LIBS for SUN-CC.
|
|---|
| 1464 | (This place is strange. But I cannot think of a better place.)
|
|---|
| 1465 |
|
|---|
| 1466 | December 3rd, 1998 - J.Allison (config-00-04-04)
|
|---|
| 1467 | - Set G4STREAM for all platforms.
|
|---|
| 1468 | - Set G4STREAM_STREAMBUF_IMPLEMENTATION for selected platforms.
|
|---|
| 1469 |
|
|---|
| 1470 | December 3rd, 1998 - S.Sadilov
|
|---|
| 1471 | - Updated architecture.gmk : G4STREAM_STREAMBUF_IMPLEMENTATION for WIN32.
|
|---|
| 1472 | - Updated globlib.gmk : right incremental LIB for WIN32.
|
|---|
| 1473 |
|
|---|
| 1474 | December 1st, 1998 - G.Cosmo (config-00-04-03)
|
|---|
| 1475 | - Updated architecture.gmk and binmake.gmk: G4SYSTEM revision.
|
|---|
| 1476 | - Added +DAportable compiler option to HP-aCC setup to support HPPA 2.0
|
|---|
| 1477 | for PA8000 CPUs.
|
|---|
| 1478 |
|
|---|
| 1479 | December 1st, 1998 - J.Allison (config-00-04-02)
|
|---|
| 1480 | - Added generators/include to binmake.gmk.
|
|---|
| 1481 |
|
|---|
| 1482 | November 30th, 1998 - J.Allison (config-00-04-01)
|
|---|
| 1483 | - Added neutron_hp/include to binmake.gmk.
|
|---|
| 1484 | - CLHEP_BASE_DIR and RWBASE for WIN32 (Serguei Sadilov).
|
|---|
| 1485 |
|
|---|
| 1486 | November 18th, 1998 - J.Allison (config-00-03-06)
|
|---|
| 1487 | - Changed CXXFLAGS for DEC6-AFS debug from -g to -gall.
|
|---|
| 1488 |
|
|---|
| 1489 | October 30th, 1998 - G.Cosmo (config-00-03-05)
|
|---|
| 1490 | - architecture.gmk: added G4STREAM_STREAMBUF_IMPLEMENTATION variable. (G.Barrand)
|
|---|
| 1491 | - G4UI_BUILD.gmk: removed G4UI_BUILD_XM_REDIRECT_COUT. (G.Barrand)
|
|---|
| 1492 |
|
|---|
| 1493 | October 13th, 1998 J.Allison (config-00-03-04)
|
|---|
| 1494 | - Changed ifdef G4_USE_G4STREAM to ifneq ($(findstring AIX,$(G4SYSTEM)),AIX)
|
|---|
| 1495 |
|
|---|
| 1496 | October 13th, 1998 J.Allison (config-00-03-03)
|
|---|
| 1497 | - Removed G4VIS_DONT_USE. (G.Barrand)
|
|---|
| 1498 | - Added if G4_USE_G4STREAM, CPPFLAGS += -DG4STREAM. (M.Nagamatu)
|
|---|
| 1499 |
|
|---|
| 1500 | October 9th J.Allison (config-00-03-02)
|
|---|
| 1501 | - Tagged.
|
|---|
| 1502 |
|
|---|
| 1503 | October 2nd, 1998 - M.Asai
|
|---|
| 1504 | - G4_NO_STORE_TRAJECTORY option is added to architecture.gmk.
|
|---|
| 1505 |
|
|---|
| 1506 | September 30th, 1998 - G.Barrand
|
|---|
| 1507 | - G4VIS_USE.gmk: bracket everything with "ifndef G4VIS_DONT_USE" in order
|
|---|
| 1508 | to be able to disconnect easily visualization for tests programs.
|
|---|
| 1509 |
|
|---|
| 1510 | September 18th, 1998 - G.Cosmo (config-00-03-01)
|
|---|
| 1511 | - architecture.gmk: introduced G4DUMMY_VARIABLE to hide $(shell)
|
|---|
| 1512 | command not compatible with the new version 3.77 of GMAKE (G.Folger).
|
|---|
| 1513 |
|
|---|
| 1514 | September 14th, 1998 - G.Cosmo
|
|---|
| 1515 | - binmake.gmk: placed digits+hits library in the correct link order
|
|---|
| 1516 | according to the category diagram.
|
|---|
| 1517 |
|
|---|
| 1518 | August 31st, 1998 - G.Cosmo (config-00-02-05)
|
|---|
| 1519 | - architecture.gmk: Changed first CPPFLAGS statement from := to +=,
|
|---|
| 1520 | to allow additional CPPFLAGS to be defined by the user. Needed for test
|
|---|
| 1521 | (F.Behner)
|
|---|
| 1522 | - binmake.gmk: Added EXTRALIBS to allow a user to add own libraries in the
|
|---|
| 1523 | link path. Needed for test.
|
|---|
| 1524 | (F.Behner)
|
|---|
| 1525 | - binmake.gmk: inverted link order of processes and particles libraries
|
|---|
| 1526 | which was wrong. (G.Cosmo)
|
|---|
| 1527 |
|
|---|
| 1528 | August 26th, 1998 - John Allison (config-00-02-04)
|
|---|
| 1529 | - Backed out 22nd August change (G4UIGAG as default) - G4UIterminal
|
|---|
| 1530 | is now default.
|
|---|
| 1531 |
|
|---|
| 1532 | August 24th, 1998 - Y.Morita (config-00-02-03)
|
|---|
| 1533 | - globlib.gmk: added $(G4LIBDIR)/lib$(name).a for target "global".
|
|---|
| 1534 |
|
|---|
| 1535 | August 22nd, 1998 - J.Allison (config-00-02-02)
|
|---|
| 1536 | - Set GAG variables by default.
|
|---|
| 1537 |
|
|---|
| 1538 | August 11th, 1998 - G.Cosmo (config-00-02-01)
|
|---|
| 1539 | - Tagged.
|
|---|
| 1540 |
|
|---|
| 1541 | August 7th, 1998 - John Allison/Michel Maire.
|
|---|
| 1542 | - Added -I/usr/include before -I/usr/local/include to OGLFLAGS for DEC-AFS.
|
|---|
| 1543 | - Changed -lGl to -lMesaGL, etc., for DEC-AFS.
|
|---|
| 1544 |
|
|---|
| 1545 | August 6th, 1998 - John Allison
|
|---|
| 1546 | - Added UILIBS := to G4UI_USE.gmk and VISLIBS := to G4VIS_USE.gmk.
|
|---|
| 1547 |
|
|---|
| 1548 | August 5th, 1998 - Guy Barrand
|
|---|
| 1549 | - Added LOAD_XM = 1 and LOAD_XAW = 1 to G4UI_USE.gmk.
|
|---|
| 1550 |
|
|---|
| 1551 | July 30th, 1998 - G.Cosmo (config-b01)
|
|---|
| 1552 | - globlib.gmk: added phony target "wipe_libs". Now target "global"
|
|---|
| 1553 | effectively deletes all existent granular libraries.
|
|---|
| 1554 | - common.gmk: archiving of libraries is silent now by default.
|
|---|
| 1555 |
|
|---|
| 1556 | July 23th, 1998 - Y.Morita (config-00-01-16)
|
|---|
| 1557 | - globlib.gmk: fixed target "global" for G4ODBMS
|
|---|
| 1558 | - binmake.gmk: fixes for Win/NT.
|
|---|
| 1559 |
|
|---|
| 1560 | July 20th, 1998 - John Allison (config-00-01-15)
|
|---|
| 1561 | - Removed LDFLAGS += -Wl,-Bstatic for G++-Linux introduced by Larry
|
|---|
| 1562 | Felawka on July 10th for g++ 2.8. No longer thought to be necessary.
|
|---|
| 1563 |
|
|---|
| 1564 | July 19th, 1998 - G.Cosmo (config-00-01-14)
|
|---|
| 1565 | - common.gmk: introduced CPPVERBOSE flag.
|
|---|
| 1566 | - architecture.gmk: protected creation of $G4SCHEMA_DIR and
|
|---|
| 1567 | $G4EXAMPLE_BOOT_DIR directories with G4ODBMS.
|
|---|
| 1568 | - binmake.gmk: fixed bug in creation of $G4TARGET.
|
|---|
| 1569 |
|
|---|
| 1570 | July 18th, 1998 - G.Cosmo (config-00-01-13)
|
|---|
| 1571 | - Added fix to binmake.gmk for WIN32-VC-NICE (G.Folger)
|
|---|
| 1572 |
|
|---|
| 1573 | July 16th, 1998 - John Allison
|
|---|
| 1574 | - Added GNU_GCC makefile flags where omitted.
|
|---|
| 1575 |
|
|---|
| 1576 | July 15th, 1998 - Youhei Morita (config-00-01-12)
|
|---|
| 1577 | - architecture.gmk added G4EXAMPLE_BOOT_DIR and G4EXAMPLE_BOOT
|
|---|
| 1578 | - globlib.gmk revised cleandb target
|
|---|
| 1579 |
|
|---|
| 1580 | July 14th, 1998 - Peter Urban (config-00-01-11)
|
|---|
| 1581 | - added two Perl scripts that correct STEP exchange files.
|
|---|
| 1582 |
|
|---|
| 1583 | July 14th, 1998 - Youhei Morita (config-00-01-10)
|
|---|
| 1584 | - architecture.gmk added definition of G4SCHEMA_DIR
|
|---|
| 1585 | - globlib.gmk added new target G4SCHEMA.FDDB for G4ODBMS
|
|---|
| 1586 |
|
|---|
| 1587 | July 10th, 1998 - Youhei Morita (config-00-01-09)
|
|---|
| 1588 | - binmake.gmk added following to INCFLAGS
|
|---|
| 1589 | -I$(G4BASE)/persistency/digits+hits/hits/include \
|
|---|
| 1590 | -I$(G4TMP)/$(G4SYSTEM)/G4phits \
|
|---|
| 1591 | - binmake.gmk moved persistency include path to ifdef G4ODBMS block
|
|---|
| 1592 |
|
|---|
| 1593 | July 10th, 1998 - John Allison??
|
|---|
| 1594 | - binmake.gmk added geometry/solids/STEPinterface/include
|
|---|
| 1595 |
|
|---|
| 1596 | July 10th, 1998 - Youehi Morita (config-00-01-08)
|
|---|
| 1597 | - globlib.gmk added new targets 'headers' and 'd_files' for G4ODBMS
|
|---|
| 1598 | - common.gmk added new target 'headers'
|
|---|
| 1599 | added $(schema_hh) dependency to $(G4TMPDIR)/%.o
|
|---|
| 1600 | - binmake.gmk added INCFLAGS, LDLIBS and LDFLAGS for G4ODBMS
|
|---|
| 1601 |
|
|---|
| 1602 | July 10th, 1998 - L.Felawka
|
|---|
| 1603 | - architecture.gmk: updated compilation flags for g++.
|
|---|
| 1604 |
|
|---|
| 1605 | July 9th, 1998 - G.Cosmo (config-00-01-07)
|
|---|
| 1606 | - Removed bug in "all" target in globlib.gmk, introduced recently.
|
|---|
| 1607 | - Modified "all" target in globlib.gmk to handle G4ODBMS.
|
|---|
| 1608 | - Added fix for G4ODBMS to common.gmk.
|
|---|
| 1609 |
|
|---|
| 1610 | July 9th, 1998 - Youehi Morita
|
|---|
| 1611 | - Added G4ODBMS_BUILD.gmk for HepODBMS and Objectivity/DB CPPFLAGS.
|
|---|
| 1612 |
|
|---|
| 1613 | July 7th, 1998 - John Allison (config-00-01-06)
|
|---|
| 1614 | - Incorporated Makoto's patches for ifndef G4UI_BUILD_TERMINAL_SESSION and
|
|---|
| 1615 | ifndef G4UI_USE_TERMINAL.
|
|---|
| 1616 |
|
|---|
| 1617 | July 7th, 1998 - G.Cosmo (config-00-01-05)
|
|---|
| 1618 | - Added $(schema_hh) target and dependency to it in case of G4ODBMS
|
|---|
| 1619 | set when building .d files.
|
|---|
| 1620 |
|
|---|
| 1621 | July 7th, 1998 - John Allison (config-00-01-04)
|
|---|
| 1622 | - Tagged.
|
|---|
| 1623 |
|
|---|
| 1624 | July 7th, 1998 - Guy Barrand
|
|---|
| 1625 | - Introduced interactivity.gmk.
|
|---|
| 1626 |
|
|---|
| 1627 | July 6th, 1998 - J.Allison (config-00-01-03)
|
|---|
| 1628 | - Added G4UI_BUILD.gmk and G4UI_BUILD.gmk.
|
|---|
| 1629 |
|
|---|
| 1630 | July 6th, 1998 - G.Cosmo (config-00-01-02)
|
|---|
| 1631 | - Introduced "glob" and "objs" targets in globlib.gmk. Modified
|
|---|
| 1632 | rule to build global library, does not depend anymore on "libs".
|
|---|
| 1633 | (by J.Allison)
|
|---|
| 1634 | - Moved G4VIS_USE.gmk and G4VIS_BUILD.gmk from source/visualization.
|
|---|
| 1635 |
|
|---|
| 1636 | July 3rd, 1998 - G.Cosmo (config-00-01-01)
|
|---|
| 1637 | - Created
|
|---|