Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SCS
easyconfigs-it4i
Commits
f4e73fbc
Commit
f4e73fbc
authored
Jan 05, 2021
by
Lukáš Krupčík
Browse files
Merge branch 'it4i-salomon'
parents
2ddb64ae
49d03a39
Pipeline
#16348
passed with stage
in 6 seconds
Changes
3
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
b/Boost/Boost-1.63.0-intel-2017a-Python-2.7.13.eb
View file @
f4e73fbc
...
...
@@ -19,8 +19,8 @@ dependencies = [
('Python', pythonversion, '', True)
]
configopts = '--with-python=$EBROOTPYTHON/bin/python'
buildopts = '-fPIC &&'
configopts = '--with-python=$EBROOTPYTHON/bin/python
'
#
buildopts = '-fPIC &&
'
# also build boost_mpi
boost_mpi = True
...
...
o/OpenMPI/OpenMPI-2.0.1-iccifort-2017.1.132-GCC-6.3.0-2.27.eb
View file @
f4e73fbc
...
...
@@ -18,7 +18,7 @@ source_urls = [
dependencies = [
('hwloc', '1.11.7', '', ('GCC', '6.3.0-2.27')),
('Java', '1.8.0_112', '', True),
#
('Java', '1.8.0_112', '', True),
]
configopts = '--with-threads=posix --enable-shared --enable-mpi-thread-multiple --with-verbs '
...
...
@@ -28,8 +28,8 @@ configopts += '--with-hwloc=$EBROOTHWLOC ' # hwloc support
# statically link local_component, don't do dynamic loading
# configopts += '--disable-dlopen ' # dont disable dlopen!
# https://github.com/open-mpi/ompi/issues/3630
configopts += '--with-tm=/opt/pbs
/default
' # Enable PBS
configopts += '--enable-mpi-java ' # Java support RT#4090
configopts += '--with-tm=/opt/pbs ' # Enable PBS
#
configopts += '--enable-mpi-java ' # Java support RT#4090
# for PBS Pro 13
preconfigopts = 'export LIBS="-ldl" && '
...
...
p/Python/Python-2.7.11-intel-2017a.eb
View file @
f4e73fbc
...
...
@@ -83,12 +83,6 @@ exts_list = [
('ecdsa', '0.13', {
'source_urls': ['https://pypi.python.org/packages/source/e/ecdsa/'],
}),
('cryptography', '1.4', {
'source_urls': ['https://pypi.python.org/packages/source/c/cryptography/'],
}),
('paramiko', '2.0.1', {
'source_urls': ['https://pypi.python.org/packages/source/p/paramiko/'],
}),
('pyparsing', '2.1.5', {
'source_urls': ['https://pypi.python.org/packages/source/p/pyparsing/'],
}),
...
...
@@ -107,10 +101,6 @@ exts_list = [
('pytz', '2016.4', {
'source_urls': ['https://pypi.python.org/packages/source/p/pytz'],
}),
('enum34', '1.1.6', {
'modulename': 'enum',
'source_urls': ['https://pypi.python.org/packages/source/e/enum34'],
}),
('bitstring', '3.1.5', {
'source_tmpl': '%(name)s-%(version)s.zip',
'source_urls': ['https://pypi.python.org/packages/source/b/bitstring'],
...
...
Write
Preview
Supports
Markdown
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