docker-engine: new package
[buildroot-gz.git] / package / openmpi / Config.in
blob9638040f31297b0e76d95f2debbc4d995825b574
1 comment "openmpi needs a toolchain w/ dynamic library, NPTL, wchar, C++"
2         depends on BR2_USE_MMU
3         depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS_NPTL \
4                 || !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP
6 config BR2_PACKAGE_OPENMPI
7         bool "openmpi"
8         depends on BR2_USE_MMU # fork()
9         depends on BR2_USE_WCHAR
10         depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
11         depends on BR2_INSTALL_LIBSTDCPP
12         depends on !BR2_STATIC_LIBS # dlfcn.h
13         help
14           A High Performance Message Passing Library.
16           https://www.open-mpi.org/