mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
Merge branch 'it4i-salomon'
This commit is contained in:
commit
f4e73fbc8a
@ -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
|
||||
|
@ -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" && '
|
||||
|
@ -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'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user