Skip to content
Snippets Groups Projects
Commit 68fe2aff authored by Marco Clemencic's avatar Marco Clemencic
Browse files

v83r1p2

parent 917d0aa6
Branches
Tags v83r1p2
No related merge requests found
package G4config package G4config
version v83r1p1 version v83r1p2
branches cmt doc branches cmt doc
...@@ -13,7 +13,7 @@ use CLHEP v* LCG_Interfaces ...@@ -13,7 +13,7 @@ use CLHEP v* LCG_Interfaces
# set versions of Geant4 # set versions of Geant4
#============================================================================== #==============================================================================
set G4_native_version "geant4.8.3.p01" set G4_native_version "geant4.8.3.p01"
set G4VERS v83r1 set G4VERS v83r1p2
# ============================================================================= # =============================================================================
# set Geant4 environment variables # set Geant4 environment variables
...@@ -24,26 +24,11 @@ set G4SHARE "${G4PATH}/share/${G4_native_version}" ...@@ -24,26 +24,11 @@ set G4SHARE "${G4PATH}/share/${G4_native_version}"
set G4SRC "${G4SHARE}/source" set G4SRC "${G4SHARE}/source"
set G4INSTALL "$(Geant4_release_area)/GEANT4/GEANT4_$(G4VERS)/InstallArea"\
WIN32 "$(GEANT4_RELEASE_AREA)\GEANT4\GEANT4_$(G4VERS)\InstallArea"
set G4LIB "$(G4INSTALL)/$(BINDIR)/lib"
set G4INCLUDE "$(G4INSTALL)/include"
path_remove LD_LIBRARY_PATH "/GEANT4_v" WIN32 ""
path_append LD_LIBRARY_PATH "$(G4LIB)" WIN32 ""
path_remove PATH "" WIN32 "\GEANT4_v"
path_append PATH "" WIN32 "$(G4LIB)"
# ============================================================================= # =============================================================================
# ============ general macros ================================================= # ============ general macros =================================================
# ============================================================================= # =============================================================================
# use the package include directories and the common include directory macro G4config_pp_cppflags " -DG4_STORE_TRAJECTORY" \
include_dirs $(G4INCLUDE)
macro G4config_pp_cppflags " -DG4_STORE_TRAJECTORY " \
WIN32 ' /D"G4_STORE_TRAJECTORY" /D"G4VERBOSE" /D"XPNET" /D"G4LIB_BUILD_DLL"'\ WIN32 ' /D"G4_STORE_TRAJECTORY" /D"G4VERBOSE" /D"XPNET" /D"G4LIB_BUILD_DLL"'\
Unix&debug " -DG4_STORE_TRAJECTORY -DG4VERBOSE " Unix&debug " -DG4_STORE_TRAJECTORY -DG4VERBOSE "
......
v83r1p1 v83r1p2
...@@ -4,6 +4,12 @@ ...@@ -4,6 +4,12 @@
! Purpose : Configuration package for Geant4 build ! Purpose : Configuration package for Geant4 build
!----------------------------------------------------------------------------- !-----------------------------------------------------------------------------
!====================== G4config v83r1p2 2008-03-20 ==========================
! 2008-03-20 - Gloria CORTI
- Compile with Gaudi v19r8
- Remove old pre-cmt-install area environment to mimick install area
behaviour for Geant4 build.
!====================== G4config v83r1p1 2007-12-07 ========================== !====================== G4config v83r1p1 2007-12-07 ==========================
! 2007-12-07 - Gloria CORTI ! 2007-12-07 - Gloria CORTI
- Compile with Gaudi v19r5 - Compile with Gaudi v19r5
......
package Geant4Sys package Geant4Sys
version v83r1p1 version v83r1p2
branches cmt doc branches cmt doc
use G4config v83r1p1 Geant4 use G4config v83r1p2 Geant4
# ============================================================================= # =============================================================================
# =========== global libraries ================================================ # =========== global libraries ================================================
......
v83r1p1 v83r1p2
...@@ -3,7 +3,18 @@ Package : Geant4Sys ...@@ -3,7 +3,18 @@ Package : Geant4Sys
Package manager(s) : Gloria Corti, Hubert DeGaudenzi Package manager(s) : Gloria Corti, Hubert DeGaudenzi
Purpose : LHCb build using cmt of Geant4 Purpose : LHCb build using cmt of Geant4
</PRE><H1><A NAME=v83r1p1>2007-12-07 Geant4Sys v83r1p1</A></H1><PRE> !</PRE><H1><A NAME=v83r1p2>2008-03-20 Geant4Sys v83r1p2</A></H1><PRE>
use Gaudi v19r8 and geant4 8.3.patch01
build also on amd64 and win32
!====================== G4config v83r1p2 2008-03-20 ==========================
! 2008-03-20 - Gloria CORTI
- Compile with Gaudi v19r8
- Remove old pre-cmt-install area environment to mimick install area
behaviour for Geant4 build.
!========================================================================
!</PRE><H1><A NAME=v83r1p1>2007-12-07 Geant4Sys v83r1p1</A></H1><PRE>
use Gaudi v19r5 and geant4 8.3.patch01 use Gaudi v19r5 and geant4 8.3.patch01
build also on amd64 and win32 build also on amd64 and win32
Fix doxygen to pick up geant4 files extensions Fix doxygen to pick up geant4 files extensions
......
project GEANT4 project GEANT4
use GAUDI GAUDI_v19r5 use GAUDI GAUDI_v19r8
build_strategy with_installarea build_strategy with_installarea
setup_strategy root setup_strategy root
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment