easyconfigs-it4i/g/Geant4/Geant4-10.01.p01-intel-2015a.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

26 lines
847 B
Plaintext

name = 'Geant4'
version = '10.01.p01'
homepage = 'http://geant4.cern.ch/'
description = """Geant4 is a toolkit for the simulation of the passage of particles through matter.
Its areas of application include high energy, nuclear and accelerator physics,
as well as studies in medical and space science."""
toolchain = {'name': 'intel', 'version': '2015a'}
source_urls = ['http://geant4.cern.ch/support/source']
sources = ['%(namelower)s.%(version)s.tar.gz']
dependencies = [
('expat', '2.1.0'),
# recommended CLHEP version, see https://geant4.web.cern.ch/geant4/support/ReleaseNotes4.10.1.html#2.
('CLHEP', '2.2.0.5'),
]
builddependencies = [('CMake', '3.2.2')]
configopts = "-DEXPAT_LIBRARY=$EBROOTEXPAT/lib/libexpat.so -DEXPAT_INCLUDE_DIR=$EBROOTEXPAT/include"
configopts += "-DGEANT4_INSTALL_DATA=OFF"
moduleclass = 'phys'