mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
31 lines
671 B
Plaintext
31 lines
671 B
Plaintext
# IT4Innovations 2020
|
|
|
|
easyblock = "PythonPackage"
|
|
name = 'mloc'
|
|
version = '20200914'
|
|
versionsuffix = '-Python-%(pyver)s'
|
|
local_commit = '1562b160c2d75ba1d1bceec1cffaa1c49a115eab'
|
|
|
|
homepage = 'doplnit'
|
|
description = 'doplnit'
|
|
|
|
toolchain = SYSTEM
|
|
|
|
source_urls = ["https://code.it4i.cz/cim0009/mloc/-/archive/%s" % (local_commit)]
|
|
sources = ['%s-%s.tar.gz' % (name, local_commit)]
|
|
|
|
dependencies = [
|
|
('Python', '3.6.1'),
|
|
('heappeac', '20200914', versionsuffix),
|
|
('OpenMPI', '1.10.7', '', ('GCC', '6.3.0-2.27')),
|
|
]
|
|
|
|
use_pip = False
|
|
|
|
sanity_check_paths = {
|
|
'dirs': [],
|
|
'files': ['lib/python3.6/site-packages/mloc-0.1-py3.6.egg'],
|
|
}
|
|
|
|
moduleclass = 'python'
|