numenta / nupic.core-legacy

Implementation of core NuPIC algorithms in C++ (under construction)
http://numenta.org
GNU Affero General Public License v3.0
272 stars 276 forks source link

Fix build error on arm64 Linux #1440

Closed paulscode closed 5 years ago

paulscode commented 6 years ago

This addresses issue #1439

paulscode commented 6 years ago

Added a condition to CMakeLists.txt to avoid having to undefine NTA_ASM when building on arm64

rhyolight commented 6 years ago

Both #1438 & #1440 introduce windows build errors, can you check them out?

paulscode commented 6 years ago

Ok, will do. Off to set up a Windows build environment :)

paulscode commented 6 years ago

@rhyolight I assume this is 64 bit Windows 10 (and not arm either), correct?

rhyolight commented 6 years ago

@paulscode sorry see my comment on https://github.com/numenta/nupic.core/pull/1438

rhyolight commented 6 years ago

@paulscode can you merge in master as soon as https://github.com/numenta/nupic.core/pull/1442 is merged? Then CI will run again with his changes.

rhyolight commented 5 years ago

Sorry this took so long.