etaler / Etaler

A flexable HTM (Hierarchical Temporal Memory) framework with full GPU support.
BSD 3-Clause "New" or "Revised" License
89 stars 14 forks source link

Fix building Etaler on OS X #64

Closed marty1885 closed 5 years ago

marty1885 commented 5 years ago

related to #62

This PR includes patches to handle issues introduces by changes after 0.1 release causing OS X build failed. Now Etaler should be build-able on OS X by:

Then by using the commands

git clone https://github.com/etaler/Etaler --recursive
cd Etaler
mkdir build
cd build
cmake -DCMAKE_CXX_COMPILER=g++9 ..
make -j4

Compiling using clang causes linker errors. I'm still investigating that.