-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Refactored CMakeLists.txt to use nupic.core as an external library #1519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Only outstanding issue seems to be that python 2.7 is being used in the 2.6 builds, but that is consistent w/ current master (see #1520). Would like to know the opinions of @scottpurdy and @rhyolight regarding how to move forward. Otherwise, this is ready for consideration. |
|
I'd say this depends on #1520 for a merge (unless we want to consider dropping 2.6 support again?) |
|
I'm going to chew on it for a bit. We've fixed it before, so we should be able to do it again, but I'm becoming less and less interested in officially supporting 2.6 as time passes. |
Me too. |
05af600 to
66063eb
Compare
…d not require direct access to the source repository
Conflicts: .nupic_modules
Conflicts: .nupic_modules
…ing version being found
… as use correct WORKDIR value
fc3d450 to
fe5dc1a
Compare
Refactored CMakeLists.txt to use nupic.core as an external library
NuPIC complement to numenta/nupic.core-legacy#228
This is an API-breaking change to nupic with a refactored CMakeLists.txt to need only access to a nupic.core installation prefix which is specified via -DNUPIC_CORE cmake option (as before), but no longer requires access to the raw source code repository. Howeverm if -DNUPIC_CORE_SOURCE is specified, that overrides the value in .nupic_modules for repository location should nupic.core need to be build inside the nupic source tree.
Note: I'd like to be able to re-write the history in this one to exclude mention of my own fork in .nupic_modules. Once ffd7b57110e016e31fbe959dc5fcab74dd86960b is resolvable from git://github.com/numenta/nupic.core.git I will make that change and redo this PR.