Grigory Feldman
Grigory Feldman
Add `-lm -lmvec` flags to makefile and setup.py as was suggested in #26
Fast hack for openmp: * add to [Makefile#L23](https://github.com/digitalbrain79/pyyolo/blob/master/Makefile#L23) flag `-fopenmp` * add to [setup.py](https://github.com/digitalbrain79/pyyolo/blob/master/setup.py#L4) ``` extra_compile_args=['-fopenmp'], extra_link_args=['-lgomp', '-lm'], ``` On ubuntu 16.04 you should add additional flags: * add to...
@Alpus You have to change [this line](https://github.com/jasonbunk/densecut-linux/blob/master/CmCode/CmLib/Basic/CmFile.h#L185) to ``` return rename(src.c_str(), dst.c_str()); ``` Also you have to add `#include ` after all `#ifndef`'s.