Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{tools}[dummy/dummy] EasyBuild v3.5.3 #5968

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
45 changes: 45 additions & 0 deletions easybuild/easyconfigs/e/EasyBuild/EasyBuild-3.5.3.eb
@@ -0,0 +1,45 @@
easyblock = 'EB_EasyBuildMeta'

name = 'EasyBuild'
version = '3.5.3'

homepage = 'https://easybuilders.github.io/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/37/4b/ff6409ac33f0440e47b940efa027423e38551618a10199b39022652f2c46/',
# vsc-base
'https://pypi.python.org/packages/f7/66/1ff7ecc4a93ba37e063f5bfbe395e95a547b1dec73b017c2724f4475a958/',
# easybuild-framework
'https://pypi.python.org/packages/6f/a2/0c364993ee5264415e2b46af6323bbdcab610d36ceaca39c253c69cf40a1/',
# easybuild-easyblocks
'https://pypi.python.org/packages/3f/9a/cd137add36144a67368c8b472ec91b3475f95cbaf89442a394a5fe77dc53/',
# easybuild-easyconfigs
'https://pypi.python.org/packages/86/c2/b6ddd15854148d6b2396f402526c64ea017041035e854cafd62f8b5c6a60/',
]
# order matters a lot, to avoid having dependencies auto-resolved (--no-deps easy_install option doesn't work?)
sources = [
'vsc-install-0.10.29.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',
]
checksums = [
'af87b05fb1f05cac82268884ed8c71c05bac6b3913544ae21750e700b691d901', # vsc-install-0.10.29.tar.gz
'7fcd300f842edf4baade7d0b7a3b462ca7dfb2a411a7532694a90127c6646ee2', # vsc-base-2.5.8.tar.gz
'f65e1c914d08a92f99040dfcf548edd5868ccc6e60f65d6ab1a3a32f91934e75', # easybuild-framework-3.5.3.tar.gz
'29c293ad55fd8c2dad24793e0fd16d4dcada7d7a8c77829d8558d4af7c44067e', # easybuild-easyblocks-3.5.3.tar.gz
'425f79ef29faa92d17170328672d1b709f3ff5db82cd0817b1d10df27d0808f7', # easybuild-easyconfigs-3.5.3.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'