Skip to content

Instantly share code, notes, and snippets.

Created October 30, 2012 16:29
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save anonymous/3981327 to your computer and use it in GitHub Desktop.
Problem with => brew install boost --with-mpi
brew -v install boost --with-mpi
Homebrew 0.9.3
dyld: DYLD_ environment variables being ignored because main executable (/usr/bin/sudo) is setuid or setgid
==> Downloading http://downloads.sourceforge.net/project/boost/boost/1.51.0/boost_1_51_0.tar.bz2
Already downloaded: /Library/Caches/Homebrew/boost-1.51.0.tar.bz2
/usr/bin/tar xf /Library/Caches/Homebrew/boost-1.51.0.tar.bz2
==> ./bootstrap.sh --prefix=/usr/local/Cellar/boost/1.51.0 --libdir=/usr/local/Cellar/boost/1.51.0/lib --without-icu
./bootstrap.sh --prefix=/usr/local/Cellar/boost/1.51.0 --libdir=/usr/local/Cellar/boost/1.51.0/lib --without-icu
-n Building Boost.Build engine with toolset darwin...
tools/build/v2/engine/bin.macosxx86_64/b2
-n Detecting Python version...
2.7
-n Detecting Python root...
/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7
-n Unicode/ICU support for Boost.Regex?...
disabled.
Generating Boost.Build configuration in project-config.jam...
Bootstrapping is done. To build, run:
./b2
To adjust configuration, edit 'project-config.jam'.
Further information:
- Command line help:
./b2 --help
- Getting started guide:
http://www.boost.org/more/getting_started/unix-variants.html
- Boost.Build documentation:
http://www.boost.org/boost-build2/doc/html/index.html
==> ./bjam --prefix=/usr/local/Cellar/boost/1.51.0 --libdir=/usr/local/Cellar/boost/1.51.0/lib -d2 -j4 --layout=tagged --user-config=user-config.jam threading=multi install
./bjam --prefix=/usr/local/Cellar/boost/1.51.0 --libdir=/usr/local/Cellar/boost/1.51.0/lib -d2 -j4 --layout=tagged --user-config=user-config.jam threading=multi install
MPI auto-detection failed: unknown wrapper compiler mpic++
Please report this error to the Boost mailing list: http://www.boost.org
You will need to manually configure MPI support.
Performing configuration checks
- 32-bit : no
- 64-bit : yes
- x86 : yes
- has_icu builds : no
warning: Graph library does not contain MPI-based parallel components.
note: to enable them, add "using mpi ;" to your user-config.jam
- iconv (libc) : no
- iconv (separate) : yes
- icu : no
- icu (lib64) : no
- gcc visibility : yes
- long double support : yes
warning: skipping optional Message Passing Interface (MPI) library.
note: to enable MPI support, add "using mpi ;" to user-config.jam.
note: to suppress this message, pass "--without-mpi" to bjam.
note: otherwise, you can safely ignore this message.
Component configuration:
- chrono : building
- context : building
- date_time : building
- exception : building
- filesystem : building
- graph : building
- graph_parallel : building
- iostreams : building
- locale : building
- math : building
- mpi : building
- program_options : building
- python : building
- random : building
- regex : building
- serialization : building
- signals : building
- system : building
- test : building
- thread : building
- timer : building
- wave : building
...patience...
...patience...
...patience...
...patience...
...found 27498 targets...
...updating 10659 targets...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment