Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
easyconfigs-it4i
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SCS
easyconfigs-it4i
Commits
ec75cddb
Commit
ec75cddb
authored
May 30, 2018
by
Lukáš Krupčík
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'it4i-salomon'
parents
c8351f18
083e34a3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
109 additions
and
0 deletions
+109
-0
h/HyperLoom/HyperLoom-0.9.eb
h/HyperLoom/HyperLoom-0.9.eb
+54
-0
l/libuv/libuv-1.20.3.eb
l/libuv/libuv-1.20.3.eb
+26
-0
l/loom/loom-0.9-Py-3.6.eb
l/loom/loom-0.9-Py-3.6.eb
+29
-0
No files found.
h/HyperLoom/HyperLoom-0.9.eb
0 → 100644
View file @
ec75cddb
## IT4Innovations
easyblock = 'CMakeMake'
name = 'HyperLoom'
version = '0.9'
homepage = 'https://code.it4i.cz/ADAS/loom'
description = "Framework for distributed task execution"
toolchain = {'name': 'dummy', 'version': ''}
toolchainopts = {'pic': True}
source_urls = ['https://code.it4i.cz/ADAS/loom/-/archive/v0.9/']
sources = ['loom-v0.9.tar.gz']
builddependencies = [
('CMake', '3.9.1'),
]
dependencies = [
('zlib', '1.2.11'),
('libuv', '1.20.3'),
('protobuf-python' , '3.2.0', '-GCC-7.1.0-2.28-Python-3.6.1'),
]
separate_build_dir = True
#configopts = " -DPROTOBUF_INCLUDE_DIR=$EBROOTPROTOBUF/include "
#configopts += " -DPROTOBUF_LIBRARY=$EBROOTPROTOBUF/lib/libprotobuf.so "
#configopts += " -DCMAKE_INSTALL_PREFIX=$EBROOTLIBUV "
#configopts += " -DPYTHON_LIBRARY=$EBROOTPYTHON/lib/libpython3.6m.so "
#configopts += " -DPYTHON_INCLUDE_DIR=$EBROOTPYTHON/include/python3.6m "
#configopts += " -DPROTOBUF_PROTOC_EXECUTABLE=$EBROOTPYTHON/bin/protoc "
configopts = " -DPROTOBUF_INCLUDE_DIR=/apps/all/protobuf/3.2.0-GCC-7.1.0-2.28-Python-3.6.1/include "
configopts += " -DPROTOBUF_LIBRARY=/apps/all/protobuf/3.2.0-GCC-7.1.0-2.28-Python-3.6.1/lib/libprotobuf.so "
configopts += " -DCMAKE_INSTALL_PREFIX=/apps/all/libuv/1.20.3 "
configopts += " -DPYTHON_LIBRARY=/apps/all/Python/3.6.1/lib/libpython3.6m.so "
configopts += " -DPYTHON_INCLUDE_DIR=/apps/all/Python/3.6.1/include/python3.6m "
configopts += " -DPROTOBUF_PROTOC_EXECUTABLE=/apps/all/protobuf/3.2.0-GCC-7.1.0-2.28-Python-3.6.1/bin/protoc"
postinstallcmds = [
'mkdir %(installdir)s/bin',
'cp %(builddir)s/easybuild_obj/src/server/loom-server %(installdir)s/bin/',
'cp %(builddir)s/easybuild_obj/src/worker/loom-worker %(installdir)s/bin/',
'cp %(builddir)s/loom-v0.9/python %(installdir)s/python -R',
]
sanity_check_paths = {
'files': ['bin/%s' % x for x in ['loom-server', 'loom-worker']],
'dirs': ['python'],
}
moduleclass = 'lib'
l/libuv/libuv-1.20.3.eb
0 → 100644
View file @
ec75cddb
# IT4Innovations 2018
easyblock = 'ConfigureMake'
name = 'libuv'
version = '1.20.3'
homepage = 'https://github.com/libuv'
description = "libuv is a multi-platform support library with a focus on asynchronous I/O. It was primarily developed for use by Node.js, but it's also used by Luvit, Julia, pyuv, and others."
toolchain = {'name': 'dummy', 'version': ''}
toolchainopts = {'pic': True}
source_urls = ['https://github.com/libuv/libuv/archive/']
sources = ['v1.20.3.tar.gz']
preconfigopts = "./autogen.sh && "
builddependencies = [('Autotools', '20150215')]
sanity_check_paths = {
'files': [],
'dirs': ['include', 'lib'],
}
moduleclass = 'lib'
l/loom/loom-0.9-Py-3.6.eb
0 → 100644
View file @
ec75cddb
# IT4Innovations 2018
easyblock = 'PythonPackage'
name = 'loom'
version = '0.9'
homepage = 'https://code.it4i.cz/ADAS/loom'
description = "Framework for distributed task execution"
toolchain = {'name': 'Py', 'version': '3.6'}
toolchainopts = {'pic': True}
source_urls = ['https://code.it4i.cz/ADAS/loom/-/archive/v0.9/']
sources = ['loom-v0.9.tar.gz']
dependencies = [
('HyperLoom', '0.9', '', True),
]
prebuildopts = 'cd python && '
preinstallopts = 'cd python && '
sanity_check_paths = {
'files': ['lib/python3.6/site-packages/loom-0.8-py3.6.egg'],
'dirs': ['lib'],
}
moduleclass = 'python'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment