This file contains 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
brew install llvm34 --with-asan --with-clang --with-libcxx --rtti | |
==> Downloading http://llvm.org/releases/3.4/llvm-3.4.src.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/llvm34-3.4.tar.gz | |
==> Downloading http://llvm.org/releases/3.4/polly-3.4.src.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/llvm34--polly-3.4.tar.gz | |
==> Downloading http://llvm.org/releases/3.4/clang-3.4.src.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/llvm34--clang-3.4.tar.gz | |
==> Downloading http://llvm.org/releases/3.4/clang-tools-extra-3.4.src.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/llvm34--clang-tools-extra-3.4.tar.gz | |
==> Downloading http://llvm.org/releases/3.4/compiler-rt-3.4.src.tar.gz |
This file contains 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
➜ ~ brew info llvm35 | |
llvm35: HEAD | |
http://llvm.org/ | |
Not installed | |
From: https://github.com/homebrew/homebrew-versions/commits/master/llvm35.rb | |
==> Dependencies | |
Required: gmp ✔, isl ✔, cloog ✔ | |
Recommended: libffi ✔ | |
==> Options | |
--all-targets |
This file contains 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
#include <boost/range/irange.hpp> | |
#include <boost/range/algorithm.hpp> | |
#include <boost/accumulators/accumulators.hpp> | |
#include <boost/accumulators/statistics/stats.hpp> | |
#include <boost/accumulators/statistics/mean.hpp> | |
#include <boost/accumulators/statistics/median.hpp> | |
#include <tbb/parallel_for.h> | |
#include <tbb/blocked_range.h> | |
#include <tbb/task.h> |
This file contains 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
figure; | |
% sizes | |
y_size = 1.5; | |
x_size = 2*pi; | |
% colors | |
cos_col = 'c'; | |
si_col = 'b'; | |
sign_col = 'r'; |
This file has been truncated, but you can view the full file.
This file contains 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
Homebrew 0.9.3 | |
/usr/local/bin/mpicc --version | |
/usr/local/bin/mpicxx --version | |
==> Downloading http://downloads.sourceforge.net/project/boost/boost/1.52.0/boost_1_52_0.tar.bz2 | |
Already downloaded: /Library/Caches/Homebrew/boost-1.52.0.tar.bz2 | |
/usr/bin/tar xf /Library/Caches/Homebrew/boost-1.52.0.tar.bz2 | |
==> Downloading patches | |
/usr/bin/curl -f#LA Homebrew 0.9.3 (Ruby 1.8.7-358; Mac OS X 10.8.2) https://svn.boost.org/trac/boost/raw-attachment/ticket/7671/libcpp_c11_numeric_limits.patch -o 000-homebrew.diff | |
######################################################################## 100.0% | |
==> Patching |
NewerOlder