mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: m/mumax/mumax-3.10beta-CUDA-10.2.89.eb new file: m/mumax/mumax-3.9.3-CUDA-10.2.89.eb new file: m/mumax/mumax-go.patch new file: m/mumax/mumax-new-cuda.patch modified: p/Py/Py-2.7.eb new file: p/Python/Python-system.eb new file: r/rpmrebuild/rpmrebuild-2.14.eb new file: w/wheel/wheel-0.33.4-Py-system.eb
35 lines
904 B
Plaintext
35 lines
904 B
Plaintext
# IT4Innovations 2019
|
|
|
|
easyblock = "Rpm"
|
|
|
|
name = 'Python'
|
|
version = 'system'
|
|
|
|
homepage = 'http://python.org/'
|
|
description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively."
|
|
|
|
toolchain = SYSTEM
|
|
toolchainopts = {'pic': True, 'opt': True, 'optarch': True}
|
|
|
|
source_urls = ['http://mirror.it4i.cz/centos/7/os/x86_64/Packages/']
|
|
sources = ['python-2.7.5-86.el7.x86_64.rpm']
|
|
|
|
dependencies = [
|
|
('rpmrebuild', '2.14'),
|
|
]
|
|
|
|
exts_list = [
|
|
('setuptools', '41.6.0', {
|
|
'source_urls': ['https://pypi.python.org/packages/source/s/setuptools/'],
|
|
'source_tmpl': '%(name)s-%(version)s.zip',
|
|
}),
|
|
('pip', '19.3.1', {
|
|
'source_urls': ['http://pypi.python.org/packages/source/p/pip/'],
|
|
}),
|
|
('nose', '1.3.7', {
|
|
'source_urls': ['http://pypi.python.org/packages/source/n/nose/'],
|
|
}),
|
|
]
|
|
|
|
moduleclass = 'lang'
|