Error in compiling Parsec

I followed the steps in the README and I am stuck installing Parsec. Here is the error I get:

make[2]: *** No rule to make target ‘…/parsec/data_dist/matrix/parsec_ptgpp’, needed by ‘parsec/data_dist/matrix/diag_band_to_rect.h’. Stop.
make[1]: *** [CMakeFiles/Makefile2:1735: parsec/data_dist/matrix/CMakeFiles/parsec_data_matrix.dir/all] Error 2
make: *** [Makefile:163: all] Error 2

I am using the stock make_parsec.sh from src folder.

I solved it by installing missing libraries like bison, libgvc and cython indictaed by cmake errors. hope this helps someone.