mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-11 01:12:11 +01:00
Merge branch 'it4i-salomon'
This commit is contained in:
commit
f4e73fbc8a
@ -19,8 +19,8 @@ dependencies = [
|
|||||||
('Python', pythonversion, '', True)
|
('Python', pythonversion, '', True)
|
||||||
]
|
]
|
||||||
|
|
||||||
configopts = '--with-python=$EBROOTPYTHON/bin/python'
|
configopts = '--with-python=$EBROOTPYTHON/bin/python '
|
||||||
buildopts = '-fPIC &&'
|
#buildopts = '-fPIC && '
|
||||||
|
|
||||||
# also build boost_mpi
|
# also build boost_mpi
|
||||||
boost_mpi = True
|
boost_mpi = True
|
||||||
|
@ -18,7 +18,7 @@ source_urls = [
|
|||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('hwloc', '1.11.7', '', ('GCC', '6.3.0-2.27')),
|
('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 '
|
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
|
# statically link local_component, don't do dynamic loading
|
||||||
# configopts += '--disable-dlopen ' # dont disable dlopen!
|
# configopts += '--disable-dlopen ' # dont disable dlopen!
|
||||||
# https://github.com/open-mpi/ompi/issues/3630
|
# https://github.com/open-mpi/ompi/issues/3630
|
||||||
configopts += '--with-tm=/opt/pbs/default ' # Enable PBS
|
configopts += '--with-tm=/opt/pbs ' # Enable PBS
|
||||||
configopts += '--enable-mpi-java ' # Java support RT#4090
|
#configopts += '--enable-mpi-java ' # Java support RT#4090
|
||||||
|
|
||||||
# for PBS Pro 13
|
# for PBS Pro 13
|
||||||
preconfigopts = 'export LIBS="-ldl" && '
|
preconfigopts = 'export LIBS="-ldl" && '
|
||||||
|
@ -83,12 +83,6 @@ exts_list = [
|
|||||||
('ecdsa', '0.13', {
|
('ecdsa', '0.13', {
|
||||||
'source_urls': ['https://pypi.python.org/packages/source/e/ecdsa/'],
|
'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', {
|
('pyparsing', '2.1.5', {
|
||||||
'source_urls': ['https://pypi.python.org/packages/source/p/pyparsing/'],
|
'source_urls': ['https://pypi.python.org/packages/source/p/pyparsing/'],
|
||||||
}),
|
}),
|
||||||
@ -107,10 +101,6 @@ exts_list = [
|
|||||||
('pytz', '2016.4', {
|
('pytz', '2016.4', {
|
||||||
'source_urls': ['https://pypi.python.org/packages/source/p/pytz'],
|
'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', {
|
('bitstring', '3.1.5', {
|
||||||
'source_tmpl': '%(name)s-%(version)s.zip',
|
'source_tmpl': '%(name)s-%(version)s.zip',
|
||||||
'source_urls': ['https://pypi.python.org/packages/source/b/bitstring'],
|
'source_urls': ['https://pypi.python.org/packages/source/b/bitstring'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user