Import Geant4 10.5.0.beta source tree
This commit is contained in:
+10
-6
@@ -1,4 +1,4 @@
|
||||
svn log $Id: History 110053 2018-05-15 08:55:49Z gcosmo $
|
||||
svn log $Id: History 109363 2018-04-12 15:17:01Z gcosmo $
|
||||
-------------------------------------------------------------------
|
||||
|
||||
=========================================================
|
||||
@@ -16,22 +16,26 @@ committal in the CVS repository !
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------
|
||||
|
||||
12th April 2018 Gabriele Cosmo (config-V10-03-09)
|
||||
12th April 2018 Gabriele Cosmo (config-V10-04-05)
|
||||
- WIN32-VC.gmk: updated obsolete configuration for Qt5.
|
||||
|
||||
20th March 2018 Gabriele Cosmo
|
||||
20th March 2018 Gabriele Cosmo (config-V10-04-04)
|
||||
- architecture.gmk: corrected default path for external expat and zlib.
|
||||
|
||||
19th March 2018 Gabriele Cosmo
|
||||
19th March 2018 Gabriele Cosmo (config-V10-04-03)
|
||||
- architecture.gmk: corrected settings for external expat and zlib.
|
||||
|
||||
9th March 2018 Gabriele Cosmo
|
||||
9th March 2018 Gabriele Cosmo (config-V10-04-02)
|
||||
- Darwing-clang.gmk: removed -pthread and -fPIC compilation options.
|
||||
|
||||
14th February 2018 Gabriele Cosmo (config-V10-03-08)
|
||||
14th February 2018 Gabriele Cosmo (config-V10-04-01)
|
||||
- Disable "-Wl,-force_load" global linker flag for static libraries in macro
|
||||
Darwing-clang.gmk.
|
||||
|
||||
11th January 2018 Gabriele Cosmo (config-V10-04-00)
|
||||
- geomconf.gmk: added G4GEOM_USE_UTESSELLATEDSOLID flag to enable VecGeom
|
||||
wrapper for G4TessellatedSolid.
|
||||
|
||||
16th November 2017 Gabriele Cosmo (config-V10-03-07)
|
||||
- architecture.gmk: removed references to old USolids library; just use VecGeom.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $Id: architecture.gmk 110053 2018-05-15 08:55:49Z gcosmo $
|
||||
# $Id: architecture.gmk 108986 2018-03-20 14:45:18Z gcosmo $
|
||||
# ------------------------------------------------------------------------
|
||||
# GEANT 4 - Architecture configuration script for GNU Make
|
||||
#
|
||||
|
||||
@@ -54,6 +54,9 @@ endif
|
||||
ifdef G4GEOM_USE_USPHERE
|
||||
CPPFLAGS += -DG4GEOM_USE_USPHERE
|
||||
endif
|
||||
ifdef G4GEOM_USE_UTESSELLATEDSOLID
|
||||
CPPFLAGS += -DG4GEOM_USE_UTESSELLATEDSOLID
|
||||
endif
|
||||
ifdef G4GEOM_USE_UTET
|
||||
CPPFLAGS += -DG4GEOM_USE_UTET
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user