easyconfigs-it4i/p/Python/Python-3.6.8-GCC-6.3.0-2.27-base.eb
Lukáš Krupčík 506f8286d9 modified: b/BCFtools/BCFtools-1.6-intel-2017a.eb
new file:   b/Boost/Boost-1.68.0-intel-2017a.eb
	new file:   b/Boost/Boost-1.68.0-intel-2017c.eb
	new file:   "b/bcl2fastq2/\\"
	new file:   b/bcl2fastq2/bcl2fastq2-2.20.0-intel-2017a-Py-2.7.eb
	new file:   b/bcl2fastq2/bcl2fastq2-2.20.0-intel-2017a-Py-3.6.eb
	modified:   d/DIRAC/DIRAC-18.0-intel-2017c-Py-2.7-test.eb
	new file:   f/FastQC/FastQC-0.11.3.eb
	new file:   f/FastQC/FastQC-0.11.8.eb
	new file:   f/fontconfig/fontconfig-2.13.0-libpng-1.6.34.eb
	new file:   g/GATK/GATK-4.1.2.0-Java-1.8.0_202.eb
	new file:   g/GDAL/GDAL-2.4.0-intel-2017a-Py-3.6.eb
	new file:   g/GEOS/GEOS-3.7.2-Py-3.6.eb
	new file:   g/gnuplot/gnuplot-5.2.7-GCC-6.3.0-2.27.eb
	modified:   h/HTSlib/HTSlib-1.6-intel-2017a.eb
	new file:   l/libMesh/libMesh-1.4.1-intel-2017a.eb
	new file:   l/libMesh/libMesh-1.4.1-intel-2017c.eb
	new file:   m/MUMPS/MUMPS-5.2.0-intel-2017c-parmetis.eb
	modified:   p/Python/Python-3.6.8-GCC-6.3.0-2.27-base.eb
	new file:   r/R/R-3.5.3-intel-2017a-Py-3.6.eb
	modified:   s/SAMtools/SAMtools-1.6-intel-2017a.eb
	new file:   s/SWIG/SWIG-3.0.12-Py-3.6.eb
	deleted:    b/bcl2fastq2/bcl2fastq2-2.20.0-intel-2017a-Python-2.7.13.eb
2019-06-11 08:38:51 +02:00

54 lines
1.7 KiB
Plaintext

# IT4Innovations 2018
name = 'Python'
version = '3.6.8'
versionsuffix = '-base'
homepage = 'http://python.org/'
description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively."
toolchain = {'name': 'GCC', 'version': '6.3.0-2.27'}
toolchainopts = {'pic': True, 'opt': True, 'optarch': True}
source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/']
sources = [SOURCE_TGZ]
prebuildopts = 'export CFLAGS="-I${EBROOTXZ}/include" && '
prebuildopts += 'export LDFLAGS="-L${EBROOTXZ}/lib" && '
configopts = "--enable-optimizations --enable-shared"
# python needs bzip2 to build the bz2 package
dependencies = [
('bzip2', '1.0.6', '', True),
('libreadline', '7.0', '', True),
('SQLite', '3.27.1', '', True),
('Tk', '8.6.9', '', True),
('GMP', '6.1.2', '', True),
('XZ', '5.2.4', '', True),
('zlib', '1.2.11', '', True),
('ncurses', '6.0', '', True),
# ('OpenSSL', '1.0.1q'), # OS dependency should be preferred if the os version is more recent then this version, it's
# nice to have an up to date openssl for security reasons
]
configopts = '--enable-loadable-sqlite-extensions '
# order is important!
# package versions updated Feb 25th 2016
exts_list = [
('setuptools', '38.4.0', {
'source_urls': ['https://pypi.python.org/packages/source/s/setuptools/'],
'source_tmpl': '%(name)s-%(version)s.zip',
}),
('pip', '9.0.1', {
'source_urls': ['https://pypi.python.org/packages/source/p/pip/'],
}),
('nose', '1.3.7', {
'source_urls': ['https://pypi.python.org/packages/source/n/nose/'],
}),
]
#modluafooter = 'add_property("state","experimental")'
moduleclass = 'lang'