mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 11:18:08 +01:00
40 lines
1.6 KiB
Plaintext
40 lines
1.6 KiB
Plaintext
easyblock = 'EB_EasyBuildMeta'
|
|
|
|
name = 'EasyBuild'
|
|
version = '3.2.1'
|
|
versionsuffix= '-TEST'
|
|
|
|
homepage = 'http://hpcugent.github.com/easybuild/'
|
|
description = """EasyBuild is a software build and installation framework
|
|
written in Python that allows you to install software in a structured,
|
|
repeatable and robust way."""
|
|
|
|
toolchain = {'name': 'dummy', 'version': 'dummy'}
|
|
|
|
source_urls = [
|
|
# vsc-install
|
|
'https://pypi.python.org/packages/82/ec/19d85d2bb91b562195d00db9ac82d7529904e7eabc0597720966bf74714f/',
|
|
# vsc-base
|
|
'https://pypi.python.org/packages/f7/66/1ff7ecc4a93ba37e063f5bfbe395e95a547b1dec73b017c2724f4475a958/',
|
|
# easybuild-framework
|
|
'https://pypi.python.org/packages/77/a2/34beda6176a1c85e99861f6a5e881c3a5c67e68e1edc50258a7d941195e8/',
|
|
# easybuild-easyblocks
|
|
'https://pypi.python.org/packages/3d/02/a5d239cbe7dfaecf712edc4aa53192239db174505e81d4c793e20abd96b6/',
|
|
# easybuild-easyconfigs
|
|
'https://pypi.python.org/packages/ac/ae/185b876b02b2f2310fe52bb41539d23a00e421e5b19c246779e4b2be03a8/',
|
|
]
|
|
# order matters a lot, to avoid having dependencies auto-resolved (--no-deps easy_install option doesn't work?)
|
|
sources = [
|
|
'vsc-install-0.10.26.tar.gz',
|
|
'vsc-base-2.5.8.tar.gz',
|
|
'easybuild-framework-%(version)s.tar.gz',
|
|
'easybuild-easyblocks-%(version)s.tar.gz',
|
|
'easybuild-easyconfigs-%(version)s.tar.gz',
|
|
]
|
|
|
|
# EasyBuild is a (set of) Python packages, so it depends on Python
|
|
# usually, we want to use the system Python, so no actual Python dependency is listed
|
|
allow_system_deps = [('Python', SYS_PYTHON_VERSION)]
|
|
|
|
moduleclass = 'tools'
|