libmpdata++
===========

0. Please check: http://arxiv.org/abs/1407.1309

1. Try it the stadard CMake's way:

  $ mkdir build
  $ cd build
  $ cmake ..                     \
    -DCMAKE_BUILD_TYPE=Release   \
    -DCMAKE_CXX_COMPILER=clang++ 
  $ make
  $ make test
  $ sudo make install
