mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-11 01:12:11 +01:00
modified: h/heappeac/heappeac-20200914-Python-3.6.1.eb
new file: m/mloc/mloc-20200914-Python-3.6.1.eb
This commit is contained in:
parent
d242dca64e
commit
3e0e29acd2
@ -3,24 +3,26 @@
|
|||||||
easyblock = "PythonPackage"
|
easyblock = "PythonPackage"
|
||||||
name = 'heappeac'
|
name = 'heappeac'
|
||||||
version = '20200914'
|
version = '20200914'
|
||||||
|
versionsuffix = '-Python-%(pyver)s'
|
||||||
|
local_commit = 'c12d5449b971e532893639f407a047aa2b2eedb6'
|
||||||
|
|
||||||
homepage = 'doplnit'
|
homepage = 'doplnit'
|
||||||
description = 'doplnit'
|
description = 'doplnit'
|
||||||
|
|
||||||
toolchain = {SYSTEM}
|
toolchain = SYSTEM
|
||||||
|
|
||||||
source_urls = ["https://code.it4i.cz/cim0009/heappeac/-/archive"]
|
source_urls = ["https://code.it4i.cz/cim0009/%s/-/archive/%s" % (name, local_commit)]
|
||||||
sources = ["terheappeac-master.tar.gz"]
|
sources = ['%s-%s.tar.gz' % (name, local_commit)]
|
||||||
|
|
||||||
#dependencies = [
|
dependencies = [
|
||||||
# ('MarkupSafe', '1.0'),
|
('Python', '3.6.1'),
|
||||||
#]
|
]
|
||||||
|
|
||||||
use_pip = False
|
use_pip = False
|
||||||
|
|
||||||
sanity_check_paths = {
|
sanity_check_paths = {
|
||||||
'files': [],
|
'dirs': [],
|
||||||
'dirs': ['lib/python3.6/site-packages/%(name)s-%(version)s-py3.6.egg'],
|
'files': ['lib/python3.6/site-packages/heappeac-0.1-py3.6.egg'],
|
||||||
}
|
}
|
||||||
|
|
||||||
moduleclass = 'python'
|
moduleclass = 'python'
|
||||||
|
30
m/mloc/mloc-20200914-Python-3.6.1.eb
Normal file
30
m/mloc/mloc-20200914-Python-3.6.1.eb
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
# 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'
|
Loading…
x
Reference in New Issue
Block a user