xref: /OK3568_Linux_fs/buildroot/package/openmpi/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyuncomment "openmpi needs a toolchain w/ dynamic library, NPTL, wchar, C++"
2*4882a593Smuzhiyun	depends on BR2_USE_MMU
3*4882a593Smuzhiyun	depends on !BR2_sparc
4*4882a593Smuzhiyun	depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS_NPTL \
5*4882a593Smuzhiyun		|| !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP
6*4882a593Smuzhiyun
7*4882a593Smuzhiyunconfig BR2_PACKAGE_OPENMPI
8*4882a593Smuzhiyun	bool "openmpi"
9*4882a593Smuzhiyun	depends on BR2_USE_MMU # fork()
10*4882a593Smuzhiyun	depends on BR2_USE_WCHAR
11*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
12*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
13*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS # dlfcn.h
14*4882a593Smuzhiyun	# from the configure script: "Sparc v8 target is not supported
15*4882a593Smuzhiyun	# in this release of Open MPI"
16*4882a593Smuzhiyun	depends on !BR2_sparc
17*4882a593Smuzhiyun	help
18*4882a593Smuzhiyun	  A High Performance Message Passing Library.
19*4882a593Smuzhiyun
20*4882a593Smuzhiyun	  https://www.open-mpi.org/
21