bejohu

Results 2 comments of bejohu

Using Fedora 21. Linking against _cblas_ rather than _blas_ helps. Compilation works for me after doing this: ./fastFM/setup.py: _ext_modules_ replace **blas** with **cblas** ./fastFM/fastFM-core/src/Makefile: _LDLIBS_ replace _-lblas_ with _-lcblas_

Looks like @burningtree created PR for this a while ago: https://github.com/jmespath/jmespath.js/pull/2