Skip to content

Instantly share code, notes, and snippets.

@rtohid
rtohid / bootstrap.sh
Last active October 27, 2017 23:25 — forked from parsa/.gitignore
#!/bin/bash
set -x
_RDIR_=$PWD
mkdir blaze
pushd blaze
git clone --depth=1 https://bitbucket.org/blaze-lib/blaze.git repo
mkdir -p {build,install}
pushd build
cmake -DCMAKE_INSTALL_PREFIX=$_RDIR_/install -DBOOST_ROOT=/opt/boost/1.65-gcc-7.2.0/ -DBLAZE_SMP_THREADS=C++11 ../repo
make -j