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

v91r2p3

parent 01547f54
No related branches found
No related tags found
No related merge requests found
#============================================================================
# Created : 2001-10-12
# Maintainer : Gloria CORTI, Marco PAPPAGALLO
#============================================================================
package G4FR
version v4r1
version v4r2
# Structure, i.e. directories to process.
#============================================================================
branches cmt doc G4FR
# =============================================================================
# ============ dependencies ===================================================
# =============================================================================
# Used packages.
#============================================================================
use G4vis_management v* Geant4
# =============================================================================
# ============ library ========================================================
# =============================================================================
library G4FR $(G4LibraryFlags) \
../FukuiRenderer/src/*.cc
# =============================================================================
# ============ setting for DAWN and DAVID =====================================
# =============================================================================
set DAWN_HOME ${SITEROOT}/sw/contrib/DAWN/3.85
set DAVID_HOME ${SITEROOT}/sw/contrib/DAVID/1.34
# Settings for DAWN and DAVID
#============================================================================
set DAWN_HOME $(LCG_external)/dawn/3_88a
set DAVID_HOME $(LCG_external)/david/1_36a
# =============================================================================
# ============ DAWN & DAVID configuration, could be reconfigured later ========
# =============================================================================
# Configuration for DAWN & DAVID configuration, could be reconfigured later
#============================================================================
set DAWN_BSD_UNIX_DOMAIN "1" \
WIN32 ""
set DAWN_GUI_ALWAYS "1"
# =============================================================================
# ============ define the DAWN/DAVID viewer, could be redefine later ==========
# =============================================================================
# Definition of the DAWN/DAVID viewer, could be redefined later
#============================================================================
set G4DAWNFILE_VIEWER "dawn"\
WIN32 "NONE"
# =============================================================================
# ============ macros for building DAWN/DAVID driver ==========================
# =============================================================================
# Library
#============================================================================
library G4FR $(G4LibraryFlags) \
../FukuiRenderer/src/*.cc
# Macros for building and using the DAWN/DAVID driver
#============================================================================
macro_append G4FR_pp_cppflags " -DG4VIS_BUILD_DAWN_DRIVER " \
WIN32 ' /D"G4VIS_BUILD_DAWN_DRIVER" '
macro_append G4FR_pp_cppflags " -DG4VIS_BUILD_DAWNFILE_DRIVER " \
WIN32 ' /D"G4VIS_BUILD_DAWNFILE_DRIVER" '
# =============================================================================
# ============ macros for using DAWN/DAVID driver
# =============================================================================
macro_append G4FR_pp_cppflags " -DG4VIS_USE_DAWN " \
WIN32 ' /D"G4VIS_USE_DAWN" '
macro_append G4FR_pp_cppflags " -DG4VIS_USE_DAWNFILE " \
WIN32 ' /D"G4VIS_USE_DAWNFILE" '
# =============================================================================
# ============ Apply the mandatory patterns ===================================
# =============================================================================
# Apply the G4 mandatory patterns
#============================================================================
apply_pattern G4AllCMTpatterns
# =============================================================================
# ============ the end ========================================================
# ===========================================================================
# Private macro to copy the Fukui Renderer source
#===========================================================================
private
macro G4FR_source "$(G4CONFIGROOT)/cmt/copy_vis_source"
setup_script $(G4FR_source)
v4r1
v4r2
!-----------------------------------------------------------------------------
! Package : Geant4/G4FR
! Responsible : Florence RANJARD
! Purpose :
! Responsible : Gloria CORTI, Marco PAPPAGALLO
! Purpose : Build of Fukui Renderer
!-----------------------------------------------------------------------------
!========================== G4FR v4r2 2008-09-30 =============================
! 2008-09-30 - Gloria CORTI
- requirements - Take DAWN and DAVID from the $LCG_external area (latest
versions) rather then obsolete $SITEROOT/sw/contrib
!========================== G4FR v4r1 2004-08-10 ========================
! 2004-08-10 - Florence RANJARD
- requirements - replace $SWROOT with $SITEROOT/sw
......@@ -12,4 +17,4 @@
! 2003-11-03 - Florence RANJARD
- requirements - add G4FR branch to store include files
!=============================================================================
\ No newline at end of file
!=============================================================================
package G4config
version v91r2p2
version v91r2p3
branches cmt doc
......
v91r2p2
v91r2p3
......@@ -4,6 +4,11 @@
! Purpose : Configuration package for Geant4 build
!-----------------------------------------------------------------------------
!======================= G4config v91r2p3 2008-09-30 =========================
! 2008-09-30 - Gloria CORTI
- Only change version, since a new version of G4FR (purely for build reason)
is taken
!======================= G4config v91r2p2 2008-08-01 =========================
! 2008-08-01 - Gloria CORTI
- Compile with Gaudi v20r2
......
package Geant4Sys
version v91r2p2
version v91r2p3
branches cmt doc
use G4config v91r2p2 Geant4
use G4config v91r2p3 Geant4
# =============================================================================
# =========== global libraries ================================================
......@@ -32,7 +32,7 @@ use G4modeling v4r0 Geant4
use G4vis_management v4r1 Geant4
use G4RayTracer v5r0 Geant4
# on Linux only
macro G4FR_use "G4FR v4r1 Geant4" WIN32 ""
macro G4FR_use "G4FR v4r2 Geant4" WIN32 ""
macro G4VRML_use "G4VRML v4r0 Geant4" WIN32 ""
macro G4OpenGL_use "G4OpenGL v4r1 Geant4" WIN32 ""
use ${G4FR_use}
......
v91r2p2
v91r2p3
t<PRE>
<PRE>
Package : Geant4Sys
Package manager(s) : Gloria Corti, Hubert DeGaudenzi
Purpose : LHCb build using cmt of Geant4
!=============================================================================
!</PRE><H1><A NAME=v91r2p2>2008-09-30 Geant4Sys v91r2p3</A></H1><PRE>
use Gaudi v20r2 and geant4 9.1.patch02
built on slc4 ia32, amd64 and win32
!======================= G4config v91r2p3 2008-09-30 =========================
! 2008-09-30 - Gloria CORTI
- Only change version, since a new version of G4FR (purely for build reason)
is taken
!========================== G4FR v4r2 2008-09-30 =============================
! 2008-09-30 - Gloria CORTI
- requirements - Take DAWN and DAVID from the $LCG_external area (latest
versions) rather then obsolete $SITEROOT/sw/contrib
!=============================================================================
!</PRE><H1><A NAME=v91r2p2>2008-08-01 Geant4Sys v91r2p2</A></H1><PRE>
use Gaudi v20r2 and geant4 9.1.patch02
built on slc4 ia32, amd64 and win32
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment