numenta / nupic-legacy

Numenta Platform for Intelligent Computing is an implementation of Hierarchical Temporal Memory (HTM), a theory of intelligence based strictly on the neuroscience of the neocortex.
http://numenta.org/
GNU Affero General Public License v3.0
6.33k stars 1.56k forks source link

use cmake3 instead of cmake #3857

Closed andrewm4894 closed 5 years ago

andrewm4894 commented 5 years ago

When trying to build this dockerfile i was getting the below error:

CMake 3.3 or higher is required. You are running version 2.8.12.2

Using cmake3 resolves this.

rhyolight commented 5 years ago

Thanks, be sure to sign our contributor license at https://numenta.org/licenses/contrib/

rhyolight commented 5 years ago

Closing this until the OP signs our contributor license.

andrewm4894 commented 5 years ago

Apologies, licence signed now.

On Mon 7 Jan 2019, 21:57 Matthew Taylor, notifications@github.com wrote:

Closed #3857 https://github.com/numenta/nupic/pull/3857.

— You are receiving this because you authored the thread.

Reply to this email directly, view it on GitHub https://github.com/numenta/nupic/pull/3857#event-2058742675, or mute the thread https://github.com/notifications/unsubscribe-auth/ACE89NU5hR5L2urbTTIJjgfPXC2MIbFnks5vA8LPgaJpZM4Yqzi- .

rhyolight commented 5 years ago

@lscheinkman Any beef with this? I have not been keeping the docker config up to date. Does this affect any downstream research projects?

lscheinkman commented 5 years ago

@rhyolight 👍 LGTM

rhyolight commented 5 years ago

Thank you @andrewm4894!