This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ==> Downloading https://downloads.sourceforge.net/project/gts/gts/0.7.6/gts-0.7.6.tar.gz | |
| Already downloaded: /Library/Caches/Homebrew/gts-0.7.6.tar.gz | |
| ==> Verifying gts-0.7.6.tar.gz checksum | |
| tar xf /Library/Caches/Homebrew/gts-0.7.6.tar.gz | |
| ==> Patching | |
| patching file examples/happrox.c | |
| ==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/gts/0.7.6 | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking whether build environment is sane... yes | |
| checking for gawk... no |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [tmatsuno@dev-matsuno ~]$ brew update | |
| Already up-to-date. | |
| [tmatsuno@dev-matsuno ~]$ brew install --universal --with-icu --with-mpi -v boost149 | |
| /usr/local/bin/mpicc --version | |
| /usr/local/bin/mpicxx --version | |
| /usr/local/bin/mpicc --version | |
| /usr/local/bin/mpicxx --version | |
| ==> Downloading http://downloads.sourceforge.net/project/boost/boost/1.49.0/boost_1_49_0.tar.bz2 | |
| Already downloaded: /Library/Caches/Homebrew/boost149-1.49.0.tar.bz2 | |
| /usr/bin/tar xf /Library/Caches/Homebrew/boost149-1.49.0.tar.bz2 |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Last login: Fri Feb 1 11:35:12 on ttys002 | |
| [tmatsuno@dev-matsuno ~]$ brew info boost | |
| boost: stable 1.52.0 (bottled), HEAD | |
| http://www.boost.org | |
| /usr/local/Cellar/boost/1.51.0 (9038 files, 372M) * | |
| Installed with: --with-icu, --with-mpi, --universal | |
| https://github.com/mxcl/homebrew/commits/master/Library/Formula/boost.rb | |
| ==> Options | |
| --universal | |
| Build a universal binary |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [tmatsuno@dev-matsuno ~]$ brew doctor | |
| Your system is raring to brew. | |
| [tmatsuno@dev-matsuno ~]$ brew --config | |
| HOMEBREW_VERSION: 0.9.3 | |
| ORIGIN: https://github.com/mxcl/homebrew | |
| HEAD: 7486ff25e065819a2adacae915a8a5e3e9c44f81 | |
| HOMEBREW_PREFIX: /usr/local | |
| HOMEBREW_CELLAR: /usr/local/Cellar | |
| CPU: quad-core 64-bit ivybridge | |
| OS X: 10.8.2-x86_64 |