Skip to content
Snippets Groups Projects
Commit ede428ca authored by Dmitry Popov's avatar Dmitry Popov
Browse files

CLEANUP of Geant4/G4* - removed /cmt /doc /srcnew and examples (repackaged)

parent 441fe492
No related branches found
No related tags found
1 merge request!24Migrate 'master' to G4 v10r3p3
Showing
with 0 additions and 771 deletions
#============================================================================
# Created : 2001-10-12
# Maintainer : Gloria CORTI
#============================================================================
package G4FR
version v4r4
# Structure, i.e. directories to process.
#============================================================================
branches cmt doc G4FR
# Used packages.
#============================================================================
use G4vis_management v* Geant4
# Settings for DAWN and DAVID
#============================================================================
set DAWN_HOME $(LCG_external)/dawn/3_88a
set DAVID_HOME $(LCG_external)/david/1_36a
# Configuration for DAWN & DAVID configuration, could be reconfigured later
#============================================================================
set DAWN_BSD_UNIX_DOMAIN "1" \
WIN32 ""
set DAWN_GUI_ALWAYS "1"
# Definition of the DAWN/DAVID viewer, could be redefined later
#============================================================================
set G4DAWNFILE_VIEWER "dawn"\
WIN32 "NONE"
# 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 " \
target-winxp ' /D"G4VIS_BUILD_DAWN_DRIVER" '
macro_append G4FR_pp_cppflags " -DG4VIS_BUILD_DAWNFILE_DRIVER " \
target-winxp ' /D"G4VIS_BUILD_DAWNFILE_DRIVER" '
macro_append G4FR_pp_cppflags " -DG4VIS_USE_DAWN " \
target-winxp ' /D"G4VIS_USE_DAWN" '
macro_append G4FR_pp_cppflags " -DG4VIS_USE_DAWNFILE " \
target-winxp ' /D"G4VIS_USE_DAWNFILE" '
# Apply the G4 mandatory patterns
#============================================================================
apply_pattern G4AllCMTpatterns
# Private macro to copy the Fukui Renderer source
#===========================================================================
private
apply_pattern G4_copy_vis_source
end_private
apply_pattern disable_package_on platform=target-winxp
!-----------------------------------------------------------------------------
! Package : Geant4/G4FR
! Responsible : Gloria CORTI
! Purpose : Build of Fukui Renderer
!-----------------------------------------------------------------------------
! 2015-11-02 - Marco Clemencic
- Added .gitignore file
!========================== G4FR v4r4 2011-04-12 =============================
! 2011-04-12 - Gloria Corti
- Introduce use of pattern to switch off building this package on winxp
!========================== G4FR v4r3 2009-11-03 =============================
! 2009-06-10 - Hubert DEGAUDENZI
- Adapt to new new the external sources are imported.
!========================== 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
!========================== G4FR v4r0 2003-11-03 ========================
! 2003-11-03 - Florence RANJARD
- requirements - add G4FR branch to store include files
!=============================================================================
package G4GDML
version v2r0
branches cmt doc G4GDML
# =============================================================================
# ============ dependencies ===================================================
# =============================================================================
use G4geometry v* Geant4
use G4run v* Geant4
use XercesC v* LCG_Interfaces
# =============================================================================
# ============ library ========================================================
# =============================================================================
library G4persistency $(G4LibraryFlags) \
../src/*.cc
# =============================================================================
# ============ macros for using OpenGL driver =================================
# =============================================================================
# =============================================================================
apply_pattern package_stamps
apply_pattern packageDir
apply_pattern library_Softlinks library=G4persistency
apply_pattern linker_library library=G4persistency
#apply_pattern package_linkopts
apply_pattern package_shlibflags
apply_pattern disable_package_on platform=target-darwin
apply_pattern disable_package_on platform=target-winxp
private
# script and pattern to copy from $G4SRC/persistency/gdml
apply_pattern G4_copy_gdml_source
macro_append G4persistency_dependencies ' G4GDML_gdml_source_copy '
end_private
!-----------------------------------------------------------------------------
! Package : Geant4/G4GDML
! Responsible :
! Purpose : Package holding the GDML code
!-----------------------------------------------------------------------------
! 2015-11-02 - Marco Clemencic
- Added .gitignore file
! ======================= G4GDML v2r0 2015-03-06 ========================
! 2015-03-06 - Nigel Watsoncic
- Tagged for 9.6
! 2013-09-23 - Marco Clemencic
- Removed wrong pattern.
! 2013-09-20 - Marco Clemencic
- Fixed missing dependency.
! 2013-09-19 - Marco Clemencic
- Fixed compilation.
! 2013-09-17 - Marco Clemencic
- Fixes for compatibility between CMake build and CMT.
! ======================= G4GDML v1r0 2012-07-18 ========================
! 2012-07-18 - Nigel Watson
- Make private copy source in requirements.
! 2012-07-17 - Nigel Watson
- Updated requirements for use with copy_gdml_source scripts.
! 2012-07-12 - Gloria Corti
- Introduce requirement file with correct dependencies
!=============================================================================
#============================================================================
# Created : 2008-02-20
# Maintainer : Gloria CORTI
#============================================================================
package G4LHCblists
version v3r2
# Structure, i.e. directories to process.
#============================================================================
branches cmt doc G4LHCblists src
# Dependencies
#============================================================================
use G4physics_lists v* Geant4
include_dirs $(G4LHCblists_root)/G4LHCblists
# Library
#============================================================================
library G4LHCblists $(G4LibraryFlags) ../src/*.cc
# Patterns
#============================================================================
apply_pattern G4AllCMTpatterns
!-----------------------------------------------------------------------------
! Package : Geant4/G4LHCblists
! Responsible : Gloria CORTI
! Purpose : Private LHCb physics lists
!----------------------------------------------------------------------------
! 2015-11-02 - Marco Clemencic
- Added .gitignore file
!======================== G4LHCblists v3r2 2015-04-30 ========================
! 2015-04-30 - Timothy Williams
- Replaced G4EmStandardPhysics_option1NoApplyCuts.cc and .hh with v9.6.p04
of G4EmStandardPhysics_option1.cc and .hh but with the EmProcessOption of "SetApplyCuts"
removed. Previous version was v9.4 of G4EmStandardPhysics_option1.cc with "SetApplyCuts" removed.
!======================== G4LHCblists v3r1 2015-03-07 ========================
! 2015-03-07 - Timothy Williams
- Modified G4EmStandardPhysics_option1NoApplyCuts.cc to use UrbanMsc93 and
WentzelVI models for multiple scattering as suggested by V.Ivanchenko.
!======================== G4LHCblists v3r0 2013-09-16 ========================
! 2013-09-16 - Gloria Corti
- Remove obsolete header of physics list that was left over
. HadronPhysicsQGSP_BERT_HP.hh
!======================== G4LHCblists v2r2 2011-10-03 ========================
! 2011-10-03 - Gloria Corti
- Add new list with suggestion from Matt Reid for improvement of Multiple
scattering. It has the same options as the LHCb list.
. G4EmStandardPhysics_LHCbTest.{hh,cc}
!======================== G4LHCblists v2r1 2011-09-19 ========================
! 2011-09-18 - Gloria Corti
- Add options in contructor to apply or not the cuts, as to have the
possibility to have a physics list with old EM behaviour and new MS and to
apply simple MS to e+/- as provided by A.Dotti to address CMS calorimeter
issues with this physics list
!======================== G4LHCblists v2r0 2011-07-13 ========================
! 2011-07-13 - Gloria Corti
- Fix renaming in G4EmStandardPhysics_option1NoApplyCuts.cc
! 2011-07-12 - Gloria Corti
- Remove old physics list, that are obsolete.
- Introduce new physics lists for LHCb Em physics set up by V.Ivanchenko
(G4EmStandardPhysics_option1LHCb.{hh,cc}) with Wentzel model for all
particles types.
- Introduce modified version of option1 that does not apply cuts to reproduce
behaviour as in G4 9.2. (G4EmStandardPhysics_option1NoApplyCuts.{hh,cc})
!============================= G4LHCblists ===================================
! 2005-11-09 - Gloria CORTI
- New package to hold private LHCb physics lists. It has the QGSP_BERT_HP
list provided by H-P Wellish for low energy neutron studies
!=============================================================================
package G4OpenGL
version v4r4
branches cmt doc G4OpenGL
# =============================================================================
# ============ dependencies ===================================================
# =============================================================================
use G4vis_management v* Geant4
use G4UIcommon v* Geant4
use G4externals v* Geant4
# =============================================================================
# ============ library ========================================================
# =============================================================================
library G4OpenGL $(G4LibraryFlags) \
../OpenGL/src/*.cc
# =============================================================================
# ============ macros for using OpenGL driver =================================
# =============================================================================
macro_append G4OpenGL_pp_cppflags " -DG4VIS_USE_OPENGL " \
target-winxp ""
macro_append G4OpenGL_pp_cppflags " -DG4VIS_USE_OPENGLX " \
target-winxp ""
macro_append G4OpenGL_pp_cppflags " -DG4VIS_USE_OPENGLXM " \
target-winxp ""
macro_append G4OpenGL_pp_cppflags " -DG4VIS_USE_OPENGLXAW " \
target-winxp ""
# =============================================================================
# ============= general OpenGL/Mesa setting ===================================
# =============================================================================
set OGLHOME "/afs/cern.ch/sw/contrib/Mesa/3.2/$(CMTCONFIG)"\
target-winxp ""
macro OGLLIBS "-L${OGLHOME}/lib -lGLU -lGL " \
target-winxp ""
set XKEYSYMDB "/usr/lib/X11/XKeysymDB" \
target-winxp ""
path_remove LD_LIBRARY_PATH "Mesa" \
target-winxp ""
path_append LD_LIBRARY_PATH "${OGLHOME}/lib" \
target-winxp ""
# =============================================================================
# ============= mandatory patterns ======== ===================================
# =============================================================================
apply_pattern G4AllCMTpatterns
macro_append G4OpenGL_linkopts " $(OGLLIBS) $(X_linkopts) -lXpm -lXmu -lSM -lICE " \
target-winxp ""
# =============================================================================
# ============ the end ========================================================
# ===========================================================================
private
apply_pattern G4_copy_vis_source
macro G4OpenGL_pp_cppflags " -I${OGLHOME}/include $(X11include) " \
target-winxp ""
macro_append G4OpenGL_pp_cppflags " -DG4VIS_BUILD_OPENGL_DRIVER " \
target-winxp ""
macro_append G4OpenGL_pp_cppflags " -DG4VIS_BUILD_OPENGLX_DRIVER " \
target-winxp ""
macro_append G4OpenGL_pp_cppflags " -DG4VIS_BUILD_OPENGLXM_DRIVER " \
target-winxp ""
macro_append G4OpenGL_pp_cppflags " -DG4VIS_BUILD_OPENGLXAW_DRIVER " \
target-winxp ""
macro_append G4OpenGL_pp_cppflags " -DG4INTY_BUILD_XT "\
target-winxp ""
macro_append G4OpenGL_shlibflags " $(OGLLIBS) -lXm -lXpm -lXmu $(X_linkopts) " \
target-winxp ""
end_private
apply_pattern disable_package_on platform=target-darwin
apply_pattern disable_package_on platform=target-winxp
!-----------------------------------------------------------------------------
! Package : Geant4/G4OpenGL
! Responsible : Gloria CORTI
! Purpose :
!-----------------------------------------------------------------------------
! 2015-11-02 - Marco Clemencic
- Added .gitignore file
!======================== G4OpenGL v4r4 2011-06-17 ===========================
! 2011-06-17 - Gloria Corti
- Use new G4external package needed for resolving class G4OpenGL2PSAction at
link time
!======================== G4OpenGL v4r3 2011-04-12 ===========================
! 2011-04-12 - Gloria Corti
- Introduce use of pattern to switch off building this package on darwin and
winxp
!======================== G4OpenGL v4r2 2009-11-02 ===========================
! 2009-11-02 - Gloria CORTI
- Remove Xaw from linkopts and shlibflags that do not exist on slc5 build
machine and do not seem to be necessary
! 2009-06-10 - Hubert DEGAUDENZI
- Adapt to new new the external sources are imported.
!======================== G4OpenGL v4r1 2007-06-05 ===========================
! 2007-06-05 - Marco Clemencic
- requirements: fixed a typo in the value of XKEYSYMDB
!========================== G4OpenGL v4r0 2003-11-03 =========================
! 2003-11-03 - Florence RANJARD
- requirements - add G4OpenGL branch to store include files
!=============================================================================
package G4RayTracer
version v5r1p1
branches cmt doc G4RayTracer
# =============================================================================
# ============ dependencies ===================================================
# =============================================================================
use G4vis_management v* Geant4
# =============================================================================
# ============ library ========================================================
# =============================================================================
library G4RayTracer $(G4LibraryFlags) \
../RayTracer/src/*.cc
# =============================================================================
# ============ apply mandatory patterns =======================================
# =============================================================================
apply_pattern G4AllCMTpatterns
# =============================================================================
# ============ the end ========================================================
# ===========================================================================
private
macro G4RayTracer_pp_cppflags "" WIN32 ' /D"G4VIS_ALLOC_EXPORT"'
apply_pattern G4_copy_vis_source
!-----------------------------------------------------------------------------
! Package : Geant4/G4RayTracer
! Responsible : Gloria CORTI, Silvia MIGLIORANZI
! Purpose :
!-----------------------------------------------------------------------------
! 2015-11-02 - Marco Clemencic
- Added .gitignore file
!======================== G4RayTRacer v5r1 2011-07-14 ========================
! 2011-03-02 - Hubert Degaudenzi
- Added ignore properties in svn
!========================== G4RayTRacer v5r1 ================================
! 2009-06-10 - Hubert DEGAUDENZI
- Adapt to new new the external sources are imported.
!========================== G4RayTRacer v5r0 ================================
! 2004-07-07 - Florence RANJARD
- requirements - set /D"G4VIS_ALLOC_EXPORT" on WIN32
!========================== G4RayTracer v4r0 2003-11-03 =====================
! 2003-11-03 - Florence RANJARD
- requirements - add G4RayTracer branch to store include files
!=============================================================================
package G4Tree
version v4r1p1
branches cmt doc G4Tree
# =============================================================================
# ============ dependencies ===================================================
# =============================================================================
use G4vis_management v* Geant4
# =============================================================================
# ============ dependencies ===================================================
# =============================================================================
library G4Tree $(G4LibraryFlags) \
../Tree/src/*.cc
# =============================================================================
# ============ mandatory patterns =============================================
# =============================================================================
apply_pattern G4AllCMTpatterns
# =============================================================================
# ============ the end ========================================================
# ===========================================================================
private
apply_pattern G4_copy_vis_source
!-----------------------------------------------------------------------------
! Package : Geant4/G4Tree
! Responsible : Gloria CORTI, Silvia MIGLIORANZI
! Purpose :
!-----------------------------------------------------------------------------
! 2015-11-02 - Marco Clemencic
- Added .gitignore file
!========================== G4Tree v4r1p1 2011-07-14 =========================
! 2011-03-02 - Hubert Degaudenzi
- Added ignore properties in svn
!========================== G4Tree v4r1 2009-11-03 ========================
! 2009-06-10 - Hubert DEGAUDENZI
- Adapt to new new the external sources are imported.
!========================== G4Tree v4r0 2003-11-03 ========================
! 2003-11-03 - Florence RANJARD
- requirements - add G4Tree branch to store include files
!=============================================================================
package G4UIGAG
version v4r3
branches cmt doc G4UIGAG
# =============================================================================
# ============ dependencies ===================================================
# =============================================================================
#use G4UIbasic v* Geant4
use G4UIcommon v* Geant4
# =============================================================================
# ============ dependencies ===================================================
# =============================================================================
library G4UIGAG $(G4LibraryFlags) \
../GAG/src/*.cc
# =============================================================================
# ============ mandatory patterns =============================================
# =============================================================================
apply_pattern G4AllCMTpatterns
# =============================================================================
# ============ the end ========================================================
# =============================================================================
private
apply_pattern G4_copy_UI_source
end_private
apply_pattern disable_package_on platform=target-winxp
apply_pattern disable_package_on platform=target-darwin
!-----------------------------------------------------------------------------
! Package : Geant4/G4UIGAG
! Responsible : Gloria CORTI
! Purpose :
!-----------------------------------------------------------------------------
! 2015-11-02 - Marco Clemencic
- Added .gitignore file
!========================== G4UIGAG v4r3 2015-03-02 ==========================
! 20154-03-06 - Nigel Watson
- For release with 9.6 G4
! 2014-03-06 - James Mccarthy
- Changed dependecnies to build G4UIGAG before G4basic
!========================== G4UIGAG v4r2 2011-04-12 ==========================
! 2011-04-12 - Gloria Corti
- Introduce use of pattern to switch off building this package on MacOS and
WinXP
!=================== G4UIGAG v4r1 2009-11-03 =================================
! 2009-06-10 - Hubert DEGAUDENZI
- Adapt to new new the external sources are imported.
!=================== G4UIGAG v4r0 2003-11-03 ========================
! 2003-11-03 - Florence RANJARD
- requirements - add G4UIGAG branch to store include files
!=============================================================================
package G4UIbasic
version v4r4
branches cmt doc G4UIbasic
# =============================================================================
# ============ dependencies ===================================================
# =============================================================================
use G4UIcommon v* Geant4
use G4UIGAG v* Geant4
use G4run v* Geant4
# =============================================================================
# ============ library ========================================================
# =============================================================================
library G4UIbasic $(G4LibraryFlags) \
../basic/src/*.cc
# =============================================================================
# ============ macros for using the basic interfaces ==========================
# =============================================================================
macro G4UIbasic_pp_cppflags " $(X11include) " \
macro_append G4UIbasic_pp_cppflags " -DG4UI_USE_XM" \
target-winxp ' /D"G4UI_USE_WIN32" '
# =============================================================================
# ============ mandatory patterns =============================================
# =============================================================================
apply_pattern G4AllCMTpatterns
# =============================================================================
# ============ macros for building the basic interfaces =======================
# =============================================================================
private
macro_append G4UIbasic_pp_cppflags " -DG4UI_BUILD_XM_SESSION" \
target-winxp ' /D"G4UI_BUILD_WIN32_SESSION" '
macro_append G4UIbasic_shlibflags "$(X_linkopts) "
private
apply_pattern G4_copy_UI_source
end_private
apply_pattern disable_package_on platform=target-darwin
!-----------------------------------------------------------------------------
! Package : Geant4/G4UIbasic
! Responsible : Gloria CORTI, Silvia MIGLIORANZI
! Purpose :
!-----------------------------------------------------------------------------
! 2015-11-02 - Marco Clemencic
- Added .gitignore file
!========================== G4UIbasic v4r4 2015-03-06 ========================
! 2015-03-06 - Nigel Watson
- tagged for release with G4 9.6
! 2014-03-06 - James Mccarthy
- Changed dependencies to build G4UIGAG before G4UIbasic
!========================== G4UIbasic v4r3 2011-04-12 ========================
! 2011-04-12 - Gloria Corti
- Introduce use of pattern to switch off building this package on MacOS
!========================== G4UIbasic v4r2 2009-11-03 ========================
! 2009-06-10 - Hubert DEGAUDENZI
- Adapt to new new the external sources are imported.
!========================== G4UIbasic v4r1 2008-06-25 ========================
! 2008-06-17 - Gloria CORTI
- Add use of G4run required to solve undefined reference to
`G4RunManager::GetRunManager()' with Geant4 v90r2 (9.0.p02)
!========================== G4UIbasic v4r0 2003-11-03 ========================
! 2003-11-03 - Florence RANJARD
- requirements - add G4UIbasic branch to store include files
!=============================================================================
package G4UIcommon
version v5r3
branches cmt doc G4UIcommon
# =============================================================================
# ============ dependencies ===================================================
# =============================================================================
use G4intercoms v* Geant4
# =============================================================================
# ============ library ========================================================
# =============================================================================
macro_append G4UIcommon_pp_cppflags " -DG4INTY_USE_XT" \
target-winxp ' /D"G4INTY_USE_WIN32" '
library G4UIcommon $(G4Libraryflags) \
../common/src/*.cc
# =============================================================================
# ============ mandatory patterns =============================================
# =============================================================================
apply_pattern G4AllCMTpatterns
macro_append G4UIcommon_linkopts "" \
target-winxp " gdi32.lib"
# =============================================================================
# ============ specific =======================================================
# ============================================================================
macro X_linkopts "$(X_linkopts)" \
slc4-amd64 " -L/usr/X11R6/lib64 -lXm -lXt -lXext -lX11 -lm"
private
macro_append G4UIcommon_shlibflags " $(X_linkopts) "\
target-winxp " $(X_linkopts) gdi32.lib user32.lib "
apply_pattern G4_copy_UI_source
end_private
apply_pattern disable_package_on platform=target-darwin
!-----------------------------------------------------------------------------
! Package : Geant4/G4UIcommon
! Responsible : Gloria CORTI
! Purpose :
!-----------------------------------------------------------------------------
! 2015-11-02 - Marco Clemencic
- Added .gitignore file
!======================== G4UIcommon v5r3 2011-04-12 =========================
! 2011-04-12 - Gloria Corti
- Introduce use of pattern to switch off building this package on MacOS
!======================== G4UIcommon v5r2 2009-11-03 =========================
! 2009-06-10 - Hubert DEGAUDENZI
- Adapt to new new the external sources are imported.
!======================== G4UIcommon v5r1 2007-07-04 =========================
! 2007-07-04 - Gloria Corti
- requirements - redefine X_linkopts for amd64
!=========================== G4UIcommon v5r0 =================================
! 2004-07-07 - Florence RANJARD
- requirements - on WIN32 append "gdi32.lib user32.lib" to
G4UIcommon_shlibflags
!========================== G4UIcommon v4r0 2003-11-03 ========================
! 2003-11-03 - Florence RANJARD
- requirements - add G4UIcommon branch to store include files
!=============================================================================
package G4VRML
version v4r2
branches cmt doc G4VRML
# =============================================================================
# ============ dependencies ===================================================
# =============================================================================
use G4vis_management v* Geant4
# =============================================================================
# ============ dependencies ===================================================
# =============================================================================
library G4VRML $(G4LibraryFlags) \
../VRML/src/*.cc
# =============================================================================
# ============ general settings, could be redefine later ======================
# =============================================================================
set G4VRMLFILE_VIEWER vrweb \
target-winxp netscape.exe
set G4VRML_PV_PICKABLE "1"
# =============================================================================
# ============ macros for using of VRML driver ================================
# =============================================================================
macro_append G4VRML_pp_cppflags " -DG4VIS_USE_VRML" \
target-winxp ' /D"G4VIS_USE_VRML" '
macro_append G4VRML_pp_cppflags " -DG4VIS_USE_VRMLFILE" \
target-winxp ' /D"G4VIS_USE_VRMLFILE" '
# =============================================================================
# ============ mandatory patterns =============================================
# =============================================================================
apply_pattern G4AllCMTpatterns
# =============================================================================
# ============ macros to build VRML driver ====================================
# =============================================================================
private
macro_append G4VRML_pp_cppflags " -DG4VIS_BUILD_VRML_DRIVER " \
target-winxp ' /D"G4VIS_BUILD_VRML_DRIVER" '
macro_append G4VRML_pp_cppflags " -DG4VIS_BUILD_VRMLFILE_DRIVER " \
target-winxp ' /D"G4VIS_BUILD_VRMLFILE_DRIVER" '
apply_pattern G4_copy_vis_source
end_private
apply_pattern disable_package_on platform=target-winxp
!-----------------------------------------------------------------------------
! Package : Geant4/G4VRML
! Responsible : Gloria CORTI
! Purpose :
!-----------------------------------------------------------------------------
! 2015-11-02 - Marco Clemencic
- Added .gitignore file
!============================ G4VRML v4r2 2011-04-12 =========================
! 2011-04-12 - Gloria Corti
- Introduce use of pattern to switch off building this package on winxp
!========================== G4VRML v4r1 2009-11-03 ========================
! 2009-06-10 - Hubert DEGAUDENZI
- Adapt to new new the external sources are imported.
!========================== G4VRML v4r0 2003-11-03 ========================
! 2003-11-03 - Florence RANJARD
- requirements - add G4VRML branch to store include files
!=============================================================================
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment