Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
Update SHA and fix files
Browse files Browse the repository at this point in the history
  • Loading branch information
david-ragazzi committed Jun 29, 2015
1 parent 299d44f commit 56a0ab5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -71,5 +71,5 @@ nupic/bindings/proto/*.capnp
# Pip stuff
dist/
nupic.egg-info/
nupic/*cpp_region.*
nupic/*py_region.*
temp/
2 changes: 1 addition & 1 deletion .nupic_modules
@@ -1,3 +1,3 @@
# Default nupic.core dependencies (override in optional .nupic_config)
NUPIC_CORE_REMOTE = 'git://github.com/numenta/nupic.core.git'
NUPIC_CORE_COMMITISH = 'cb55ebd9633923040176db0c041945f190d69800'
NUPIC_CORE_COMMITISH = '140a176ef1f53bb5014e60cec5a26ecc0498d23e'
2 changes: 1 addition & 1 deletion extensions/py_region/PyRegion.cpp
Expand Up @@ -20,7 +20,7 @@
* ---------------------------------------------------------------------
*/

#include <cpp_region/PyRegion.hpp>
#include <py_region/PyRegion.hpp>
#include <numpy/arrayobject.h>
#include <iostream>
#include <sstream>
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -625,8 +625,8 @@ def postProcess():
shutil.copy(
nupicCoreReleaseDir + "/bin/py_region_test", REPO_DIR + "/bin"
)
# Copy cpp_region located at build dir into source dir
shutil.copy(buildDir + "/nupic/" + getLibPrefix(platform) + "cpp_region" +
# Copy py_region located at build dir into source dir
shutil.copy(buildDir + "/nupic/" + getLibPrefix(platform) + "py_region" +
getSharedLibExtension(platform), REPO_DIR + "/nupic")

options = getCommandLineOptions()
Expand Down

0 comments on commit 56a0ab5

Please sign in to comment.