easyconfigs-it4i/r/ROOT/ROOT-v5.34.34-intel-2015b-Python-2.7.10.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

38 lines
1.3 KiB
Plaintext

name = 'ROOT'
version = 'v5.34.34'
homepage = 'http://root.cern.ch/drupal/'
description = """The ROOT system provides a set of OO frameworks with all the functionality
needed to handle and analyze large amounts of data in a very efficient way."""
toolchain = {'name': 'intel', 'version': '2015b'}
toolchainopts = {'pic': True}
sources = ['%(namelower)s_%(version)s.source.tar.gz']
source_urls = ['ftp://root.cern.ch/root/']
patches = [
'configure_FftwFromMkl_28.patch',
]
pyver = '2.7.10'
versionsuffix = '-Python-%s' % pyver
dependencies = [
('GSL', '1.16'),
('libxml2', '2.9.3', versionsuffix),
('Python', pyver),
]
# architecture
arch = 'linuxx8664icc'
# disable features
configopts = ' --disable-xft --disable-x11 --disable-xrootd --disable-mysql'
# enable features
configopts += ' --enable-unuran --enable-table --enable-explicitlink --enable-minuit2 --enable-roofit'
configopts += ' --with-gsl-incdir=$EBROOTGSL/include/gsl --with-gsl-libdir=$EBROOTGSL/lib'
configopts += ' --with-fftw3-incdir=$EBROOTIMKL/mkl/include/fftw --with-fftw3-libdir=$EBROOTIMKL/mkl/lib/intel64'
configopts += ' --with-xml-incdir=$EBROOTLIBXML2/include/libxml2/libxml --with-xml-libdir=$EBROOTLIBXML2/lib'
configopts += ' --with-python-libdir=$EBROOTPYTHON/lib'
moduleclass = 'data'