Created
June 10, 2013 18:03
-
-
Save oxtopus/5750902 to your computer and use it in GitHub Desktop.
Bootstrap NuPIC installation in virtualenv from github.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
mkdir nta | |
virtualenv --python=`which python2.6` nta | |
cd nta/ | |
git clone https://github.com/numenta/nupic.git | |
echo "# Installation path | |
export NTA=$PWD/eng | |
# Target source/repo path. Defaults to $PWD | |
export NUPIC=$PWD/nupic | |
# Convenience variable for temporary build files | |
export BUILDDIR=$PWD/ntabuild | |
# Number of jobs to run in parallel (optional) | |
export MK_JOBS=3 | |
# Set up the rest of the necessary env variables. Must be done after | |
# setting $NTA. | |
source \$NUPIC/env.sh" >> bin/activate | |
source bin/activate | |
$NUPIC/build.sh | |
python $NUPIC/examples/opf/bin/OpfRunExperiment.py $NUPIC/examples/opf/experiments/multistep/hotgym/ | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./bootstrap-nta.sh | |
Running virtualenv with interpreter /usr/bin/python2.6 | |
New python executable in nta/bin/python2.6 | |
Also creating executable in nta/bin/python | |
Installing setuptools............done. | |
Installing pip...............done. | |
Cloning into 'nupic'... | |
remote: Counting objects: 12804, done. | |
remote: Compressing objects: 100% (8984/8984), done. | |
remote: Total 12804 (delta 3622), reused 12540 (delta 3558) | |
Receiving objects: 100% (12804/12804), 43.10 MiB | 5.22 MiB/s, done. | |
Resolving deltas: 100% (3622/3622), done. | |
~/nta/ntabuild ~/nta | |
Creating Makefile.am in /Users/nupic/nta/nupic | |
Creating trunk.sln in /Users/nupic/nta/nupic | |
Creating Makefile.am in /Users/nupic/nta/nupic/examples | |
Creating Makefile.am in /Users/nupic/nta/nupic/nta | |
Creating Makefile.am in /Users/nupic/nta/nupic/nta/apps | |
Creating Makefile.am in /Users/nupic/nta/nupic/py | |
Creating Makefile.am in /Users/nupic/nta/nupic/qa | |
Updated 6 libraries in arch darwin64 | |
Generating build files for unix | |
/Users/nupic/nta/nupic/build_system/post_build | |
/Users/nupic/nta/nupic/lang/py/bindings/engine_internal | |
/Users/nupic/nta/nupic/lang/py/support | |
/Users/nupic/nta/nupic/nta/algorithms | |
/Users/nupic/nta/nupic/nta/apps/htmtest | |
/Users/nupic/nta/nupic/nta/engine | |
/Users/nupic/nta/nupic/nta/math | |
/Users/nupic/nta/nupic/nta/ntypes | |
/Users/nupic/nta/nupic/nta/os | |
/Users/nupic/nta/nupic/nta/regions | |
/Users/nupic/nta/nupic/nta/test | |
/Users/nupic/nta/nupic/nta/types | |
/Users/nupic/nta/nupic/nta/utils | |
/Users/nupic/nta/nupic/py/bindings/algorithms | |
/Users/nupic/nta/nupic/py/bindings/iorange | |
/Users/nupic/nta/nupic/py/bindings/math | |
/Users/nupic/nta/nupic/py/cpp_region | |
/Users/nupic/nta/nupic/qa/testeverything | |
/Users/nupic/nta/nupic/qa/testeverything/everything_headers.hpp has been modified | |
/Users/nupic/nta/nupic/qa/testeverything/everything_addtests.hpp has been modified | |
NEW /Users/nupic/nta/nupic/nta/types/Makefile.am | |
NEW /Users/nupic/nta/nupic/py/bindings/algorithms/Makefile.am | |
NEW /Users/nupic/nta/nupic/py/bindings/math/Makefile.am | |
NEW /Users/nupic/nta/nupic/lang/py/bindings/engine_internal/Makefile.am | |
NEW /Users/nupic/nta/nupic/nta/test/Makefile.am | |
NEW /Users/nupic/nta/nupic/nta/math/Makefile.am | |
NEW /Users/nupic/nta/nupic/nta/engine/Makefile.am | |
NEW /Users/nupic/nta/nupic/build_system/post_build/Makefile.am | |
NEW /Users/nupic/nta/nupic/lang/py/support/Makefile.am | |
NEW /Users/nupic/nta/nupic/nta/ntypes/Makefile.am | |
NEW /Users/nupic/nta/nupic/py/cpp_region/Makefile.am | |
NEW /Users/nupic/nta/nupic/nta/regions/Makefile.am | |
NEW /Users/nupic/nta/nupic/qa/testeverything/Makefile.am | |
NEW /Users/nupic/nta/nupic/nta/utils/Makefile.am | |
NEW /Users/nupic/nta/nupic/nta/algorithms/Makefile.am | |
NEW /Users/nupic/nta/nupic/nta/apps/htmtest/Makefile.am | |
NEW /Users/nupic/nta/nupic/nta/os/Makefile.am | |
NEW /Users/nupic/nta/nupic/py/bindings/iorange/Makefile.am | |
Processed 18 projects | |
Done generating build files for unix | |
Running autogen... | |
Done | |
checking build system type... x86_64-apple-darwin11.4.2 | |
checking host system type... x86_64-apple-darwin11.4.2 | |
checking target system type... x86_64-apple-darwin11.4.2 | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /Users/nupic/nta/nupic/build_system/unix/install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of gcc... gcc3 | |
checking whether gcc and cc understand -c and -o together... yes | |
checking for g++... g++ | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking dependency style of g++... gcc3 | |
checking dependency style of gcc... gcc3 | |
checking for a Python interpreter with version >= 2.6... python | |
checking for python... /Users/nupic/nta/bin/python | |
checking for python version... 2.6 | |
checking for python platform... darwin | |
checking for python script directory... ${prefix}/lib/python2.6/site-packages | |
checking for python extension module directory... ${exec_prefix}/lib/python2.6/site-packages | |
configure: Version of python is 2.6 | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by gcc... /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld | |
checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-apple-darwin11.4.2 file names to x86_64-apple-darwin11.4.2 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin11.4.2 file names to toolchain format... func_convert_file_noop | |
checking for /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from gcc object... ok | |
checking for sysroot... no | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... yes | |
checking how to run the C preprocessor... gcc -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc supports -fno-rtti -fno-exceptions... no | |
checking for gcc option to produce PIC... -fno-common -DPIC | |
checking if gcc PIC flag -fno-common -DPIC works... yes | |
checking if gcc static flag -static works... no | |
checking if gcc supports -c -o file.o... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin11.4.2 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking for dlopen in -ldl... yes | |
checking whether a program can dlopen itself... yes | |
checking whether a statically linked program can dlopen itself... yes | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... no | |
checking how to run the C++ preprocessor... g++ -E | |
checking for ld used by g++... /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld | |
checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld... no | |
checking whether the g++ linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes | |
checking for g++ option to produce PIC... -fno-common -DPIC | |
checking if g++ PIC flag -fno-common -DPIC works... yes | |
checking if g++ static flag -static works... no | |
checking if g++ supports -c -o file.o... yes | |
checking if g++ supports -c -o file.o... (cached) yes | |
checking whether the g++ linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin11.4.2 dyld | |
checking how to hardcode library paths into programs... immediate | |
configure: Python sys prefix is /Users/nupic/nta/bin/.. | |
configure: Python lib dir is /Users/nupic/nta/bin/../lib | |
checking platform... darwin on x86_64 | |
checking for swig... /Users/nupic/nta/nupic/external/darwin64/bin/swig | |
configure: SWIG executable is '/Users/nupic/nta/nupic/external/darwin64/bin/swig' | |
configure: SWIG library directory is '/Users/nupic/nta/nupic/external/darwin64/share/swig/1.3.36' | |
checking for swig... (cached) /Users/nupic/nta/nupic/external/darwin64/bin/swig | |
checking for python2.6... (cached) /Users/nupic/nta/bin/python | |
checking for a version of Python >= '2.1.0'... yes | |
checking for Python include path... -I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 | |
checking for Python library path... -L/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6 -lpython2.6 | |
checking for Python site-packages path... /Users/nupic/nta/lib/python2.6/site-packages | |
checking python extra libraries... -ldl -framework CoreFoundation | |
checking python extra linking flags... -u _PyMac_Error /System/Library/Frameworks/Python.framework/Versions/2.6/Python | |
checking whether debug symbols are enabled... yes | |
checking whether optimization is enabled... yes | |
checking whether assertions are enabled... yes | |
checking whether profiling is enabled... no | |
configure: ============= Extra NTA Options ============== | |
configure: Configured for platform darwin64 | |
configure: Platform-specific libraries: -liconv -lsqlite3 -framework CoreServices -framework Accelerate | |
configure: Platform-specific extra MPI libraries: | |
configure: Platform-specific CXX flags: -fPIC -DPIC -Wnewline-eof -m64 | |
configure: Platform-specific AS flags: | |
configure: Platform-specific Debug flag: -gfull | |
configure: Platform-specific LD flags: -Wl,-u,_munmap | |
configure: Platform-specific test library link flags: | |
configure: Platform-specific Python extension link flags: -bundle -undefined dynamic_lookup -fPIC | |
configure: Platform-specific Python embedding link flags: | |
configure: Platform-specific Python library: -F/System/Library/Frameworks -framework Python | |
configure: Platform-specific Environment Setting: MACOSX_DEPLOYMENT_TARGET=10.7 | |
configure: Debugging symbols enabled: yes | |
configure: Assertions enabled: yes | |
configure: Optimization enabled: yes | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating nta/Makefile | |
config.status: creating examples/Makefile | |
config.status: creating qa/Makefile | |
config.status: creating qa/testeverything/Makefile | |
config.status: creating build_system/post_build/Makefile | |
config.status: creating nta/engine/Makefile | |
config.status: creating nta/types/Makefile | |
config.status: creating nta/ntypes/Makefile | |
config.status: creating nta/test/Makefile | |
config.status: creating nta/os/Makefile | |
config.status: creating nta/utils/Makefile | |
config.status: creating nta/math/Makefile | |
config.status: creating nta/algorithms/Makefile | |
config.status: creating nta/apps/Makefile | |
config.status: creating nta/apps/htmtest/Makefile | |
config.status: creating nta/regions/Makefile | |
config.status: creating py/Makefile | |
config.status: creating py/cpp_region/Makefile | |
config.status: creating py/bindings/math/Makefile | |
config.status: creating py/bindings/algorithms/Makefile | |
config.status: creating py/bindings/iorange/Makefile | |
config.status: creating lang/py/bindings/engine_internal/Makefile | |
config.status: creating lang/py/support/Makefile | |
config.status: creating build_system/unix/config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
Making all in lang/py/support | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libsupport_a-NumpyVector.o -MD -MP -MF .deps/libsupport_a-NumpyVector.Tpo -c -o libsupport_a-NumpyVector.o `test -f 'NumpyVector.cpp' || echo '/Users/nupic/nta/nupic/lang/py/support/'`NumpyVector.cpp | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libsupport_a-PyArray.o -MD -MP -MF .deps/libsupport_a-PyArray.Tpo -c -o libsupport_a-PyArray.o `test -f 'PyArray.cpp' || echo '/Users/nupic/nta/nupic/lang/py/support/'`PyArray.cpp | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libsupport_a-PyHelpers.o -MD -MP -MF .deps/libsupport_a-PyHelpers.Tpo -c -o libsupport_a-PyHelpers.o `test -f 'PyHelpers.cpp' || echo '/Users/nupic/nta/nupic/lang/py/support/'`PyHelpers.cpp | |
mv -f .deps/libsupport_a-NumpyVector.Tpo .deps/libsupport_a-NumpyVector.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libsupport_a-PythonStream.o -MD -MP -MF .deps/libsupport_a-PythonStream.Tpo -c -o libsupport_a-PythonStream.o `test -f 'PythonStream.cpp' || echo '/Users/nupic/nta/nupic/lang/py/support/'`PythonStream.cpp | |
mv -f .deps/libsupport_a-PyArray.Tpo .deps/libsupport_a-PyArray.Po | |
mv -f .deps/libsupport_a-PythonStream.Tpo .deps/libsupport_a-PythonStream.Po | |
mv -f .deps/libsupport_a-PyHelpers.Tpo .deps/libsupport_a-PyHelpers.Po | |
rm -f libsupport.a | |
ar cru libsupport.a libsupport_a-NumpyVector.o libsupport_a-PyArray.o libsupport_a-PyHelpers.o libsupport_a-PythonStream.o | |
ranlib libsupport.a | |
Making all in nta | |
Making all in algorithms | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libalgorithms_a-bit_history.o -MD -MP -MF .deps/libalgorithms_a-bit_history.Tpo -c -o libalgorithms_a-bit_history.o `test -f 'bit_history.cpp' || echo '/Users/nupic/nta/nupic/nta/algorithms/'`bit_history.cpp | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libalgorithms_a-Cell.o -MD -MP -MF .deps/libalgorithms_a-Cell.Tpo -c -o libalgorithms_a-Cell.o `test -f 'Cell.cpp' || echo '/Users/nupic/nta/nupic/nta/algorithms/'`Cell.cpp | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libalgorithms_a-Cells4.o -MD -MP -MF .deps/libalgorithms_a-Cells4.Tpo -c -o libalgorithms_a-Cells4.o `test -f 'Cells4.cpp' || echo '/Users/nupic/nta/nupic/nta/algorithms/'`Cells4.cpp | |
mv -f .deps/libalgorithms_a-bit_history.Tpo .deps/libalgorithms_a-bit_history.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libalgorithms_a-classifier_result.o -MD -MP -MF .deps/libalgorithms_a-classifier_result.Tpo -c -o libalgorithms_a-classifier_result.o `test -f 'classifier_result.cpp' || echo '/Users/nupic/nta/nupic/nta/algorithms/'`classifier_result.cpp | |
mv -f .deps/libalgorithms_a-classifier_result.Tpo .deps/libalgorithms_a-classifier_result.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libalgorithms_a-CondProbTable.o -MD -MP -MF .deps/libalgorithms_a-CondProbTable.Tpo -c -o libalgorithms_a-CondProbTable.o `test -f 'CondProbTable.cpp' || echo '/Users/nupic/nta/nupic/nta/algorithms/'`CondProbTable.cpp | |
mv -f .deps/libalgorithms_a-Cell.Tpo .deps/libalgorithms_a-Cell.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libalgorithms_a-fast_cla_classifier.o -MD -MP -MF .deps/libalgorithms_a-fast_cla_classifier.Tpo -c -o libalgorithms_a-fast_cla_classifier.o `test -f 'fast_cla_classifier.cpp' || echo '/Users/nupic/nta/nupic/nta/algorithms/'`fast_cla_classifier.cpp | |
mv -f .deps/libalgorithms_a-fast_cla_classifier.Tpo .deps/libalgorithms_a-fast_cla_classifier.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libalgorithms_a-gaborNode.o -MD -MP -MF .deps/libalgorithms_a-gaborNode.Tpo -c -o libalgorithms_a-gaborNode.o `test -f 'gaborNode.cpp' || echo '/Users/nupic/nta/nupic/nta/algorithms/'`gaborNode.cpp | |
mv -f .deps/libalgorithms_a-CondProbTable.Tpo .deps/libalgorithms_a-CondProbTable.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libalgorithms_a-Grouper.o -MD -MP -MF .deps/libalgorithms_a-Grouper.Tpo -c -o libalgorithms_a-Grouper.o `test -f 'Grouper.cpp' || echo '/Users/nupic/nta/nupic/nta/algorithms/'`Grouper.cpp | |
mv -f .deps/libalgorithms_a-Cells4.Tpo .deps/libalgorithms_a-Cells4.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libalgorithms_a-imageSensorLite.o -MD -MP -MF .deps/libalgorithms_a-imageSensorLite.Tpo -c -o libalgorithms_a-imageSensorLite.o `test -f 'imageSensorLite.cpp' || echo '/Users/nupic/nta/nupic/nta/algorithms/'`imageSensorLite.cpp | |
mv -f .deps/libalgorithms_a-imageSensorLite.Tpo .deps/libalgorithms_a-imageSensorLite.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libalgorithms_a-InSynapse.o -MD -MP -MF .deps/libalgorithms_a-InSynapse.Tpo -c -o libalgorithms_a-InSynapse.o `test -f 'InSynapse.cpp' || echo '/Users/nupic/nta/nupic/nta/algorithms/'`InSynapse.cpp | |
mv -f .deps/libalgorithms_a-gaborNode.Tpo .deps/libalgorithms_a-gaborNode.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libalgorithms_a-linear.o -MD -MP -MF .deps/libalgorithms_a-linear.Tpo -c -o libalgorithms_a-linear.o `test -f 'linear.cpp' || echo '/Users/nupic/nta/nupic/nta/algorithms/'`linear.cpp | |
mv -f .deps/libalgorithms_a-InSynapse.Tpo .deps/libalgorithms_a-InSynapse.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libalgorithms_a-OutSynapse.o -MD -MP -MF .deps/libalgorithms_a-OutSynapse.Tpo -c -o libalgorithms_a-OutSynapse.o `test -f 'OutSynapse.cpp' || echo '/Users/nupic/nta/nupic/nta/algorithms/'`OutSynapse.cpp | |
mv -f .deps/libalgorithms_a-linear.Tpo .deps/libalgorithms_a-linear.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libalgorithms_a-Segment.o -MD -MP -MF .deps/libalgorithms_a-Segment.Tpo -c -o libalgorithms_a-Segment.o `test -f 'Segment.cpp' || echo '/Users/nupic/nta/nupic/nta/algorithms/'`Segment.cpp | |
mv -f .deps/libalgorithms_a-OutSynapse.Tpo .deps/libalgorithms_a-OutSynapse.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libalgorithms_a-SegmentUpdate.o -MD -MP -MF .deps/libalgorithms_a-SegmentUpdate.Tpo -c -o libalgorithms_a-SegmentUpdate.o `test -f 'SegmentUpdate.cpp' || echo '/Users/nupic/nta/nupic/nta/algorithms/'`SegmentUpdate.cpp | |
mv -f .deps/libalgorithms_a-Segment.Tpo .deps/libalgorithms_a-Segment.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libalgorithms_a-SparsePooler.o -MD -MP -MF .deps/libalgorithms_a-SparsePooler.Tpo -c -o libalgorithms_a-SparsePooler.o `test -f 'SparsePooler.cpp' || echo '/Users/nupic/nta/nupic/nta/algorithms/'`SparsePooler.cpp | |
mv -f .deps/libalgorithms_a-SegmentUpdate.Tpo .deps/libalgorithms_a-SegmentUpdate.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libalgorithms_a-SpatialPooler.o -MD -MP -MF .deps/libalgorithms_a-SpatialPooler.Tpo -c -o libalgorithms_a-SpatialPooler.o `test -f 'SpatialPooler.cpp' || echo '/Users/nupic/nta/nupic/nta/algorithms/'`SpatialPooler.cpp | |
mv -f .deps/libalgorithms_a-Grouper.Tpo .deps/libalgorithms_a-Grouper.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libalgorithms_a-svm.o -MD -MP -MF .deps/libalgorithms_a-svm.Tpo -c -o libalgorithms_a-svm.o `test -f 'svm.cpp' || echo '/Users/nupic/nta/nupic/nta/algorithms/'`svm.cpp | |
mv -f .deps/libalgorithms_a-SparsePooler.Tpo .deps/libalgorithms_a-SparsePooler.Po | |
mv -f .deps/libalgorithms_a-SpatialPooler.Tpo .deps/libalgorithms_a-SpatialPooler.Po | |
mv -f .deps/libalgorithms_a-svm.Tpo .deps/libalgorithms_a-svm.Po | |
rm -f libalgorithms.a | |
ar cru libalgorithms.a libalgorithms_a-bit_history.o libalgorithms_a-Cell.o libalgorithms_a-Cells4.o libalgorithms_a-classifier_result.o libalgorithms_a-CondProbTable.o libalgorithms_a-fast_cla_classifier.o libalgorithms_a-gaborNode.o libalgorithms_a-Grouper.o libalgorithms_a-imageSensorLite.o libalgorithms_a-InSynapse.o libalgorithms_a-linear.o libalgorithms_a-OutSynapse.o libalgorithms_a-Segment.o libalgorithms_a-SegmentUpdate.o libalgorithms_a-SparsePooler.o libalgorithms_a-SpatialPooler.o libalgorithms_a-svm.o | |
ranlib libalgorithms.a | |
Making all in math | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libmath_a-SparseMatrixAlgorithms.o -MD -MP -MF .deps/libmath_a-SparseMatrixAlgorithms.Tpo -c -o libmath_a-SparseMatrixAlgorithms.o `test -f 'SparseMatrixAlgorithms.cpp' || echo '/Users/nupic/nta/nupic/nta/math/'`SparseMatrixAlgorithms.cpp | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libmath_a-stl_io.o -MD -MP -MF .deps/libmath_a-stl_io.Tpo -c -o libmath_a-stl_io.o `test -f 'stl_io.cpp' || echo '/Users/nupic/nta/nupic/nta/math/'`stl_io.cpp | |
mv -f .deps/libmath_a-stl_io.Tpo .deps/libmath_a-stl_io.Po | |
mv -f .deps/libmath_a-SparseMatrixAlgorithms.Tpo .deps/libmath_a-SparseMatrixAlgorithms.Po | |
rm -f libmath.a | |
ar cru libmath.a libmath_a-SparseMatrixAlgorithms.o libmath_a-stl_io.o | |
ranlib libmath.a | |
Making all in types | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libtypes_a-BasicType.o -MD -MP -MF .deps/libtypes_a-BasicType.Tpo -c -o libtypes_a-BasicType.o `test -f 'BasicType.cpp' || echo '/Users/nupic/nta/nupic/nta/types/'`BasicType.cpp | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libtypes_a-Fraction.o -MD -MP -MF .deps/libtypes_a-Fraction.Tpo -c -o libtypes_a-Fraction.o `test -f 'Fraction.cpp' || echo '/Users/nupic/nta/nupic/nta/types/'`Fraction.cpp | |
mv -f .deps/libtypes_a-BasicType.Tpo .deps/libtypes_a-BasicType.Po | |
mv -f .deps/libtypes_a-Fraction.Tpo .deps/libtypes_a-Fraction.Po | |
rm -f libtypes.a | |
ar cru libtypes.a libtypes_a-BasicType.o libtypes_a-Fraction.o | |
ranlib libtypes.a | |
Making all in test | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libtest_a-Tester.o -MD -MP -MF .deps/libtest_a-Tester.Tpo -c -o libtest_a-Tester.o `test -f 'Tester.cpp' || echo '/Users/nupic/nta/nupic/nta/test/'`Tester.cpp | |
mv -f .deps/libtest_a-Tester.Tpo .deps/libtest_a-Tester.Po | |
rm -f libtest.a | |
ar cru libtest.a libtest_a-Tester.o | |
ranlib libtest.a | |
Making all in utils | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libutils_a-LoggingException.o -MD -MP -MF .deps/libutils_a-LoggingException.Tpo -c -o libutils_a-LoggingException.o `test -f 'LoggingException.cpp' || echo '/Users/nupic/nta/nupic/nta/utils/'`LoggingException.cpp | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libutils_a-LogItem.o -MD -MP -MF .deps/libutils_a-LogItem.Tpo -c -o libutils_a-LogItem.o `test -f 'LogItem.cpp' || echo '/Users/nupic/nta/nupic/nta/utils/'`LogItem.cpp | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libutils_a-Random.o -MD -MP -MF .deps/libutils_a-Random.Tpo -c -o libutils_a-Random.o `test -f 'Random.cpp' || echo '/Users/nupic/nta/nupic/nta/utils/'`Random.cpp | |
mv -f .deps/libutils_a-LoggingException.Tpo .deps/libutils_a-LoggingException.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libutils_a-StringUtils.o -MD -MP -MF .deps/libutils_a-StringUtils.Tpo -c -o libutils_a-StringUtils.o `test -f 'StringUtils.cpp' || echo '/Users/nupic/nta/nupic/nta/utils/'`StringUtils.cpp | |
mv -f .deps/libutils_a-LogItem.Tpo .deps/libutils_a-LogItem.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libutils_a-TRandom.o -MD -MP -MF .deps/libutils_a-TRandom.Tpo -c -o libutils_a-TRandom.o `test -f 'TRandom.cpp' || echo '/Users/nupic/nta/nupic/nta/utils/'`TRandom.cpp | |
mv -f .deps/libutils_a-Random.Tpo .deps/libutils_a-Random.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libutils_a-Watcher.o -MD -MP -MF .deps/libutils_a-Watcher.Tpo -c -o libutils_a-Watcher.o `test -f 'Watcher.cpp' || echo '/Users/nupic/nta/nupic/nta/utils/'`Watcher.cpp | |
mv -f .deps/libutils_a-TRandom.Tpo .deps/libutils_a-TRandom.Po | |
mv -f .deps/libutils_a-StringUtils.Tpo .deps/libutils_a-StringUtils.Po | |
mv -f .deps/libutils_a-Watcher.Tpo .deps/libutils_a-Watcher.Po | |
rm -f libutils.a | |
ar cru libutils.a libutils_a-LoggingException.o libutils_a-LogItem.o libutils_a-Random.o libutils_a-StringUtils.o libutils_a-TRandom.o libutils_a-Watcher.o | |
ranlib libutils.a | |
Making all in ntypes | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libntypes_a-ArrayBase.o -MD -MP -MF .deps/libntypes_a-ArrayBase.Tpo -c -o libntypes_a-ArrayBase.o `test -f 'ArrayBase.cpp' || echo '/Users/nupic/nta/nupic/nta/ntypes/'`ArrayBase.cpp | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libntypes_a-Buffer.o -MD -MP -MF .deps/libntypes_a-Buffer.Tpo -c -o libntypes_a-Buffer.o `test -f 'Buffer.cpp' || echo '/Users/nupic/nta/nupic/nta/ntypes/'`Buffer.cpp | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libntypes_a-BundleIO.o -MD -MP -MF .deps/libntypes_a-BundleIO.Tpo -c -o libntypes_a-BundleIO.o `test -f 'BundleIO.cpp' || echo '/Users/nupic/nta/nupic/nta/ntypes/'`BundleIO.cpp | |
mv -f .deps/libntypes_a-ArrayBase.Tpo .deps/libntypes_a-ArrayBase.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libntypes_a-Collection.o -MD -MP -MF .deps/libntypes_a-Collection.Tpo -c -o libntypes_a-Collection.o `test -f 'Collection.cpp' || echo '/Users/nupic/nta/nupic/nta/ntypes/'`Collection.cpp | |
mv -f .deps/libntypes_a-BundleIO.Tpo .deps/libntypes_a-BundleIO.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libntypes_a-Dimensions.o -MD -MP -MF .deps/libntypes_a-Dimensions.Tpo -c -o libntypes_a-Dimensions.o `test -f 'Dimensions.cpp' || echo '/Users/nupic/nta/nupic/nta/ntypes/'`Dimensions.cpp | |
mv -f .deps/libntypes_a-Collection.Tpo .deps/libntypes_a-Collection.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libntypes_a-MemParser.o -MD -MP -MF .deps/libntypes_a-MemParser.Tpo -c -o libntypes_a-MemParser.o `test -f 'MemParser.cpp' || echo '/Users/nupic/nta/nupic/nta/ntypes/'`MemParser.cpp | |
mv -f .deps/libntypes_a-Dimensions.Tpo .deps/libntypes_a-Dimensions.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libntypes_a-Scalar.o -MD -MP -MF .deps/libntypes_a-Scalar.Tpo -c -o libntypes_a-Scalar.o `test -f 'Scalar.cpp' || echo '/Users/nupic/nta/nupic/nta/ntypes/'`Scalar.cpp | |
mv -f .deps/libntypes_a-Buffer.Tpo .deps/libntypes_a-Buffer.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libntypes_a-Value.o -MD -MP -MF .deps/libntypes_a-Value.Tpo -c -o libntypes_a-Value.o `test -f 'Value.cpp' || echo '/Users/nupic/nta/nupic/nta/ntypes/'`Value.cpp | |
mv -f .deps/libntypes_a-MemParser.Tpo .deps/libntypes_a-MemParser.Po | |
mv -f .deps/libntypes_a-Scalar.Tpo .deps/libntypes_a-Scalar.Po | |
mv -f .deps/libntypes_a-Value.Tpo .deps/libntypes_a-Value.Po | |
rm -f libntypes.a | |
ar cru libntypes.a libntypes_a-ArrayBase.o libntypes_a-Buffer.o libntypes_a-BundleIO.o libntypes_a-Collection.o libntypes_a-Dimensions.o libntypes_a-MemParser.o libntypes_a-Scalar.o libntypes_a-Value.o | |
ranlib libntypes.a | |
Making all in engine | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libengine_a-Collections.o -MD -MP -MF .deps/libengine_a-Collections.Tpo -c -o libengine_a-Collections.o `test -f 'Collections.cpp' || echo '/Users/nupic/nta/nupic/nta/engine/'`Collections.cpp | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libengine_a-Input.o -MD -MP -MF .deps/libengine_a-Input.Tpo -c -o libengine_a-Input.o `test -f 'Input.cpp' || echo '/Users/nupic/nta/nupic/nta/engine/'`Input.cpp | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libengine_a-Link.o -MD -MP -MF .deps/libengine_a-Link.Tpo -c -o libengine_a-Link.o `test -f 'Link.cpp' || echo '/Users/nupic/nta/nupic/nta/engine/'`Link.cpp | |
mv -f .deps/libengine_a-Link.Tpo .deps/libengine_a-Link.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libengine_a-LinkPolicyFactory.o -MD -MP -MF .deps/libengine_a-LinkPolicyFactory.Tpo -c -o libengine_a-LinkPolicyFactory.o `test -f 'LinkPolicyFactory.cpp' || echo '/Users/nupic/nta/nupic/nta/engine/'`LinkPolicyFactory.cpp | |
mv -f .deps/libengine_a-LinkPolicyFactory.Tpo .deps/libengine_a-LinkPolicyFactory.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libengine_a-Network.o -MD -MP -MF .deps/libengine_a-Network.Tpo -c -o libengine_a-Network.o `test -f 'Network.cpp' || echo '/Users/nupic/nta/nupic/nta/engine/'`Network.cpp | |
mv -f .deps/libengine_a-Collections.Tpo .deps/libengine_a-Collections.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libengine_a-NuPIC.o -MD -MP -MF .deps/libengine_a-NuPIC.Tpo -c -o libengine_a-NuPIC.o `test -f 'NuPIC.cpp' || echo '/Users/nupic/nta/nupic/nta/engine/'`NuPIC.cpp | |
mv -f .deps/libengine_a-Input.Tpo .deps/libengine_a-Input.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libengine_a-Output.o -MD -MP -MF .deps/libengine_a-Output.Tpo -c -o libengine_a-Output.o `test -f 'Output.cpp' || echo '/Users/nupic/nta/nupic/nta/engine/'`Output.cpp | |
mv -f .deps/libengine_a-NuPIC.Tpo .deps/libengine_a-NuPIC.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libengine_a-Region.o -MD -MP -MF .deps/libengine_a-Region.Tpo -c -o libengine_a-Region.o `test -f 'Region.cpp' || echo '/Users/nupic/nta/nupic/nta/engine/'`Region.cpp | |
mv -f .deps/libengine_a-Output.Tpo .deps/libengine_a-Output.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libengine_a-Region_io.o -MD -MP -MF .deps/libengine_a-Region_io.Tpo -c -o libengine_a-Region_io.o `test -f 'Region_io.cpp' || echo '/Users/nupic/nta/nupic/nta/engine/'`Region_io.cpp | |
mv -f .deps/libengine_a-Region_io.Tpo .deps/libengine_a-Region_io.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libengine_a-Region_parameters.o -MD -MP -MF .deps/libengine_a-Region_parameters.Tpo -c -o libengine_a-Region_parameters.o `test -f 'Region_parameters.cpp' || echo '/Users/nupic/nta/nupic/nta/engine/'`Region_parameters.cpp | |
mv -f .deps/libengine_a-Region.Tpo .deps/libengine_a-Region.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libengine_a-RegionImpl.o -MD -MP -MF .deps/libengine_a-RegionImpl.Tpo -c -o libengine_a-RegionImpl.o `test -f 'RegionImpl.cpp' || echo '/Users/nupic/nta/nupic/nta/engine/'`RegionImpl.cpp | |
mv -f .deps/libengine_a-Region_parameters.Tpo .deps/libengine_a-Region_parameters.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libengine_a-RegionImplFactory.o -MD -MP -MF .deps/libengine_a-RegionImplFactory.Tpo -c -o libengine_a-RegionImplFactory.o `test -f 'RegionImplFactory.cpp' || echo '/Users/nupic/nta/nupic/nta/engine/'`RegionImplFactory.cpp | |
mv -f .deps/libengine_a-Network.Tpo .deps/libengine_a-Network.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libengine_a-Spec.o -MD -MP -MF .deps/libengine_a-Spec.Tpo -c -o libengine_a-Spec.o `test -f 'Spec.cpp' || echo '/Users/nupic/nta/nupic/nta/engine/'`Spec.cpp | |
mv -f .deps/libengine_a-Spec.Tpo .deps/libengine_a-Spec.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libengine_a-TestFanIn2LinkPolicy.o -MD -MP -MF .deps/libengine_a-TestFanIn2LinkPolicy.Tpo -c -o libengine_a-TestFanIn2LinkPolicy.o `test -f 'TestFanIn2LinkPolicy.cpp' || echo '/Users/nupic/nta/nupic/nta/engine/'`TestFanIn2LinkPolicy.cpp | |
mv -f .deps/libengine_a-RegionImpl.Tpo .deps/libengine_a-RegionImpl.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libengine_a-TestNode.o -MD -MP -MF .deps/libengine_a-TestNode.Tpo -c -o libengine_a-TestNode.o `test -f 'TestNode.cpp' || echo '/Users/nupic/nta/nupic/nta/engine/'`TestNode.cpp | |
mv -f .deps/libengine_a-TestFanIn2LinkPolicy.Tpo .deps/libengine_a-TestFanIn2LinkPolicy.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libengine_a-UniformLinkPolicy.o -MD -MP -MF .deps/libengine_a-UniformLinkPolicy.Tpo -c -o libengine_a-UniformLinkPolicy.o `test -f 'UniformLinkPolicy.cpp' || echo '/Users/nupic/nta/nupic/nta/engine/'`UniformLinkPolicy.cpp | |
mv -f .deps/libengine_a-RegionImplFactory.Tpo .deps/libengine_a-RegionImplFactory.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libengine_a-YAMLUtils.o -MD -MP -MF .deps/libengine_a-YAMLUtils.Tpo -c -o libengine_a-YAMLUtils.o `test -f 'YAMLUtils.cpp' || echo '/Users/nupic/nta/nupic/nta/engine/'`YAMLUtils.cpp | |
mv -f .deps/libengine_a-TestNode.Tpo .deps/libengine_a-TestNode.Po | |
mv -f .deps/libengine_a-YAMLUtils.Tpo .deps/libengine_a-YAMLUtils.Po | |
mv -f .deps/libengine_a-UniformLinkPolicy.Tpo .deps/libengine_a-UniformLinkPolicy.Po | |
rm -f libengine.a | |
ar cru libengine.a libengine_a-Collections.o libengine_a-Input.o libengine_a-Link.o libengine_a-LinkPolicyFactory.o libengine_a-Network.o libengine_a-NuPIC.o libengine_a-Output.o libengine_a-Region.o libengine_a-Region_io.o libengine_a-Region_parameters.o libengine_a-RegionImpl.o libengine_a-RegionImplFactory.o libengine_a-Spec.o libengine_a-TestFanIn2LinkPolicy.o libengine_a-TestNode.o libengine_a-UniformLinkPolicy.o libengine_a-YAMLUtils.o | |
ranlib libengine.a | |
Making all in os | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libos_a-Directory.o -MD -MP -MF .deps/libos_a-Directory.Tpo -c -o libos_a-Directory.o `test -f 'Directory.cpp' || echo '/Users/nupic/nta/nupic/nta/os/'`Directory.cpp | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libos_a-DynamicLibrary.o -MD -MP -MF .deps/libos_a-DynamicLibrary.Tpo -c -o libos_a-DynamicLibrary.o `test -f 'DynamicLibrary.cpp' || echo '/Users/nupic/nta/nupic/nta/os/'`DynamicLibrary.cpp | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libos_a-Env.o -MD -MP -MF .deps/libos_a-Env.Tpo -c -o libos_a-Env.o `test -f 'Env.cpp' || echo '/Users/nupic/nta/nupic/nta/os/'`Env.cpp | |
mv -f .deps/libos_a-DynamicLibrary.Tpo .deps/libos_a-DynamicLibrary.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libos_a-FStream.o -MD -MP -MF .deps/libos_a-FStream.Tpo -c -o libos_a-FStream.o `test -f 'FStream.cpp' || echo '/Users/nupic/nta/nupic/nta/os/'`FStream.cpp | |
mv -f .deps/libos_a-Env.Tpo .deps/libos_a-Env.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libos_a-OS.o -MD -MP -MF .deps/libos_a-OS.Tpo -c -o libos_a-OS.o `test -f 'OS.cpp' || echo '/Users/nupic/nta/nupic/nta/os/'`OS.cpp | |
mv -f .deps/libos_a-Directory.Tpo .deps/libos_a-Directory.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libos_a-OSUnix.o -MD -MP -MF .deps/libos_a-OSUnix.Tpo -c -o libos_a-OSUnix.o `test -f 'OSUnix.cpp' || echo '/Users/nupic/nta/nupic/nta/os/'`OSUnix.cpp | |
mv -f .deps/libos_a-FStream.Tpo .deps/libos_a-FStream.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libos_a-OSWin.o -MD -MP -MF .deps/libos_a-OSWin.Tpo -c -o libos_a-OSWin.o `test -f 'OSWin.cpp' || echo '/Users/nupic/nta/nupic/nta/os/'`OSWin.cpp | |
mv -f .deps/libos_a-OSWin.Tpo .deps/libos_a-OSWin.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libos_a-Path.o -MD -MP -MF .deps/libos_a-Path.Tpo -c -o libos_a-Path.o `test -f 'Path.cpp' || echo '/Users/nupic/nta/nupic/nta/os/'`Path.cpp | |
mv -f .deps/libos_a-OS.Tpo .deps/libos_a-OS.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libos_a-regex.o -MD -MP -MF .deps/libos_a-regex.Tpo -c -o libos_a-regex.o `test -f 'regex.cpp' || echo '/Users/nupic/nta/nupic/nta/os/'`regex.cpp | |
mv -f .deps/libos_a-OSUnix.Tpo .deps/libos_a-OSUnix.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libos_a-Timer.o -MD -MP -MF .deps/libos_a-Timer.Tpo -c -o libos_a-Timer.o `test -f 'Timer.cpp' || echo '/Users/nupic/nta/nupic/nta/os/'`Timer.cpp | |
mv -f .deps/libos_a-regex.Tpo .deps/libos_a-regex.Po | |
mv -f .deps/libos_a-Timer.Tpo .deps/libos_a-Timer.Po | |
mv -f .deps/libos_a-Path.Tpo .deps/libos_a-Path.Po | |
rm -f libos.a | |
ar cru libos.a libos_a-Directory.o libos_a-DynamicLibrary.o libos_a-Env.o libos_a-FStream.o libos_a-OS.o libos_a-OSUnix.o libos_a-OSWin.o libos_a-Path.o libos_a-regex.o libos_a-Timer.o | |
/usr/bin/ranlib: file: libos.a(libos_a-OSWin.o) has no symbols | |
ranlib libos.a | |
ranlib: file: libos.a(libos_a-OSWin.o) has no symbols | |
Making all in regions | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libregions_a-SpatialPoolerNode.o -MD -MP -MF .deps/libregions_a-SpatialPoolerNode.Tpo -c -o libregions_a-SpatialPoolerNode.o `test -f 'SpatialPoolerNode.cpp' || echo '/Users/nupic/nta/nupic/nta/regions/'`SpatialPoolerNode.cpp | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libregions_a-TemporalPoolerNode.o -MD -MP -MF .deps/libregions_a-TemporalPoolerNode.Tpo -c -o libregions_a-TemporalPoolerNode.o `test -f 'TemporalPoolerNode.cpp' || echo '/Users/nupic/nta/nupic/nta/regions/'`TemporalPoolerNode.cpp | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libregions_a-VectorFile.o -MD -MP -MF .deps/libregions_a-VectorFile.Tpo -c -o libregions_a-VectorFile.o `test -f 'VectorFile.cpp' || echo '/Users/nupic/nta/nupic/nta/regions/'`VectorFile.cpp | |
mv -f .deps/libregions_a-VectorFile.Tpo .deps/libregions_a-VectorFile.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libregions_a-VectorFileEffector.o -MD -MP -MF .deps/libregions_a-VectorFileEffector.Tpo -c -o libregions_a-VectorFileEffector.o `test -f 'VectorFileEffector.cpp' || echo '/Users/nupic/nta/nupic/nta/regions/'`VectorFileEffector.cpp | |
mv -f .deps/libregions_a-VectorFileEffector.Tpo .deps/libregions_a-VectorFileEffector.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libregions_a-VectorFileSensor.o -MD -MP -MF .deps/libregions_a-VectorFileSensor.Tpo -c -o libregions_a-VectorFileSensor.o `test -f 'VectorFileSensor.cpp' || echo '/Users/nupic/nta/nupic/nta/regions/'`VectorFileSensor.cpp | |
mv -f .deps/libregions_a-VectorFileSensor.Tpo .deps/libregions_a-VectorFileSensor.Po | |
mv -f .deps/libregions_a-SpatialPoolerNode.Tpo .deps/libregions_a-SpatialPoolerNode.Po | |
mv -f .deps/libregions_a-TemporalPoolerNode.Tpo .deps/libregions_a-TemporalPoolerNode.Po | |
rm -f libregions.a | |
ar cru libregions.a libregions_a-SpatialPoolerNode.o libregions_a-TemporalPoolerNode.o libregions_a-VectorFile.o libregions_a-VectorFileEffector.o libregions_a-VectorFileSensor.o | |
ranlib libregions.a | |
Making all in apps | |
Making all in htmtest | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT htmtest-htmtest.o -MD -MP -MF .deps/htmtest-htmtest.Tpo -c -o htmtest-htmtest.o `test -f 'htmtest.cpp' || echo '/Users/nupic/nta/nupic/nta/apps/htmtest/'`htmtest.cpp | |
mv -f .deps/htmtest-htmtest.Tpo .deps/htmtest-htmtest.Po | |
/bin/sh ../../../libtool --tag=CXX --mode=link g++ -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -L/Users/nupic/nta/nupic/external/darwin64/lib -Wl,-u,_munmap -o htmtest htmtest-htmtest.o ../../../nta/engine/libengine.a ../../../nta/regions/libregions.a ../../../nta/algorithms/libalgorithms.a ../../../lang/py/support/libsupport.a ../../../nta/os/libos.a ../../../nta/math/libmath.a ../../../nta/ntypes/libntypes.a ../../../nta/utils/libutils.a ../../../nta/types/libtypes.a -lcrypto /Users/nupic/nta/nupic/external/darwin64/lib/libyaml.a /Users/nupic/nta/nupic/external/darwin64/lib/libaprutil-1.a /Users/nupic/nta/nupic/external/darwin64/lib/libapr-1.a /Users/nupic/nta/nupic/external/darwin64/lib/libz.a -liconv -lsqlite3 -framework CoreServices -framework Accelerate | |
libtool: link: g++ -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 "-DNTAPY_INCLUDE=<python2.6/" -DNTAPY_PACKAGES=\"lib/python2.6/site-packages\" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -Wl,-u -Wl,_munmap -o htmtest htmtest-htmtest.o -L/Users/nupic/nta/nupic/external/darwin64/lib ../../../nta/engine/libengine.a ../../../nta/regions/libregions.a ../../../nta/algorithms/libalgorithms.a ../../../lang/py/support/libsupport.a ../../../nta/os/libos.a ../../../nta/math/libmath.a ../../../nta/ntypes/libntypes.a ../../../nta/utils/libutils.a ../../../nta/types/libtypes.a -lcrypto /Users/nupic/nta/nupic/external/darwin64/lib/libyaml.a /Users/nupic/nta/nupic/external/darwin64/lib/libaprutil-1.a /Users/nupic/nta/nupic/external/darwin64/lib/libapr-1.a /Users/nupic/nta/nupic/external/darwin64/lib/libz.a -liconv -lsqlite3 -framework CoreServices -framework Accelerate | |
make[3]: Nothing to be done for `all-am'. | |
make[2]: Nothing to be done for `all-am'. | |
Making all in qa | |
Making all in testeverything | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT testeverything-TestEverythingMain.o -MD -MP -MF .deps/testeverything-TestEverythingMain.Tpo -c -o testeverything-TestEverythingMain.o `test -f 'TestEverythingMain.cpp' || echo '/Users/nupic/nta/nupic/qa/testeverything/'`TestEverythingMain.cpp | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT ../../nta/algorithms/unittests/testeverything-CondProbTableTest.o -MD -MP -MF ../../nta/algorithms/unittests/.deps/testeverything-CondProbTableTest.Tpo -c -o ../../nta/algorithms/unittests/testeverything-CondProbTableTest.o `test -f '../../nta/algorithms/unittests/CondProbTableTest.cpp' || echo '/Users/nupic/nta/nupic/qa/testeverything/'`../../nta/algorithms/unittests/CondProbTableTest.cpp | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT ../../nta/algorithms/unittests/testeverything-FastCLAClassifierTest.o -MD -MP -MF ../../nta/algorithms/unittests/.deps/testeverything-FastCLAClassifierTest.Tpo -c -o ../../nta/algorithms/unittests/testeverything-FastCLAClassifierTest.o `test -f '../../nta/algorithms/unittests/FastCLAClassifierTest.cpp' || echo '/Users/nupic/nta/nupic/qa/testeverything/'`../../nta/algorithms/unittests/FastCLAClassifierTest.cpp | |
mv -f ../../nta/algorithms/unittests/.deps/testeverything-FastCLAClassifierTest.Tpo ../../nta/algorithms/unittests/.deps/testeverything-FastCLAClassifierTest.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT ../../nta/algorithms/unittests/testeverything-GrouperUnitTest.o -MD -MP -MF ../../nta/algorithms/unittests/.deps/testeverything-GrouperUnitTest.Tpo -c -o ../../nta/algorithms/unittests/testeverything-GrouperUnitTest.o `test -f '../../nta/algorithms/unittests/GrouperUnitTest.cpp' || echo '/Users/nupic/nta/nupic/qa/testeverything/'`../../nta/algorithms/unittests/GrouperUnitTest.cpp | |
mv -f ../../nta/algorithms/unittests/.deps/testeverything-CondProbTableTest.Tpo ../../nta/algorithms/unittests/.deps/testeverything-CondProbTableTest.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT ../../nta/algorithms/unittests/testeverything-NearestNeighborUnitTest.o -MD -MP -MF ../../nta/algorithms/unittests/.deps/testeverything-NearestNeighborUnitTest.Tpo -c -o ../../nta/algorithms/unittests/testeverything-NearestNeighborUnitTest.o `test -f '../../nta/algorithms/unittests/NearestNeighborUnitTest.cpp' || echo '/Users/nupic/nta/nupic/qa/testeverything/'`../../nta/algorithms/unittests/NearestNeighborUnitTest.cpp | |
mv -f .deps/testeverything-TestEverythingMain.Tpo .deps/testeverything-TestEverythingMain.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT ../../nta/algorithms/unittests/testeverything-SpatialPoolerUnitTest.o -MD -MP -MF ../../nta/algorithms/unittests/.deps/testeverything-SpatialPoolerUnitTest.Tpo -c -o ../../nta/algorithms/unittests/testeverything-SpatialPoolerUnitTest.o `test -f '../../nta/algorithms/unittests/SpatialPoolerUnitTest.cpp' || echo '/Users/nupic/nta/nupic/qa/testeverything/'`../../nta/algorithms/unittests/SpatialPoolerUnitTest.cpp | |
mv -f ../../nta/algorithms/unittests/.deps/testeverything-GrouperUnitTest.Tpo ../../nta/algorithms/unittests/.deps/testeverything-GrouperUnitTest.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT ../../nta/algorithms/unittests/testeverything-TAMUnitTest.o -MD -MP -MF ../../nta/algorithms/unittests/.deps/testeverything-TAMUnitTest.Tpo -c -o ../../nta/algorithms/unittests/testeverything-TAMUnitTest.o `test -f '../../nta/algorithms/unittests/TAMUnitTest.cpp' || echo '/Users/nupic/nta/nupic/qa/testeverything/'`../../nta/algorithms/unittests/TAMUnitTest.cpp | |
mv -f ../../nta/algorithms/unittests/.deps/testeverything-NearestNeighborUnitTest.Tpo ../../nta/algorithms/unittests/.deps/testeverything-NearestNeighborUnitTest.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT ../../nta/engine/unittests/testeverything-InputTest.o -MD -MP -MF ../../nta/engine/unittests/.deps/testeverything-InputTest.Tpo -c -o ../../nta/engine/unittests/testeverything-InputTest.o `test -f '../../nta/engine/unittests/InputTest.cpp' || echo '/Users/nupic/nta/nupic/qa/testeverything/'`../../nta/engine/unittests/InputTest.cpp | |
mv -f ../../nta/algorithms/unittests/.deps/testeverything-SpatialPoolerUnitTest.Tpo ../../nta/algorithms/unittests/.deps/testeverything-SpatialPoolerUnitTest.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT ../../nta/engine/unittests/testeverything-NetworkTest.o -MD -MP -MF ../../nta/engine/unittests/.deps/testeverything-NetworkTest.Tpo -c -o ../../nta/engine/unittests/testeverything-NetworkTest.o `test -f '../../nta/engine/unittests/NetworkTest.cpp' || echo '/Users/nupic/nta/nupic/qa/testeverything/'`../../nta/engine/unittests/NetworkTest.cpp | |
mv -f ../../nta/algorithms/unittests/.deps/testeverything-TAMUnitTest.Tpo ../../nta/algorithms/unittests/.deps/testeverything-TAMUnitTest.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT ../../nta/engine/unittests/testeverything-RegionTest.o -MD -MP -MF ../../nta/engine/unittests/.deps/testeverything-RegionTest.Tpo -c -o ../../nta/engine/unittests/testeverything-RegionTest.o `test -f '../../nta/engine/unittests/RegionTest.cpp' || echo '/Users/nupic/nta/nupic/qa/testeverything/'`../../nta/engine/unittests/RegionTest.cpp | |
mv -f ../../nta/engine/unittests/.deps/testeverything-InputTest.Tpo ../../nta/engine/unittests/.deps/testeverything-InputTest.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT ../../nta/engine/unittests/testeverything-UniformLinkPolicyTest.o -MD -MP -MF ../../nta/engine/unittests/.deps/testeverything-UniformLinkPolicyTest.Tpo -c -o ../../nta/engine/unittests/testeverything-UniformLinkPolicyTest.o `test -f '../../nta/engine/unittests/UniformLinkPolicyTest.cpp' || echo '/Users/nupic/nta/nupic/qa/testeverything/'`../../nta/engine/unittests/UniformLinkPolicyTest.cpp | |
mv -f ../../nta/engine/unittests/.deps/testeverything-RegionTest.Tpo ../../nta/engine/unittests/.deps/testeverything-RegionTest.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT ../../nta/engine/unittests/testeverything-YAMLUtilsTest.o -MD -MP -MF ../../nta/engine/unittests/.deps/testeverything-YAMLUtilsTest.Tpo -c -o ../../nta/engine/unittests/testeverything-YAMLUtilsTest.o `test -f '../../nta/engine/unittests/YAMLUtilsTest.cpp' || echo '/Users/nupic/nta/nupic/qa/testeverything/'`../../nta/engine/unittests/YAMLUtilsTest.cpp | |
mv -f ../../nta/engine/unittests/.deps/testeverything-NetworkTest.Tpo ../../nta/engine/unittests/.deps/testeverything-NetworkTest.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT ../../nta/math/unittests/testeverything-DenseTensorUnitTest.o -MD -MP -MF ../../nta/math/unittests/.deps/testeverything-DenseTensorUnitTest.Tpo -c -o ../../nta/math/unittests/testeverything-DenseTensorUnitTest.o `test -f '../../nta/math/unittests/DenseTensorUnitTest.cpp' || echo '/Users/nupic/nta/nupic/qa/testeverything/'`../../nta/math/unittests/DenseTensorUnitTest.cpp | |
mv -f ../../nta/engine/unittests/.deps/testeverything-YAMLUtilsTest.Tpo ../../nta/engine/unittests/.deps/testeverything-YAMLUtilsTest.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT ../../nta/math/unittests/testeverything-DomainUnitTest.o -MD -MP -MF ../../nta/math/unittests/.deps/testeverything-DomainUnitTest.Tpo -c -o ../../nta/math/unittests/testeverything-DomainUnitTest.o `test -f '../../nta/math/unittests/DomainUnitTest.cpp' || echo '/Users/nupic/nta/nupic/qa/testeverything/'`../../nta/math/unittests/DomainUnitTest.cpp | |
mv -f ../../nta/engine/unittests/.deps/testeverything-UniformLinkPolicyTest.Tpo ../../nta/engine/unittests/.deps/testeverything-UniformLinkPolicyTest.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT ../../nta/math/unittests/testeverything-IndexUnitTest.o -MD -MP -MF ../../nta/math/unittests/.deps/testeverything-IndexUnitTest.Tpo -c -o ../../nta/math/unittests/testeverything-IndexUnitTest.o `test -f '../../nta/math/unittests/IndexUnitTest.cpp' || echo '/Users/nupic/nta/nupic/qa/testeverything/'`../../nta/math/unittests/IndexUnitTest.cpp | |
mv -f ../../nta/math/unittests/.deps/testeverything-DomainUnitTest.Tpo ../../nta/math/unittests/.deps/testeverything-DomainUnitTest.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT ../../nta/math/unittests/testeverything-MathsTest.o -MD -MP -MF ../../nta/math/unittests/.deps/testeverything-MathsTest.Tpo -c -o ../../nta/math/unittests/testeverything-MathsTest.o `test -f '../../nta/math/unittests/MathsTest.cpp' || echo '/Users/nupic/nta/nupic/qa/testeverything/'`../../nta/math/unittests/MathsTest.cpp | |
mv -f ../../nta/math/unittests/.deps/testeverything-DenseTensorUnitTest.Tpo ../../nta/math/unittests/.deps/testeverything-DenseTensorUnitTest.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT ../../nta/math/unittests/testeverything-SparseMatrix01UnitTest.o -MD -MP -MF ../../nta/math/unittests/.deps/testeverything-SparseMatrix01UnitTest.Tpo -c -o ../../nta/math/unittests/testeverything-SparseMatrix01UnitTest.o `test -f '../../nta/math/unittests/SparseMatrix01UnitTest.cpp' || echo '/Users/nupic/nta/nupic/qa/testeverything/'`../../nta/math/unittests/SparseMatrix01UnitTest.cpp | |
mv -f ../../nta/math/unittests/.deps/testeverything-IndexUnitTest.Tpo ../../nta/math/unittests/.deps/testeverything-IndexUnitTest.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT ../../nta/math/unittests/testeverything-SparseMatrixUnitTest.o -MD -MP -MF ../../nta/math/unittests/.deps/testeverything-SparseMatrixUnitTest.Tpo -c -o ../../nta/math/unittests/testeverything-SparseMatrixUnitTest.o `test -f '../../nta/math/unittests/SparseMatrixUnitTest.cpp' || echo '/Users/nupic/nta/nupic/qa/testeverything/'`../../nta/math/unittests/SparseMatrixUnitTest.cpp | |
mv -f ../../nta/math/unittests/.deps/testeverything-MathsTest.Tpo ../../nta/math/unittests/.deps/testeverything-MathsTest.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT ../../nta/math/unittests/testeverything-SparseTensorUnitTest.o -MD -MP -MF ../../nta/math/unittests/.deps/testeverything-SparseTensorUnitTest.Tpo -c -o ../../nta/math/unittests/testeverything-SparseTensorUnitTest.o `test -f '../../nta/math/unittests/SparseTensorUnitTest.cpp' || echo '/Users/nupic/nta/nupic/qa/testeverything/'`../../nta/math/unittests/SparseTensorUnitTest.cpp | |
mv -f ../../nta/math/unittests/.deps/testeverything-SparseMatrix01UnitTest.Tpo ../../nta/math/unittests/.deps/testeverything-SparseMatrix01UnitTest.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT ../../nta/ntypes/unittests/testeverything-ArrayTest.o -MD -MP -MF ../../nta/ntypes/unittests/.deps/testeverything-ArrayTest.Tpo -c -o ../../nta/ntypes/unittests/testeverything-ArrayTest.o `test -f '../../nta/ntypes/unittests/ArrayTest.cpp' || echo '/Users/nupic/nta/nupic/qa/testeverything/'`../../nta/ntypes/unittests/ArrayTest.cpp | |
mv -f ../../nta/math/unittests/.deps/testeverything-SparseMatrixUnitTest.Tpo ../../nta/math/unittests/.deps/testeverything-SparseMatrixUnitTest.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT ../../nta/ntypes/unittests/testeverything-BufferTest.o -MD -MP -MF ../../nta/ntypes/unittests/.deps/testeverything-BufferTest.Tpo -c -o ../../nta/ntypes/unittests/testeverything-BufferTest.o `test -f '../../nta/ntypes/unittests/BufferTest.cpp' || echo '/Users/nupic/nta/nupic/qa/testeverything/'`../../nta/ntypes/unittests/BufferTest.cpp | |
mv -f ../../nta/math/unittests/.deps/testeverything-SparseTensorUnitTest.Tpo ../../nta/math/unittests/.deps/testeverything-SparseTensorUnitTest.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT ../../nta/ntypes/unittests/testeverything-CollectionTest.o -MD -MP -MF ../../nta/ntypes/unittests/.deps/testeverything-CollectionTest.Tpo -c -o ../../nta/ntypes/unittests/testeverything-CollectionTest.o `test -f '../../nta/ntypes/unittests/CollectionTest.cpp' || echo '/Users/nupic/nta/nupic/qa/testeverything/'`../../nta/ntypes/unittests/CollectionTest.cpp | |
mv -f ../../nta/ntypes/unittests/.deps/testeverything-ArrayTest.Tpo ../../nta/ntypes/unittests/.deps/testeverything-ArrayTest.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT ../../nta/ntypes/unittests/testeverything-DimensionsTest.o -MD -MP -MF ../../nta/ntypes/unittests/.deps/testeverything-DimensionsTest.Tpo -c -o ../../nta/ntypes/unittests/testeverything-DimensionsTest.o `test -f '../../nta/ntypes/unittests/DimensionsTest.cpp' || echo '/Users/nupic/nta/nupic/qa/testeverything/'`../../nta/ntypes/unittests/DimensionsTest.cpp | |
mv -f ../../nta/ntypes/unittests/.deps/testeverything-BufferTest.Tpo ../../nta/ntypes/unittests/.deps/testeverything-BufferTest.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT ../../nta/ntypes/unittests/testeverything-MemParserTest.o -MD -MP -MF ../../nta/ntypes/unittests/.deps/testeverything-MemParserTest.Tpo -c -o ../../nta/ntypes/unittests/testeverything-MemParserTest.o `test -f '../../nta/ntypes/unittests/MemParserTest.cpp' || echo '/Users/nupic/nta/nupic/qa/testeverything/'`../../nta/ntypes/unittests/MemParserTest.cpp | |
mv -f ../../nta/ntypes/unittests/.deps/testeverything-MemParserTest.Tpo ../../nta/ntypes/unittests/.deps/testeverything-MemParserTest.Po | |
mv -f ../../nta/ntypes/unittests/.deps/testeverything-DimensionsTest.Tpo ../../nta/ntypes/unittests/.deps/testeverything-DimensionsTest.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT ../../nta/ntypes/unittests/testeverything-MemStreamTest.o -MD -MP -MF ../../nta/ntypes/unittests/.deps/testeverything-MemStreamTest.Tpo -c -o ../../nta/ntypes/unittests/testeverything-MemStreamTest.o `test -f '../../nta/ntypes/unittests/MemStreamTest.cpp' || echo '/Users/nupic/nta/nupic/qa/testeverything/'`../../nta/ntypes/unittests/MemStreamTest.cpp | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT ../../nta/ntypes/unittests/testeverything-NodeSetTest.o -MD -MP -MF ../../nta/ntypes/unittests/.deps/testeverything-NodeSetTest.Tpo -c -o ../../nta/ntypes/unittests/testeverything-NodeSetTest.o `test -f '../../nta/ntypes/unittests/NodeSetTest.cpp' || echo '/Users/nupic/nta/nupic/qa/testeverything/'`../../nta/ntypes/unittests/NodeSetTest.cpp | |
mv -f ../../nta/ntypes/unittests/.deps/testeverything-CollectionTest.Tpo ../../nta/ntypes/unittests/.deps/testeverything-CollectionTest.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT ../../nta/ntypes/unittests/testeverything-ScalarTest.o -MD -MP -MF ../../nta/ntypes/unittests/.deps/testeverything-ScalarTest.Tpo -c -o ../../nta/ntypes/unittests/testeverything-ScalarTest.o `test -f '../../nta/ntypes/unittests/ScalarTest.cpp' || echo '/Users/nupic/nta/nupic/qa/testeverything/'`../../nta/ntypes/unittests/ScalarTest.cpp | |
mv -f ../../nta/ntypes/unittests/.deps/testeverything-NodeSetTest.Tpo ../../nta/ntypes/unittests/.deps/testeverything-NodeSetTest.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT ../../nta/ntypes/unittests/testeverything-ValueTest.o -MD -MP -MF ../../nta/ntypes/unittests/.deps/testeverything-ValueTest.Tpo -c -o ../../nta/ntypes/unittests/testeverything-ValueTest.o `test -f '../../nta/ntypes/unittests/ValueTest.cpp' || echo '/Users/nupic/nta/nupic/qa/testeverything/'`../../nta/ntypes/unittests/ValueTest.cpp | |
mv -f ../../nta/ntypes/unittests/.deps/testeverything-MemStreamTest.Tpo ../../nta/ntypes/unittests/.deps/testeverything-MemStreamTest.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT ../../nta/os/unittests/testeverything-DirectoryTest.o -MD -MP -MF ../../nta/os/unittests/.deps/testeverything-DirectoryTest.Tpo -c -o ../../nta/os/unittests/testeverything-DirectoryTest.o `test -f '../../nta/os/unittests/DirectoryTest.cpp' || echo '/Users/nupic/nta/nupic/qa/testeverything/'`../../nta/os/unittests/DirectoryTest.cpp | |
mv -f ../../nta/ntypes/unittests/.deps/testeverything-ScalarTest.Tpo ../../nta/ntypes/unittests/.deps/testeverything-ScalarTest.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT ../../nta/os/unittests/testeverything-DynamicLibraryTest.o -MD -MP -MF ../../nta/os/unittests/.deps/testeverything-DynamicLibraryTest.Tpo -c -o ../../nta/os/unittests/testeverything-DynamicLibraryTest.o `test -f '../../nta/os/unittests/DynamicLibraryTest.cpp' || echo '/Users/nupic/nta/nupic/qa/testeverything/'`../../nta/os/unittests/DynamicLibraryTest.cpp | |
mv -f ../../nta/os/unittests/.deps/testeverything-DynamicLibraryTest.Tpo ../../nta/os/unittests/.deps/testeverything-DynamicLibraryTest.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT ../../nta/os/unittests/testeverything-EnvTest.o -MD -MP -MF ../../nta/os/unittests/.deps/testeverything-EnvTest.Tpo -c -o ../../nta/os/unittests/testeverything-EnvTest.o `test -f '../../nta/os/unittests/EnvTest.cpp' || echo '/Users/nupic/nta/nupic/qa/testeverything/'`../../nta/os/unittests/EnvTest.cpp | |
mv -f ../../nta/ntypes/unittests/.deps/testeverything-ValueTest.Tpo ../../nta/ntypes/unittests/.deps/testeverything-ValueTest.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT ../../nta/os/unittests/testeverything-OSTest.o -MD -MP -MF ../../nta/os/unittests/.deps/testeverything-OSTest.Tpo -c -o ../../nta/os/unittests/testeverything-OSTest.o `test -f '../../nta/os/unittests/OSTest.cpp' || echo '/Users/nupic/nta/nupic/qa/testeverything/'`../../nta/os/unittests/OSTest.cpp | |
mv -f ../../nta/os/unittests/.deps/testeverything-DirectoryTest.Tpo ../../nta/os/unittests/.deps/testeverything-DirectoryTest.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT ../../nta/os/unittests/testeverything-PathTest.o -MD -MP -MF ../../nta/os/unittests/.deps/testeverything-PathTest.Tpo -c -o ../../nta/os/unittests/testeverything-PathTest.o `test -f '../../nta/os/unittests/PathTest.cpp' || echo '/Users/nupic/nta/nupic/qa/testeverything/'`../../nta/os/unittests/PathTest.cpp | |
mv -f ../../nta/os/unittests/.deps/testeverything-EnvTest.Tpo ../../nta/os/unittests/.deps/testeverything-EnvTest.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT ../../nta/os/unittests/testeverything-regexTest.o -MD -MP -MF ../../nta/os/unittests/.deps/testeverything-regexTest.Tpo -c -o ../../nta/os/unittests/testeverything-regexTest.o `test -f '../../nta/os/unittests/regexTest.cpp' || echo '/Users/nupic/nta/nupic/qa/testeverything/'`../../nta/os/unittests/regexTest.cpp | |
mv -f ../../nta/os/unittests/.deps/testeverything-OSTest.Tpo ../../nta/os/unittests/.deps/testeverything-OSTest.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT ../../nta/os/unittests/testeverything-TimerTest.o -MD -MP -MF ../../nta/os/unittests/.deps/testeverything-TimerTest.Tpo -c -o ../../nta/os/unittests/testeverything-TimerTest.o `test -f '../../nta/os/unittests/TimerTest.cpp' || echo '/Users/nupic/nta/nupic/qa/testeverything/'`../../nta/os/unittests/TimerTest.cpp | |
mv -f ../../nta/os/unittests/.deps/testeverything-regexTest.Tpo ../../nta/os/unittests/.deps/testeverything-regexTest.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT ../../nta/test/unittests/testeverything-TesterTest.o -MD -MP -MF ../../nta/test/unittests/.deps/testeverything-TesterTest.Tpo -c -o ../../nta/test/unittests/testeverything-TesterTest.o `test -f '../../nta/test/unittests/TesterTest.cpp' || echo '/Users/nupic/nta/nupic/qa/testeverything/'`../../nta/test/unittests/TesterTest.cpp | |
mv -f ../../nta/os/unittests/.deps/testeverything-TimerTest.Tpo ../../nta/os/unittests/.deps/testeverything-TimerTest.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT ../../nta/types/unittests/testeverything-BasicTypeTest.o -MD -MP -MF ../../nta/types/unittests/.deps/testeverything-BasicTypeTest.Tpo -c -o ../../nta/types/unittests/testeverything-BasicTypeTest.o `test -f '../../nta/types/unittests/BasicTypeTest.cpp' || echo '/Users/nupic/nta/nupic/qa/testeverything/'`../../nta/types/unittests/BasicTypeTest.cpp | |
mv -f ../../nta/os/unittests/.deps/testeverything-PathTest.Tpo ../../nta/os/unittests/.deps/testeverything-PathTest.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT ../../nta/types/unittests/testeverything-ExceptionTest.o -MD -MP -MF ../../nta/types/unittests/.deps/testeverything-ExceptionTest.Tpo -c -o ../../nta/types/unittests/testeverything-ExceptionTest.o `test -f '../../nta/types/unittests/ExceptionTest.cpp' || echo '/Users/nupic/nta/nupic/qa/testeverything/'`../../nta/types/unittests/ExceptionTest.cpp | |
mv -f ../../nta/test/unittests/.deps/testeverything-TesterTest.Tpo ../../nta/test/unittests/.deps/testeverything-TesterTest.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT ../../nta/types/unittests/testeverything-FractionTest.o -MD -MP -MF ../../nta/types/unittests/.deps/testeverything-FractionTest.Tpo -c -o ../../nta/types/unittests/testeverything-FractionTest.o `test -f '../../nta/types/unittests/FractionTest.cpp' || echo '/Users/nupic/nta/nupic/qa/testeverything/'`../../nta/types/unittests/FractionTest.cpp | |
mv -f ../../nta/types/unittests/.deps/testeverything-BasicTypeTest.Tpo ../../nta/types/unittests/.deps/testeverything-BasicTypeTest.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT ../../nta/utils/unittests/testeverything-RandomTest.o -MD -MP -MF ../../nta/utils/unittests/.deps/testeverything-RandomTest.Tpo -c -o ../../nta/utils/unittests/testeverything-RandomTest.o `test -f '../../nta/utils/unittests/RandomTest.cpp' || echo '/Users/nupic/nta/nupic/qa/testeverything/'`../../nta/utils/unittests/RandomTest.cpp | |
mv -f ../../nta/types/unittests/.deps/testeverything-ExceptionTest.Tpo ../../nta/types/unittests/.deps/testeverything-ExceptionTest.Po | |
g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT ../../nta/utils/unittests/testeverything-WatcherTest.o -MD -MP -MF ../../nta/utils/unittests/.deps/testeverything-WatcherTest.Tpo -c -o ../../nta/utils/unittests/testeverything-WatcherTest.o `test -f '../../nta/utils/unittests/WatcherTest.cpp' || echo '/Users/nupic/nta/nupic/qa/testeverything/'`../../nta/utils/unittests/WatcherTest.cpp | |
mv -f ../../nta/utils/unittests/.deps/testeverything-RandomTest.Tpo ../../nta/utils/unittests/.deps/testeverything-RandomTest.Po | |
mv -f ../../nta/types/unittests/.deps/testeverything-FractionTest.Tpo ../../nta/types/unittests/.deps/testeverything-FractionTest.Po | |
mv -f ../../nta/utils/unittests/.deps/testeverything-WatcherTest.Tpo ../../nta/utils/unittests/.deps/testeverything-WatcherTest.Po | |
/bin/sh ../../libtool --tag=CXX --mode=link g++ -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -L/Users/nupic/nta/nupic/external/darwin64/lib -Wl,-u,_munmap -L/Users/nupic/nta/bin/../lib -o testeverything ../../nta/algorithms/unittests/testeverything-CondProbTableTest.o ../../nta/algorithms/unittests/testeverything-FastCLAClassifierTest.o ../../nta/algorithms/unittests/testeverything-GrouperUnitTest.o ../../nta/algorithms/unittests/testeverything-NearestNeighborUnitTest.o ../../nta/algorithms/unittests/testeverything-SpatialPoolerUnitTest.o ../../nta/algorithms/unittests/testeverything-TAMUnitTest.o ../../nta/engine/unittests/testeverything-InputTest.o ../../nta/engine/unittests/testeverything-NetworkTest.o ../../nta/engine/unittests/testeverything-RegionTest.o ../../nta/engine/unittests/testeverything-UniformLinkPolicyTest.o ../../nta/engine/unittests/testeverything-YAMLUtilsTest.o ../../nta/math/unittests/testeverything-DenseTensorUnitTest.o ../../nta/math/unittests/testeverything-DomainUnitTest.o ../../nta/math/unittests/testeverything-IndexUnitTest.o ../../nta/math/unittests/testeverything-MathsTest.o ../../nta/math/unittests/testeverything-SparseMatrix01UnitTest.o ../../nta/math/unittests/testeverything-SparseMatrixUnitTest.o ../../nta/math/unittests/testeverything-SparseTensorUnitTest.o ../../nta/ntypes/unittests/testeverything-ArrayTest.o ../../nta/ntypes/unittests/testeverything-BufferTest.o ../../nta/ntypes/unittests/testeverything-CollectionTest.o ../../nta/ntypes/unittests/testeverything-DimensionsTest.o ../../nta/ntypes/unittests/testeverything-MemParserTest.o ../../nta/ntypes/unittests/testeverything-MemStreamTest.o ../../nta/ntypes/unittests/testeverything-NodeSetTest.o ../../nta/ntypes/unittests/testeverything-ScalarTest.o ../../nta/ntypes/unittests/testeverything-ValueTest.o ../../nta/os/unittests/testeverything-DirectoryTest.o ../../nta/os/unittests/testeverything-DynamicLibraryTest.o ../../nta/os/unittests/testeverything-EnvTest.o ../../nta/os/unittests/testeverything-OSTest.o ../../nta/os/unittests/testeverything-PathTest.o ../../nta/os/unittests/testeverything-regexTest.o ../../nta/os/unittests/testeverything-TimerTest.o ../../nta/test/unittests/testeverything-TesterTest.o ../../nta/types/unittests/testeverything-BasicTypeTest.o ../../nta/types/unittests/testeverything-ExceptionTest.o ../../nta/types/unittests/testeverything-FractionTest.o ../../nta/utils/unittests/testeverything-RandomTest.o ../../nta/utils/unittests/testeverything-WatcherTest.o testeverything-TestEverythingMain.o ../../nta/engine/libengine.a ../../nta/regions/libregions.a ../../nta/algorithms/libalgorithms.a ../../nta/math/libmath.a ../../nta/ntypes/libntypes.a ../../lang/py/support/libsupport.a ../../nta/os/libos.a ../../nta/test/libtest.a ../../nta/utils/libutils.a ../../nta/types/libtypes.a -lcrypto /Users/nupic/nta/nupic/external/darwin64/lib/libyaml.a /Users/nupic/nta/nupic/external/darwin64/lib/libaprutil-1.a /Users/nupic/nta/nupic/external/darwin64/lib/libapr-1.a /Users/nupic/nta/nupic/external/darwin64/lib/libz.a -liconv -lsqlite3 -framework CoreServices -framework Accelerate -F/System/Library/Frameworks -framework Python | |
libtool: link: g++ -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 "-DNTAPY_INCLUDE=<python2.6/" -DNTAPY_PACKAGES=\"lib/python2.6/site-packages\" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -Wl,-u -Wl,_munmap -o testeverything ../../nta/algorithms/unittests/testeverything-CondProbTableTest.o ../../nta/algorithms/unittests/testeverything-FastCLAClassifierTest.o ../../nta/algorithms/unittests/testeverything-GrouperUnitTest.o ../../nta/algorithms/unittests/testeverything-NearestNeighborUnitTest.o ../../nta/algorithms/unittests/testeverything-SpatialPoolerUnitTest.o ../../nta/algorithms/unittests/testeverything-TAMUnitTest.o ../../nta/engine/unittests/testeverything-InputTest.o ../../nta/engine/unittests/testeverything-NetworkTest.o ../../nta/engine/unittests/testeverything-RegionTest.o ../../nta/engine/unittests/testeverything-UniformLinkPolicyTest.o ../../nta/engine/unittests/testeverything-YAMLUtilsTest.o ../../nta/math/unittests/testeverything-DenseTensorUnitTest.o ../../nta/math/unittests/testeverything-DomainUnitTest.o ../../nta/math/unittests/testeverything-IndexUnitTest.o ../../nta/math/unittests/testeverything-MathsTest.o ../../nta/math/unittests/testeverything-SparseMatrix01UnitTest.o ../../nta/math/unittests/testeverything-SparseMatrixUnitTest.o ../../nta/math/unittests/testeverything-SparseTensorUnitTest.o ../../nta/ntypes/unittests/testeverything-ArrayTest.o ../../nta/ntypes/unittests/testeverything-BufferTest.o ../../nta/ntypes/unittests/testeverything-CollectionTest.o ../../nta/ntypes/unittests/testeverything-DimensionsTest.o ../../nta/ntypes/unittests/testeverything-MemParserTest.o ../../nta/ntypes/unittests/testeverything-MemStreamTest.o ../../nta/ntypes/unittests/testeverything-NodeSetTest.o ../../nta/ntypes/unittests/testeverything-ScalarTest.o ../../nta/ntypes/unittests/testeverything-ValueTest.o ../../nta/os/unittests/testeverything-DirectoryTest.o ../../nta/os/unittests/testeverything-DynamicLibraryTest.o ../../nta/os/unittests/testeverything-EnvTest.o ../../nta/os/unittests/testeverything-OSTest.o ../../nta/os/unittests/testeverything-PathTest.o ../../nta/os/unittests/testeverything-regexTest.o ../../nta/os/unittests/testeverything-TimerTest.o ../../nta/test/unittests/testeverything-TesterTest.o ../../nta/types/unittests/testeverything-BasicTypeTest.o ../../nta/types/unittests/testeverything-ExceptionTest.o ../../nta/types/unittests/testeverything-FractionTest.o ../../nta/utils/unittests/testeverything-RandomTest.o ../../nta/utils/unittests/testeverything-WatcherTest.o testeverything-TestEverythingMain.o -F/System/Library/Frameworks -L/Users/nupic/nta/nupic/external/darwin64/lib -L/Users/nupic/nta/bin/../lib ../../nta/engine/libengine.a ../../nta/regions/libregions.a ../../nta/algorithms/libalgorithms.a ../../nta/math/libmath.a ../../nta/ntypes/libntypes.a ../../lang/py/support/libsupport.a ../../nta/os/libos.a ../../nta/test/libtest.a ../../nta/utils/libutils.a ../../nta/types/libtypes.a -lcrypto /Users/nupic/nta/nupic/external/darwin64/lib/libyaml.a /Users/nupic/nta/nupic/external/darwin64/lib/libaprutil-1.a /Users/nupic/nta/nupic/external/darwin64/lib/libapr-1.a /Users/nupic/nta/nupic/external/darwin64/lib/libz.a -liconv -lsqlite3 -framework CoreServices -framework Accelerate -framework Python | |
make[2]: Nothing to be done for `all-am'. | |
Making all in examples | |
make[2]: Nothing to be done for `all-am'. | |
Making all in lang/py/bindings/engine_internal | |
export SWIG_LIB=/Users/nupic/nta/nupic/external/darwin64/share/swig/1.3.36; \ | |
depbase=`echo engine_internal_py.cpp | sed 's|[^/]*$|.deps/&|;s|\.cpp$||'`; \ | |
if /Users/nupic/nta/nupic/external/darwin64/bin/swig -c++ -python -features autodoc=0,directors=0 -noproxyimport -keyword -modern -modernargs -noproxydel -fvirtual -fastunpack -nofastproxy -fastquery -outputtuple -castmode -w511 -w302 -w362 -w312 -w389 -DNTA_PLATFORM_darwin64 -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -DNUPIC2 -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/darwin64/include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -MMD -MF "$depbase.TPswig" -o engine_internal_py.cpp /Users/nupic/nta/nupic/lang/py/bindings/engine_internal/engine_internal_py.i; \ | |
then mv -f "$depbase.TPswig" "$depbase.Pswig"; else rm -f "$depbase.TPswig"; exit 1; fi | |
/Users/nupic/nta/nupic/nta/ntypes/Array.hpp:41: Warning(402): Base class 'ArrayBase' is incomplete. | |
/Users/nupic/nta/nupic/nta/utils/Watcher.hpp:38: Warning(402): Only forward declaration 'ArrayBase' was found. | |
/Users/nupic/nta/nupic/nta/ntypes/ArrayRef.hpp:41: Warning(402): Base class 'ArrayBase' is incomplete. | |
/Users/nupic/nta/nupic/nta/utils/Watcher.hpp:38: Warning(402): Only forward declaration 'ArrayBase' was found. | |
/Users/nupic/nta/nupic/nta/ntypes/Array.hpp:41: Warning(402): Base class 'ArrayBase' is incomplete. | |
/Users/nupic/nta/nupic/nta/utils/Watcher.hpp:38: Warning(402): Only forward declaration 'ArrayBase' was found. | |
/Users/nupic/nta/nupic/nta/ntypes/Array.hpp:41: Warning(402): Base class 'ArrayBase' is incomplete. | |
/Users/nupic/nta/nupic/nta/utils/Watcher.hpp:38: Warning(402): Only forward declaration 'ArrayBase' was found. | |
/Users/nupic/nta/nupic/nta/ntypes/Array.hpp:41: Warning(402): Base class 'ArrayBase' is incomplete. | |
/Users/nupic/nta/nupic/nta/utils/Watcher.hpp:38: Warning(402): Only forward declaration 'ArrayBase' was found. | |
/Users/nupic/nta/nupic/nta/ntypes/Array.hpp:41: Warning(402): Base class 'ArrayBase' is incomplete. | |
/Users/nupic/nta/nupic/nta/utils/Watcher.hpp:38: Warning(402): Only forward declaration 'ArrayBase' was found. | |
/Users/nupic/nta/nupic/nta/ntypes/Array.hpp:41: Warning(402): Base class 'ArrayBase' is incomplete. | |
/Users/nupic/nta/nupic/nta/utils/Watcher.hpp:38: Warning(402): Only forward declaration 'ArrayBase' was found. | |
/Users/nupic/nta/nupic/nta/ntypes/Array.hpp:41: Warning(402): Base class 'ArrayBase' is incomplete. | |
/Users/nupic/nta/nupic/nta/utils/Watcher.hpp:38: Warning(402): Only forward declaration 'ArrayBase' was found. | |
/Users/nupic/nta/nupic/nta/ntypes/Array.hpp:41: Warning(402): Base class 'ArrayBase' is incomplete. | |
/Users/nupic/nta/nupic/nta/utils/Watcher.hpp:38: Warning(402): Only forward declaration 'ArrayBase' was found. | |
/Users/nupic/nta/nupic/nta/ntypes/Array.hpp:41: Warning(402): Base class 'ArrayBase' is incomplete. | |
/Users/nupic/nta/nupic/nta/utils/Watcher.hpp:38: Warning(402): Only forward declaration 'ArrayBase' was found. | |
/Users/nupic/nta/nupic/nta/ntypes/Array.hpp:41: Warning(402): Base class 'ArrayBase' is incomplete. | |
/Users/nupic/nta/nupic/nta/utils/Watcher.hpp:38: Warning(402): Only forward declaration 'ArrayBase' was found. | |
/Users/nupic/nta/nupic/nta/ntypes/ArrayRef.hpp:41: Warning(402): Base class 'ArrayBase' is incomplete. | |
/Users/nupic/nta/nupic/nta/utils/Watcher.hpp:38: Warning(402): Only forward declaration 'ArrayBase' was found. | |
/Users/nupic/nta/nupic/nta/ntypes/ArrayRef.hpp:41: Warning(402): Base class 'ArrayBase' is incomplete. | |
/Users/nupic/nta/nupic/nta/utils/Watcher.hpp:38: Warning(402): Only forward declaration 'ArrayBase' was found. | |
/Users/nupic/nta/nupic/nta/ntypes/ArrayRef.hpp:41: Warning(402): Base class 'ArrayBase' is incomplete. | |
/Users/nupic/nta/nupic/nta/utils/Watcher.hpp:38: Warning(402): Only forward declaration 'ArrayBase' was found. | |
/Users/nupic/nta/nupic/nta/ntypes/ArrayRef.hpp:41: Warning(402): Base class 'ArrayBase' is incomplete. | |
/Users/nupic/nta/nupic/nta/utils/Watcher.hpp:38: Warning(402): Only forward declaration 'ArrayBase' was found. | |
/Users/nupic/nta/nupic/nta/ntypes/ArrayRef.hpp:41: Warning(402): Base class 'ArrayBase' is incomplete. | |
/Users/nupic/nta/nupic/nta/utils/Watcher.hpp:38: Warning(402): Only forward declaration 'ArrayBase' was found. | |
/Users/nupic/nta/nupic/nta/ntypes/ArrayRef.hpp:41: Warning(402): Base class 'ArrayBase' is incomplete. | |
/Users/nupic/nta/nupic/nta/utils/Watcher.hpp:38: Warning(402): Only forward declaration 'ArrayBase' was found. | |
/Users/nupic/nta/nupic/nta/ntypes/ArrayRef.hpp:41: Warning(402): Base class 'ArrayBase' is incomplete. | |
/Users/nupic/nta/nupic/nta/utils/Watcher.hpp:38: Warning(402): Only forward declaration 'ArrayBase' was found. | |
/Users/nupic/nta/nupic/nta/ntypes/ArrayRef.hpp:41: Warning(402): Base class 'ArrayBase' is incomplete. | |
/Users/nupic/nta/nupic/nta/utils/Watcher.hpp:38: Warning(402): Only forward declaration 'ArrayBase' was found. | |
/Users/nupic/nta/nupic/nta/ntypes/ArrayRef.hpp:41: Warning(402): Base class 'ArrayBase' is incomplete. | |
/Users/nupic/nta/nupic/nta/utils/Watcher.hpp:38: Warning(402): Only forward declaration 'ArrayBase' was found. | |
make all-am | |
/bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/darwin64/include -DNUPIC2 -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O1 -falign-functions -DSWIG_TYPE_TABLE=_nupic_engine_internal -DNUPIC2 -MT _engine_internal_la-engine_internal_py.lo -MD -MP -MF .deps/_engine_internal_la-engine_internal_py.Tpo -c -o _engine_internal_la-engine_internal_py.lo `test -f 'engine_internal_py.cpp' || echo '/Users/nupic/nta/nupic/lang/py/bindings/engine_internal/'`engine_internal_py.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/darwin64/include -DNUPIC2 -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 "-DNTAPY_INCLUDE=<python2.6/" -DNTAPY_PACKAGES=\"lib/python2.6/site-packages\" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O1 -falign-functions -DSWIG_TYPE_TABLE=_nupic_engine_internal -DNUPIC2 -MT _engine_internal_la-engine_internal_py.lo -MD -MP -MF .deps/_engine_internal_la-engine_internal_py.Tpo -c engine_internal_py.cpp -fno-common -DPIC -o .libs/_engine_internal_la-engine_internal_py.o | |
mv -f .deps/_engine_internal_la-engine_internal_py.Tpo .deps/_engine_internal_la-engine_internal_py.Plo | |
/bin/sh ../../../../libtool --tag=CXX --mode=link g++ -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O1 -falign-functions -DSWIG_TYPE_TABLE=_nupic_engine_internal -DNUPIC2 -module -avoid-version -bundle -undefined dynamic_lookup -fPIC -L/Users/nupic/nta/nupic/external/darwin64/lib -L/Users/nupic/nta/bin/../lib -o _engine_internal.la -rpath /Users/nupic/nta/eng/lib/python2.6/site-packages/nupic/bindings _engine_internal_la-engine_internal_py.lo ../../../../nta/engine/libengine.a ../../../../nta/regions/libregions.a ../../../../nta/algorithms/libalgorithms.a ../../../../lang/py/support/libsupport.a ../../../../nta/os/libos.a ../../../../nta/math/libmath.a ../../../../nta/ntypes/libntypes.a ../../../../nta/utils/libutils.a ../../../../nta/types/libtypes.a /Users/nupic/nta/nupic/external/darwin64/lib/libyaml.a /Users/nupic/nta/nupic/external/darwin64/lib/libaprutil-1.a /Users/nupic/nta/nupic/external/darwin64/lib/libapr-1.a /Users/nupic/nta/nupic/external/darwin64/lib/libz.a -liconv -lsqlite3 -framework CoreServices -framework Accelerate | |
*** Warning: Linking the shared library _engine_internal.la against the | |
*** static library ../../../../nta/engine/libengine.a is not portable! | |
*** Warning: Linking the shared library _engine_internal.la against the | |
*** static library ../../../../nta/regions/libregions.a is not portable! | |
*** Warning: Linking the shared library _engine_internal.la against the | |
*** static library ../../../../nta/algorithms/libalgorithms.a is not portable! | |
*** Warning: Linking the shared library _engine_internal.la against the | |
*** static library ../../../../lang/py/support/libsupport.a is not portable! | |
*** Warning: Linking the shared library _engine_internal.la against the | |
*** static library ../../../../nta/os/libos.a is not portable! | |
*** Warning: Linking the shared library _engine_internal.la against the | |
*** static library ../../../../nta/math/libmath.a is not portable! | |
*** Warning: Linking the shared library _engine_internal.la against the | |
*** static library ../../../../nta/ntypes/libntypes.a is not portable! | |
*** Warning: Linking the shared library _engine_internal.la against the | |
*** static library ../../../../nta/utils/libutils.a is not portable! | |
*** Warning: Linking the shared library _engine_internal.la against the | |
*** static library ../../../../nta/types/libtypes.a is not portable! | |
*** Warning: Linking the shared library _engine_internal.la against the | |
*** static library /Users/nupic/nta/nupic/external/darwin64/lib/libyaml.a is not portable! | |
*** Warning: Linking the shared library _engine_internal.la against the | |
*** static library /Users/nupic/nta/nupic/external/darwin64/lib/libaprutil-1.a is not portable! | |
*** Warning: Linking the shared library _engine_internal.la against the | |
*** static library /Users/nupic/nta/nupic/external/darwin64/lib/libapr-1.a is not portable! | |
*** Warning: Linking the shared library _engine_internal.la against the | |
*** static library /Users/nupic/nta/nupic/external/darwin64/lib/libz.a is not portable! | |
libtool: link: g++ -Wl,-undefined -Wl,dynamic_lookup -o .libs/_engine_internal.so -bundle .libs/_engine_internal_la-engine_internal_py.o -L/Users/nupic/nta/nupic/external/darwin64/lib -L/Users/nupic/nta/bin/../lib ../../../../nta/engine/libengine.a ../../../../nta/regions/libregions.a ../../../../nta/algorithms/libalgorithms.a ../../../../lang/py/support/libsupport.a ../../../../nta/os/libos.a ../../../../nta/math/libmath.a ../../../../nta/ntypes/libntypes.a ../../../../nta/utils/libutils.a ../../../../nta/types/libtypes.a /Users/nupic/nta/nupic/external/darwin64/lib/libyaml.a /Users/nupic/nta/nupic/external/darwin64/lib/libaprutil-1.a /Users/nupic/nta/nupic/external/darwin64/lib/libapr-1.a /Users/nupic/nta/nupic/external/darwin64/lib/libz.a -liconv -lsqlite3 -framework CoreServices -framework Accelerate -m64 -O1 -framework CoreServices -framework Accelerate | |
libtool: link: ( cd ".libs" && rm -f "_engine_internal.la" && ln -s "../_engine_internal.la" "_engine_internal.la" ) | |
Making all in py | |
Making all in cpp_region | |
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libcpp_region_la-PyRegion.lo -MD -MP -MF .deps/libcpp_region_la-PyRegion.Tpo -c -o libcpp_region_la-PyRegion.lo `test -f 'PyRegion.cpp' || echo '/Users/nupic/nta/nupic/py/cpp_region/'`PyRegion.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 "-DNTAPY_INCLUDE=<python2.6/" -DNTAPY_PACKAGES=\"lib/python2.6/site-packages\" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -MT libcpp_region_la-PyRegion.lo -MD -MP -MF .deps/libcpp_region_la-PyRegion.Tpo -c /Users/nupic/nta/nupic/py/cpp_region/PyRegion.cpp -fno-common -DPIC -o .libs/libcpp_region_la-PyRegion.o | |
mv -f .deps/libcpp_region_la-PyRegion.Tpo .deps/libcpp_region_la-PyRegion.Plo | |
/bin/sh ../../libtool --tag=CXX --mode=link g++ -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O3 -fno-strict-aliasing -falign-loops=16 -fpermissive -DNUPIC2 -avoid-version -L/Users/nupic/nta/nupic/external/darwin64/lib -Wl,-u,_munmap -L/Users/nupic/nta/bin/../lib -o libcpp_region.la -rpath /Users/nupic/nta/eng/lib libcpp_region_la-PyRegion.lo ../../nta/engine/libengine.a ../../nta/regions/libregions.a ../../nta/algorithms/libalgorithms.a ../../nta/math/libmath.a ../../nta/ntypes/libntypes.a ../../lang/py/support/libsupport.a ../../nta/os/libos.a ../../nta/utils/libutils.a ../../nta/types/libtypes.a -F/System/Library/Frameworks -framework Python /Users/nupic/nta/nupic/external/darwin64/lib/libaprutil-1.a /Users/nupic/nta/nupic/external/darwin64/lib/libapr-1.a /Users/nupic/nta/nupic/external/darwin64/lib/libz.a | |
*** Warning: Linking the shared library libcpp_region.la against the | |
*** static library ../../nta/engine/libengine.a is not portable! | |
*** Warning: Linking the shared library libcpp_region.la against the | |
*** static library ../../nta/regions/libregions.a is not portable! | |
*** Warning: Linking the shared library libcpp_region.la against the | |
*** static library ../../nta/algorithms/libalgorithms.a is not portable! | |
*** Warning: Linking the shared library libcpp_region.la against the | |
*** static library ../../nta/math/libmath.a is not portable! | |
*** Warning: Linking the shared library libcpp_region.la against the | |
*** static library ../../nta/ntypes/libntypes.a is not portable! | |
*** Warning: Linking the shared library libcpp_region.la against the | |
*** static library ../../lang/py/support/libsupport.a is not portable! | |
*** Warning: Linking the shared library libcpp_region.la against the | |
*** static library ../../nta/os/libos.a is not portable! | |
*** Warning: Linking the shared library libcpp_region.la against the | |
*** static library ../../nta/utils/libutils.a is not portable! | |
*** Warning: Linking the shared library libcpp_region.la against the | |
*** static library ../../nta/types/libtypes.a is not portable! | |
*** Warning: Linking the shared library libcpp_region.la against the | |
*** static library /Users/nupic/nta/nupic/external/darwin64/lib/libaprutil-1.a is not portable! | |
*** Warning: Linking the shared library libcpp_region.la against the | |
*** static library /Users/nupic/nta/nupic/external/darwin64/lib/libapr-1.a is not portable! | |
*** Warning: Linking the shared library libcpp_region.la against the | |
*** static library /Users/nupic/nta/nupic/external/darwin64/lib/libz.a is not portable! | |
libtool: link: g++ -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libcpp_region.dylib .libs/libcpp_region_la-PyRegion.o -L/Users/nupic/nta/nupic/external/darwin64/lib -L/Users/nupic/nta/bin/../lib ../../nta/engine/libengine.a ../../nta/regions/libregions.a ../../nta/algorithms/libalgorithms.a ../../nta/math/libmath.a ../../nta/ntypes/libntypes.a ../../lang/py/support/libsupport.a ../../nta/os/libos.a ../../nta/utils/libutils.a ../../nta/types/libtypes.a -framework Python /Users/nupic/nta/nupic/external/darwin64/lib/libaprutil-1.a /Users/nupic/nta/nupic/external/darwin64/lib/libapr-1.a /Users/nupic/nta/nupic/external/darwin64/lib/libz.a -m64 -O3 -Wl,-u -Wl,_munmap -F/System/Library/Frameworks -framework Python -install_name /Users/nupic/nta/eng/lib/libcpp_region.dylib -Wl,-single_module | |
libtool: link: ( cd ".libs" && rm -f "libcpp_region.la" && ln -s "../libcpp_region.la" "libcpp_region.la" ) | |
Making all in bindings/math | |
export SWIG_LIB=/Users/nupic/nta/nupic/external/darwin64/share/swig/1.3.36; \ | |
depbase=`echo math_py.cpp | sed 's|[^/]*$|.deps/&|;s|\.cpp$||'`; \ | |
if /Users/nupic/nta/nupic/external/darwin64/bin/swig -c++ -python -features autodoc=0,directors=0 -noproxyimport -keyword -modern -modernargs -noproxydel -fvirtual -fastunpack -nofastproxy -fastquery -outputtuple -castmode -w511 -w302 -w362 -w312 -w389 -DNTA_PLATFORM_darwin64 -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -DNUPIC2 -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/darwin64/include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -MMD -MF "$depbase.TPswig" -o math_py.cpp /Users/nupic/nta/nupic/py/bindings/math/math_py.i; \ | |
then mv -f "$depbase.TPswig" "$depbase.Pswig"; else rm -f "$depbase.TPswig"; exit 1; fi | |
/Users/nupic/nta/nupic/nta/utils/Random.hpp:140: Warning(503): Can't wrap 'operator >>' unless renamed to a valid identifier. | |
/Users/nupic/nta/nupic/nta/utils/Random.hpp:141: Warning(503): Can't wrap 'nta::GetRandomSeed' unless renamed to a valid identifier. | |
make all-am | |
/bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/darwin64/include -DNUPIC2 -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O1 -falign-functions -DSWIG_TYPE_TABLE=_nupic_math -DNUPIC2 -MT _math_la-math_py.lo -MD -MP -MF .deps/_math_la-math_py.Tpo -c -o _math_la-math_py.lo `test -f 'math_py.cpp' || echo '/Users/nupic/nta/nupic/py/bindings/math/'`math_py.cpp | |
/bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/darwin64/include -DNUPIC2 -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O1 -falign-functions -DSWIG_TYPE_TABLE=_nupic_math -DNUPIC2 -MT _math_la-PySparseTensor.lo -MD -MP -MF .deps/_math_la-PySparseTensor.Tpo -c -o _math_la-PySparseTensor.lo `test -f 'PySparseTensor.cpp' || echo '/Users/nupic/nta/nupic/py/bindings/math/'`PySparseTensor.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/darwin64/include -DNUPIC2 -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 "-DNTAPY_INCLUDE=<python2.6/" -DNTAPY_PACKAGES=\"lib/python2.6/site-packages\" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O1 -falign-functions -DSWIG_TYPE_TABLE=_nupic_math -DNUPIC2 -MT _math_la-math_py.lo -MD -MP -MF .deps/_math_la-math_py.Tpo -c math_py.cpp -fno-common -DPIC -o .libs/_math_la-math_py.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/darwin64/include -DNUPIC2 -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 "-DNTAPY_INCLUDE=<python2.6/" -DNTAPY_PACKAGES=\"lib/python2.6/site-packages\" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O1 -falign-functions -DSWIG_TYPE_TABLE=_nupic_math -DNUPIC2 -MT _math_la-PySparseTensor.lo -MD -MP -MF .deps/_math_la-PySparseTensor.Tpo -c /Users/nupic/nta/nupic/py/bindings/math/PySparseTensor.cpp -fno-common -DPIC -o .libs/_math_la-PySparseTensor.o | |
mv -f .deps/_math_la-PySparseTensor.Tpo .deps/_math_la-PySparseTensor.Plo | |
/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include/numpy/__multiarray_api.h:1532: warning: 'int _import_array()' defined but not used | |
mv -f .deps/_math_la-math_py.Tpo .deps/_math_la-math_py.Plo | |
/bin/sh ../../../libtool --tag=CXX --mode=link g++ -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O1 -falign-functions -DSWIG_TYPE_TABLE=_nupic_math -DNUPIC2 -module -avoid-version -bundle -undefined dynamic_lookup -fPIC -L/Users/nupic/nta/nupic/external/darwin64/lib -L/Users/nupic/nta/bin/../lib -o _math.la -rpath /Users/nupic/nta/eng/lib/python2.6/site-packages/nupic/bindings _math_la-math_py.lo _math_la-PySparseTensor.lo ../../../lang/py/support/libsupport.a ../../../nta/os/libos.a ../../../nta/math/libmath.a ../../../nta/ntypes/libntypes.a ../../../nta/utils/libutils.a ../../../nta/types/libtypes.a /Users/nupic/nta/nupic/external/darwin64/lib/libyaml.a /Users/nupic/nta/nupic/external/darwin64/lib/libaprutil-1.a /Users/nupic/nta/nupic/external/darwin64/lib/libapr-1.a /Users/nupic/nta/nupic/external/darwin64/lib/libz.a -liconv -lsqlite3 -framework CoreServices -framework Accelerate | |
*** Warning: Linking the shared library _math.la against the | |
*** static library ../../../lang/py/support/libsupport.a is not portable! | |
*** Warning: Linking the shared library _math.la against the | |
*** static library ../../../nta/os/libos.a is not portable! | |
*** Warning: Linking the shared library _math.la against the | |
*** static library ../../../nta/math/libmath.a is not portable! | |
*** Warning: Linking the shared library _math.la against the | |
*** static library ../../../nta/ntypes/libntypes.a is not portable! | |
*** Warning: Linking the shared library _math.la against the | |
*** static library ../../../nta/utils/libutils.a is not portable! | |
*** Warning: Linking the shared library _math.la against the | |
*** static library ../../../nta/types/libtypes.a is not portable! | |
*** Warning: Linking the shared library _math.la against the | |
*** static library /Users/nupic/nta/nupic/external/darwin64/lib/libyaml.a is not portable! | |
*** Warning: Linking the shared library _math.la against the | |
*** static library /Users/nupic/nta/nupic/external/darwin64/lib/libaprutil-1.a is not portable! | |
*** Warning: Linking the shared library _math.la against the | |
*** static library /Users/nupic/nta/nupic/external/darwin64/lib/libapr-1.a is not portable! | |
*** Warning: Linking the shared library _math.la against the | |
*** static library /Users/nupic/nta/nupic/external/darwin64/lib/libz.a is not portable! | |
libtool: link: g++ -Wl,-undefined -Wl,dynamic_lookup -o .libs/_math.so -bundle .libs/_math_la-math_py.o .libs/_math_la-PySparseTensor.o -L/Users/nupic/nta/nupic/external/darwin64/lib -L/Users/nupic/nta/bin/../lib ../../../lang/py/support/libsupport.a ../../../nta/os/libos.a ../../../nta/math/libmath.a ../../../nta/ntypes/libntypes.a ../../../nta/utils/libutils.a ../../../nta/types/libtypes.a /Users/nupic/nta/nupic/external/darwin64/lib/libyaml.a /Users/nupic/nta/nupic/external/darwin64/lib/libaprutil-1.a /Users/nupic/nta/nupic/external/darwin64/lib/libapr-1.a /Users/nupic/nta/nupic/external/darwin64/lib/libz.a -liconv -lsqlite3 -framework CoreServices -framework Accelerate -m64 -O1 -framework CoreServices -framework Accelerate | |
libtool: link: ( cd ".libs" && rm -f "_math.la" && ln -s "../_math.la" "_math.la" ) | |
Making all in bindings/algorithms | |
export SWIG_LIB=/Users/nupic/nta/nupic/external/darwin64/share/swig/1.3.36; \ | |
depbase=`echo algorithms_py.cpp | sed 's|[^/]*$|.deps/&|;s|\.cpp$||'`; \ | |
if /Users/nupic/nta/nupic/external/darwin64/bin/swig -c++ -python -features autodoc=0,directors=0 -noproxyimport -keyword -modern -modernargs -noproxydel -fvirtual -fastunpack -nofastproxy -fastquery -outputtuple -castmode -w511 -w302 -w362 -w312 -w389 -DNTA_PLATFORM_darwin64 -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -DNUPIC2 -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/darwin64/include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -MMD -MF "$depbase.TPswig" -o algorithms_py.cpp /Users/nupic/nta/nupic/py/bindings/algorithms/algorithms_py.i; \ | |
then mv -f "$depbase.TPswig" "$depbase.Pswig"; else rm -f "$depbase.TPswig"; exit 1; fi | |
make all-am | |
/bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/darwin64/include -DNUPIC2 -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O1 -falign-functions -DSWIG_TYPE_TABLE=_nupic_algorithms -DNUPIC2 -MT _algorithms_la-algorithms_py.lo -MD -MP -MF .deps/_algorithms_la-algorithms_py.Tpo -c -o _algorithms_la-algorithms_py.lo `test -f 'algorithms_py.cpp' || echo '/Users/nupic/nta/nupic/py/bindings/algorithms/'`algorithms_py.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/darwin64/include -DNUPIC2 -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 "-DNTAPY_INCLUDE=<python2.6/" -DNTAPY_PACKAGES=\"lib/python2.6/site-packages\" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O1 -falign-functions -DSWIG_TYPE_TABLE=_nupic_algorithms -DNUPIC2 -MT _algorithms_la-algorithms_py.lo -MD -MP -MF .deps/_algorithms_la-algorithms_py.Tpo -c algorithms_py.cpp -fno-common -DPIC -o .libs/_algorithms_la-algorithms_py.o | |
/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include/numpy/__multiarray_api.h:1532: warning: 'int _import_array()' defined but not used | |
mv -f .deps/_algorithms_la-algorithms_py.Tpo .deps/_algorithms_la-algorithms_py.Plo | |
/bin/sh ../../../libtool --tag=CXX --mode=link g++ -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O1 -falign-functions -DSWIG_TYPE_TABLE=_nupic_algorithms -DNUPIC2 -module -avoid-version -bundle -undefined dynamic_lookup -fPIC -L/Users/nupic/nta/nupic/external/darwin64/lib -L/Users/nupic/nta/bin/../lib -o _algorithms.la -rpath /Users/nupic/nta/eng/lib/python2.6/site-packages/nupic/bindings _algorithms_la-algorithms_py.lo ../../../lang/py/support/libsupport.a ../../../nta/algorithms/libalgorithms.a ../../../nta/os/libos.a ../../../nta/math/libmath.a ../../../nta/ntypes/libntypes.a ../../../nta/utils/libutils.a ../../../nta/types/libtypes.a /Users/nupic/nta/nupic/external/darwin64/lib/libyaml.a /Users/nupic/nta/nupic/external/darwin64/lib/libaprutil-1.a /Users/nupic/nta/nupic/external/darwin64/lib/libapr-1.a /Users/nupic/nta/nupic/external/darwin64/lib/libz.a -liconv -lsqlite3 -framework CoreServices -framework Accelerate | |
*** Warning: Linking the shared library _algorithms.la against the | |
*** static library ../../../lang/py/support/libsupport.a is not portable! | |
*** Warning: Linking the shared library _algorithms.la against the | |
*** static library ../../../nta/algorithms/libalgorithms.a is not portable! | |
*** Warning: Linking the shared library _algorithms.la against the | |
*** static library ../../../nta/os/libos.a is not portable! | |
*** Warning: Linking the shared library _algorithms.la against the | |
*** static library ../../../nta/math/libmath.a is not portable! | |
*** Warning: Linking the shared library _algorithms.la against the | |
*** static library ../../../nta/ntypes/libntypes.a is not portable! | |
*** Warning: Linking the shared library _algorithms.la against the | |
*** static library ../../../nta/utils/libutils.a is not portable! | |
*** Warning: Linking the shared library _algorithms.la against the | |
*** static library ../../../nta/types/libtypes.a is not portable! | |
*** Warning: Linking the shared library _algorithms.la against the | |
*** static library /Users/nupic/nta/nupic/external/darwin64/lib/libyaml.a is not portable! | |
*** Warning: Linking the shared library _algorithms.la against the | |
*** static library /Users/nupic/nta/nupic/external/darwin64/lib/libaprutil-1.a is not portable! | |
*** Warning: Linking the shared library _algorithms.la against the | |
*** static library /Users/nupic/nta/nupic/external/darwin64/lib/libapr-1.a is not portable! | |
*** Warning: Linking the shared library _algorithms.la against the | |
*** static library /Users/nupic/nta/nupic/external/darwin64/lib/libz.a is not portable! | |
libtool: link: g++ -Wl,-undefined -Wl,dynamic_lookup -o .libs/_algorithms.so -bundle .libs/_algorithms_la-algorithms_py.o -L/Users/nupic/nta/nupic/external/darwin64/lib -L/Users/nupic/nta/bin/../lib ../../../lang/py/support/libsupport.a ../../../nta/algorithms/libalgorithms.a ../../../nta/os/libos.a ../../../nta/math/libmath.a ../../../nta/ntypes/libntypes.a ../../../nta/utils/libutils.a ../../../nta/types/libtypes.a /Users/nupic/nta/nupic/external/darwin64/lib/libyaml.a /Users/nupic/nta/nupic/external/darwin64/lib/libaprutil-1.a /Users/nupic/nta/nupic/external/darwin64/lib/libapr-1.a /Users/nupic/nta/nupic/external/darwin64/lib/libz.a -liconv -lsqlite3 -framework CoreServices -framework Accelerate -m64 -O1 -framework CoreServices -framework Accelerate | |
libtool: link: ( cd ".libs" && rm -f "_algorithms.la" && ln -s "../_algorithms.la" "_algorithms.la" ) | |
Making all in bindings/iorange | |
export SWIG_LIB=/Users/nupic/nta/nupic/external/darwin64/share/swig/1.3.36; \ | |
depbase=`echo iorange_py.cpp | sed 's|[^/]*$|.deps/&|;s|\.cpp$||'`; \ | |
if /Users/nupic/nta/nupic/external/darwin64/bin/swig -c++ -python -features autodoc=0,directors=0 -noproxyimport -keyword -modern -modernargs -noproxydel -fvirtual -fastunpack -nofastproxy -fastquery -outputtuple -castmode -w511 -w302 -w362 -w312 -w389 -DNTA_PLATFORM_darwin64 -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -DNUPIC2 -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/darwin64/include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -MMD -MF "$depbase.TPswig" -o iorange_py.cpp /Users/nupic/nta/nupic/py/bindings/iorange/iorange_py.i; \ | |
then mv -f "$depbase.TPswig" "$depbase.Pswig"; else rm -f "$depbase.TPswig"; exit 1; fi | |
make all-am | |
/bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/darwin64/include -DNUPIC2 -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O1 -falign-functions -DSWIG_TYPE_TABLE=_nupic_iorange -DNUPIC2 -MT _iorange_la-iorange_py.lo -MD -MP -MF .deps/_iorange_la-iorange_py.Tpo -c -o _iorange_la-iorange_py.lo `test -f 'iorange_py.cpp' || echo '/Users/nupic/nta/nupic/py/bindings/iorange/'`iorange_py.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/darwin64/include -DNUPIC2 -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 "-DNTAPY_INCLUDE=<python2.6/" -DNTAPY_PACKAGES=\"lib/python2.6/site-packages\" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O1 -falign-functions -DSWIG_TYPE_TABLE=_nupic_iorange -DNUPIC2 -MT _iorange_la-iorange_py.lo -MD -MP -MF .deps/_iorange_la-iorange_py.Tpo -c iorange_py.cpp -fno-common -DPIC -o .libs/_iorange_la-iorange_py.o | |
/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include/numpy/__multiarray_api.h:1532: warning: 'int _import_array()' defined but not used | |
mv -f .deps/_iorange_la-iorange_py.Tpo .deps/_iorange_la-iorange_py.Plo | |
/bin/sh ../../../libtool --tag=CXX --mode=link g++ -I/Users/nupic/nta/nupic -I/Users/nupic/nta/nupic/external/common/include -I/Users/nupic/nta/nupic/external/darwin64/include -fvisibility=hidden -DNTA_INTERNAL -gfull -DNTA_ASSERTIONS_ON -fPIC -DPIC -Wnewline-eof -m64 -DNTA_PLATFORM_darwin64 -Wall -Wreturn-type -Wunused-variable -Wno-deprecated -DBOOST_NO_WREGEX -DNTA_INSTRUMENT_ON -DNTA_PYTHON_SUPPORT=2.6 -DNTAPY_INCLUDE="<python2.6/" -DNTAPY_PACKAGES="\"lib/python2.6/site-packages\"" -I/Users/nupic/nta/bin/../include -I/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy/core/include -O1 -falign-functions -DSWIG_TYPE_TABLE=_nupic_iorange -DNUPIC2 -module -avoid-version -bundle -undefined dynamic_lookup -fPIC -L/Users/nupic/nta/nupic/external/darwin64/lib -L/Users/nupic/nta/bin/../lib -o _iorange.la -rpath /Users/nupic/nta/eng/lib/python2.6/site-packages/nupic/bindings _iorange_la-iorange_py.lo ../../../lang/py/support/libsupport.a ../../../nta/os/libos.a ../../../nta/ntypes/libntypes.a ../../../nta/utils/libutils.a ../../../nta/types/libtypes.a /Users/nupic/nta/nupic/external/darwin64/lib/libyaml.a /Users/nupic/nta/nupic/external/darwin64/lib/libaprutil-1.a /Users/nupic/nta/nupic/external/darwin64/lib/libapr-1.a /Users/nupic/nta/nupic/external/darwin64/lib/libz.a -liconv -lsqlite3 -framework CoreServices -framework Accelerate | |
*** Warning: Linking the shared library _iorange.la against the | |
*** static library ../../../lang/py/support/libsupport.a is not portable! | |
*** Warning: Linking the shared library _iorange.la against the | |
*** static library ../../../nta/os/libos.a is not portable! | |
*** Warning: Linking the shared library _iorange.la against the | |
*** static library ../../../nta/ntypes/libntypes.a is not portable! | |
*** Warning: Linking the shared library _iorange.la against the | |
*** static library ../../../nta/utils/libutils.a is not portable! | |
*** Warning: Linking the shared library _iorange.la against the | |
*** static library ../../../nta/types/libtypes.a is not portable! | |
*** Warning: Linking the shared library _iorange.la against the | |
*** static library /Users/nupic/nta/nupic/external/darwin64/lib/libyaml.a is not portable! | |
*** Warning: Linking the shared library _iorange.la against the | |
*** static library /Users/nupic/nta/nupic/external/darwin64/lib/libaprutil-1.a is not portable! | |
*** Warning: Linking the shared library _iorange.la against the | |
*** static library /Users/nupic/nta/nupic/external/darwin64/lib/libapr-1.a is not portable! | |
*** Warning: Linking the shared library _iorange.la against the | |
*** static library /Users/nupic/nta/nupic/external/darwin64/lib/libz.a is not portable! | |
libtool: link: g++ -Wl,-undefined -Wl,dynamic_lookup -o .libs/_iorange.so -bundle .libs/_iorange_la-iorange_py.o -L/Users/nupic/nta/nupic/external/darwin64/lib -L/Users/nupic/nta/bin/../lib ../../../lang/py/support/libsupport.a ../../../nta/os/libos.a ../../../nta/ntypes/libntypes.a ../../../nta/utils/libutils.a ../../../nta/types/libtypes.a /Users/nupic/nta/nupic/external/darwin64/lib/libyaml.a /Users/nupic/nta/nupic/external/darwin64/lib/libaprutil-1.a /Users/nupic/nta/nupic/external/darwin64/lib/libapr-1.a /Users/nupic/nta/nupic/external/darwin64/lib/libz.a -liconv -lsqlite3 -framework CoreServices -framework Accelerate -m64 -O1 -framework CoreServices -framework Accelerate | |
libtool: link: ( cd ".libs" && rm -f "_iorange.la" && ln -s "../_iorange.la" "_iorange.la" ) | |
make[2]: Nothing to be done for `all-am'. | |
make[1]: Nothing to be done for `all-am'. | |
Making install in lang/py/support | |
make[2]: Nothing to be done for `install-exec-am'. | |
make[2]: Nothing to be done for `install-data-am'. | |
Making install in nta | |
Making install in algorithms | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
Making install in math | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
Making install in types | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
Making install in test | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
Making install in utils | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
Making install in ntypes | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
Making install in engine | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
Making install in os | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
Making install in regions | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
Making install in apps | |
Making install in htmtest | |
/Users/nupic/nta/nupic/build_system/unix/install-sh -c -d '/Users/nupic/nta/eng/bin' | |
/bin/sh ../../../libtool --mode=install /usr/bin/install -c htmtest '/Users/nupic/nta/eng/bin' | |
libtool: install: /usr/bin/install -c htmtest /Users/nupic/nta/eng/bin/htmtest | |
make[4]: Nothing to be done for `install-data-am'. | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
Making install in qa | |
Making install in testeverything | |
/Users/nupic/nta/nupic/build_system/unix/install-sh -c -d '/Users/nupic/nta/eng/bin' | |
/bin/sh ../../libtool --mode=install /usr/bin/install -c testeverything '/Users/nupic/nta/eng/bin' | |
libtool: install: /usr/bin/install -c testeverything /Users/nupic/nta/eng/bin/testeverything | |
make[3]: Nothing to be done for `install-data-am'. | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
Making install in examples | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
Making install in lang/py/bindings/engine_internal | |
make install-am | |
/Users/nupic/nta/nupic/build_system/unix/install-sh -c -d '/Users/nupic/nta/eng/lib/python2.6/site-packages/nupic/bindings' | |
/bin/sh ../../../../libtool --mode=install /usr/bin/install -c _engine_internal.la '/Users/nupic/nta/eng/lib/python2.6/site-packages/nupic/bindings' | |
libtool: install: /usr/bin/install -c .libs/_engine_internal.so /Users/nupic/nta/eng/lib/python2.6/site-packages/nupic/bindings/_engine_internal.so | |
libtool: install: /usr/bin/install -c .libs/_engine_internal.lai /Users/nupic/nta/eng/lib/python2.6/site-packages/nupic/bindings/_engine_internal.la | |
/Users/nupic/nta/nupic/build_system/unix/install-sh -c -d '/Users/nupic/nta/eng/lib/python2.6/site-packages/nupic/bindings' | |
/usr/bin/install -c -m 644 engine_internal.py '/Users/nupic/nta/eng/lib/python2.6/site-packages/nupic/bindings' | |
Byte-compiling python modules... | |
engine_internal.py | |
Byte-compiling python modules (optimized versions) ... | |
engine_internal.py | |
Making install in py | |
Making install in cpp_region | |
/Users/nupic/nta/nupic/build_system/unix/install-sh -c -d '/Users/nupic/nta/eng/lib' | |
/bin/sh ../../libtool --mode=install /usr/bin/install -c libcpp_region.la '/Users/nupic/nta/eng/lib' | |
libtool: install: /usr/bin/install -c .libs/libcpp_region.dylib /Users/nupic/nta/eng/lib/libcpp_region.dylib | |
libtool: install: /usr/bin/install -c .libs/libcpp_region.lai /Users/nupic/nta/eng/lib/libcpp_region.la | |
make[3]: Nothing to be done for `install-data-am'. | |
Making install in bindings/math | |
make install-am | |
/Users/nupic/nta/nupic/build_system/unix/install-sh -c -d '/Users/nupic/nta/eng/lib/python2.6/site-packages/nupic/bindings' | |
/bin/sh ../../../libtool --mode=install /usr/bin/install -c _math.la '/Users/nupic/nta/eng/lib/python2.6/site-packages/nupic/bindings' | |
libtool: install: /usr/bin/install -c .libs/_math.so /Users/nupic/nta/eng/lib/python2.6/site-packages/nupic/bindings/_math.so | |
libtool: install: /usr/bin/install -c .libs/_math.lai /Users/nupic/nta/eng/lib/python2.6/site-packages/nupic/bindings/_math.la | |
/Users/nupic/nta/nupic/build_system/unix/install-sh -c -d '/Users/nupic/nta/eng/lib/python2.6/site-packages/nupic/bindings' | |
/usr/bin/install -c -m 644 math.py '/Users/nupic/nta/eng/lib/python2.6/site-packages/nupic/bindings' | |
Byte-compiling python modules... | |
math.py | |
Byte-compiling python modules (optimized versions) ... | |
math.py | |
Making install in bindings/algorithms | |
make install-am | |
/Users/nupic/nta/nupic/build_system/unix/install-sh -c -d '/Users/nupic/nta/eng/lib/python2.6/site-packages/nupic/bindings' | |
/bin/sh ../../../libtool --mode=install /usr/bin/install -c _algorithms.la '/Users/nupic/nta/eng/lib/python2.6/site-packages/nupic/bindings' | |
libtool: install: /usr/bin/install -c .libs/_algorithms.so /Users/nupic/nta/eng/lib/python2.6/site-packages/nupic/bindings/_algorithms.so | |
libtool: install: /usr/bin/install -c .libs/_algorithms.lai /Users/nupic/nta/eng/lib/python2.6/site-packages/nupic/bindings/_algorithms.la | |
/Users/nupic/nta/nupic/build_system/unix/install-sh -c -d '/Users/nupic/nta/eng/lib/python2.6/site-packages/nupic/bindings' | |
/usr/bin/install -c -m 644 algorithms.py '/Users/nupic/nta/eng/lib/python2.6/site-packages/nupic/bindings' | |
Byte-compiling python modules... | |
algorithms.py | |
Byte-compiling python modules (optimized versions) ... | |
algorithms.py | |
Making install in bindings/iorange | |
make install-am | |
/Users/nupic/nta/nupic/build_system/unix/install-sh -c -d '/Users/nupic/nta/eng/lib/python2.6/site-packages/nupic/bindings' | |
/bin/sh ../../../libtool --mode=install /usr/bin/install -c _iorange.la '/Users/nupic/nta/eng/lib/python2.6/site-packages/nupic/bindings' | |
libtool: install: /usr/bin/install -c .libs/_iorange.so /Users/nupic/nta/eng/lib/python2.6/site-packages/nupic/bindings/_iorange.so | |
libtool: install: /usr/bin/install -c .libs/_iorange.lai /Users/nupic/nta/eng/lib/python2.6/site-packages/nupic/bindings/_iorange.la | |
/Users/nupic/nta/nupic/build_system/unix/install-sh -c -d '/Users/nupic/nta/eng/lib/python2.6/site-packages/nupic/bindings' | |
/usr/bin/install -c -m 644 iorange.py '/Users/nupic/nta/eng/lib/python2.6/site-packages/nupic/bindings' | |
Byte-compiling python modules... | |
iorange.py | |
Byte-compiling python modules (optimized versions) ... | |
iorange.py | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
cd build_system/post_build; make all | |
INFO Copying from '/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/numpy' to '/Users/nupic/nta/eng/lib/python2.6/site-packages/numpy' | |
INFO Copying from '/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/matplotlib' to '/Users/nupic/nta/eng/lib/python2.6/site-packages/matplotlib' | |
INFO Copying from '/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/pytz' to '/Users/nupic/nta/eng/lib/python2.6/site-packages/pytz' | |
INFO Copying from '/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/pylab.py' to '/Users/nupic/nta/eng/lib/python2.6/site-packages/pylab.py' | |
INFO Copying from '/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/Crypto' to '/Users/nupic/nta/eng/lib/python2.6/site-packages/Crypto' | |
INFO Copying from '/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/PIL' to '/Users/nupic/nta/eng/lib/python2.6/site-packages/PIL' | |
INFO Copying from '/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/psutil' to '/Users/nupic/nta/eng/lib/python2.6/site-packages/psutil' | |
INFO Copying from '/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/simplejson' to '/Users/nupic/nta/eng/lib/python2.6/site-packages/simplejson' | |
INFO Copying from '/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/_psutil_osx.so' to '/Users/nupic/nta/eng/lib/python2.6/site-packages/_psutil_osx.so' | |
INFO Copying from '/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/_psutil_posix.so' to '/Users/nupic/nta/eng/lib/python2.6/site-packages/_psutil_posix.so' | |
INFO Copying from '/Users/nupic/nta/nupic/external/common/lib/python2.6/site-packages/dateutil' to '/Users/nupic/nta/eng/lib/python2.6/site-packages/dateutil' | |
INFO Copying from '/Users/nupic/nta/nupic/external/common/lib/python2.6/site-packages/mock' to '/Users/nupic/nta/eng/lib/python2.6/site-packages/mock' | |
INFO Copying from '/Users/nupic/nta/nupic/external/common/lib/python2.6/site-packages/unittest2' to '/Users/nupic/nta/eng/lib/python2.6/site-packages/unittest2' | |
INFO Copying from '/Users/nupic/nta/nupic/external/common/lib/python2.6/site-packages/nose' to '/Users/nupic/nta/eng/lib/python2.6/site-packages/nose' | |
INFO Copying from '/Users/nupic/nta/nupic/external/common/lib/python2.6/site-packages/pylint' to '/Users/nupic/nta/eng/lib/python2.6/site-packages/pylint' | |
INFO Copying from '/Users/nupic/nta/nupic/external/common/lib/python2.6/site-packages/logilab' to '/Users/nupic/nta/eng/lib/python2.6/site-packages/logilab' | |
INFO Copying from '/Users/nupic/nta/nupic/external/common/lib/python2.6/site-packages/ordereddict.py' to '/Users/nupic/nta/eng/lib/python2.6/site-packages/ordereddict.py' | |
INFO Copying from '/Users/nupic/nta/nupic/external/common/lib/python2.6/site-packages/asteval' to '/Users/nupic/nta/eng/lib/python2.6/site-packages/asteval' | |
INFO Copying from '/Users/nupic/nta/nupic/external/common/lib/python2.6/site-packages/six.py' to '/Users/nupic/nta/eng/lib/python2.6/site-packages/six.py' | |
INFO Copying from '/Users/nupic/nta/nupic/external/common/lib/python2.6/site-packages/validictory' to '/Users/nupic/nta/eng/lib/python2.6/site-packages/validictory' | |
INFO Copying from '/Users/nupic/nta/nupic/external/darwin64/lib/python2.6/site-packages/pkg_resources.py' to '/Users/nupic/nta/eng/lib/python2.6/site-packages/pkg_resources.py' | |
INFO Copying from '/Users/nupic/nta/nupic/external/common/bin/nosetests' to '/Users/nupic/nta/eng/bin/nosetests' | |
INFO Copying from '/Users/nupic/nta/nupic/external/common/bin/pylint' to '/Users/nupic/nta/eng/bin/pylint' | |
INFO Copying from '/Users/nupic/nta/nupic/lang/py/bindings/__init__.py' to '/Users/nupic/nta/eng/lib/python2.6/site-packages/nupic/bindings/__init__.py' | |
INFO Copying from '/Users/nupic/nta/nupic/py/nupic/algorithms' to '/Users/nupic/nta/eng/lib/python2.6/site-packages/nupic/algorithms' | |
INFO Copying from '/Users/nupic/nta/nupic/py/nupic/frameworks' to '/Users/nupic/nta/eng/lib/python2.6/site-packages/nupic/frameworks' | |
INFO Copying from '/Users/nupic/nta/nupic/py/nupic/analysis' to '/Users/nupic/nta/eng/lib/python2.6/site-packages/nupic/analysis' | |
INFO Copying from '/Users/nupic/nta/nupic/py/nupic/image' to '/Users/nupic/nta/eng/lib/python2.6/site-packages/nupic/image' | |
INFO Copying from '/Users/nupic/nta/nupic/py/nupic/research' to '/Users/nupic/nta/eng/lib/python2.6/site-packages/nupic/research' | |
INFO Copying from '/Users/nupic/nta/nupic/py/nupic/data' to '/Users/nupic/nta/eng/lib/python2.6/site-packages/nupic/data' | |
INFO Copying from '/Users/nupic/nta/nupic/py/nupic/encoders' to '/Users/nupic/nta/eng/lib/python2.6/site-packages/nupic/encoders' | |
INFO Copying from '/Users/nupic/nta/nupic/py/nupic/support' to '/Users/nupic/nta/eng/lib/python2.6/site-packages/nupic/support' | |
INFO Copying from '/Users/nupic/nta/nupic/py/regions' to '/Users/nupic/nta/eng/lib/python2.6/site-packages/nupic/regions' | |
INFO Copying from '/Users/nupic/nta/nupic/py/nupic/math/__init__.py' to '/Users/nupic/nta/eng/lib/python2.6/site-packages/nupic/math/__init__.py' | |
INFO Copying from '/Users/nupic/nta/nupic/py/nupic/math/cross.py' to '/Users/nupic/nta/eng/lib/python2.6/site-packages/nupic/math/cross.py' | |
INFO Copying from '/Users/nupic/nta/nupic/py/nupic/math/roc_utils.py' to '/Users/nupic/nta/eng/lib/python2.6/site-packages/nupic/math/roc_utils.py' | |
INFO Copying from '/Users/nupic/nta/nupic/examples/prediction' to '/Users/nupic/nta/eng/share/prediction' | |
INFO Copying from '/Users/nupic/nta/nupic/examples/opf' to '/Users/nupic/nta/eng/share/opf' | |
INFO Copying from '/Users/nupic/nta/nupic/qa/shared_data' to '/Users/nupic/nta/eng/share/test/data' | |
INFO Copying from '/Users/nupic/nta/nupic/tests' to '/Users/nupic/nta/eng/tests' | |
INFO Copying from '/Users/nupic/nta/nupic/run_tests.sh' to '/Users/nupic/nta/eng/bin/run_tests.sh' | |
INFO Copying from '/Users/nupic/nta/nupic/external/licenses' to '/Users/nupic/nta/eng/share/doc/licenses' | |
INFO Copying from '/Users/nupic/nta/nupic/conf/default/nupic-default.xml' to '/Users/nupic/nta/eng/conf/default/nupic-default.xml' | |
INFO Copying from '/Users/nupic/nta/nupic/conf/default/nupic-logging.conf' to '/Users/nupic/nta/eng/conf/default/nupic-logging.conf' | |
INFO Copying from '/Users/nupic/nta/nupic/env.sh' to '/Users/nupic/nta/eng/env.sh' | |
INFO Copying from '/Users/nupic/nta/nupic/lang/py/engine/__init__.py' to '/Users/nupic/nta/eng/lib/python2.6/site-packages/nupic/engine/__init__.py' | |
INFO Copying from '/Users/nupic/nta/nupic/lang/py/__init__.py' to '/Users/nupic/nta/eng/lib/python2.6/site-packages/nupic/__init__.py' | |
INFO Copying from '/Users/nupic/nta/nupic/build_system' to '/Users/nupic/nta/eng/build_system' | |
Removing .la, .pyc and .pyo files | |
make[2]: Nothing to be done for `install-data-am'. | |
~/nta | |
Using logging configuration file: /Users/nupic/nta/eng/conf/default/nupic-logging.conf | |
2013-06-10 10:59:56,415 - com.numenta.nupic.frameworks.opf.clamodel.CLAModel(33278) - INFO - Instantiated CLAModel | |
2013-06-10 10:59:56,416 - com.numenta.nupic.frameworks.opf.experiment_runner._TaskRunner(33278) - INFO - Instantiated _TaskRunner(model=<nupic.frameworks.opf.clamodel.CLAModel object at 0x10a4e0f90>, task={'taskControl': {'metrics': [MetricSpec(metric='multiStep', inferenceElement='multiStepBestPredictions', field='consumption', params={'window': 1000, 'steps': 1, 'errorMetric': 'aae'}), MetricSpec(metric='trivial', inferenceElement='prediction', field='consumption', params={'window': 1000, 'steps': 1, 'errorMetric': 'aae'}), MetricSpec(metric='multiStep', inferenceElement='multiStepBestPredictions', field='consumption', params={'window': 1000, 'steps': 1, 'errorMetric': 'altMAPE'}), MetricSpec(metric='trivial', inferenceElement='prediction', field='consumption', params={'window': 1000, 'steps': 1, 'errorMetric': 'altMAPE'}), MetricSpec(metric='multiStep', inferenceElement='multiStepBestPredictions', field='consumption', params={'window': 1000, 'steps': 5, 'errorMetric': 'aae'}), MetricSpec(metric='trivial', inferenceElement='prediction', field='consumption', params={'window': 1000, 'steps': 5, 'errorMetric': 'aae'}), MetricSpec(metric='multiStep', inferenceElement='multiStepBestPredictions', field='consumption', params={'window': 1000, 'steps': 5, 'errorMetric': 'altMAPE'}), MetricSpec(metric='trivial', inferenceElement='prediction', field='consumption', params={'window': 1000, 'steps': 5, 'errorMetric': 'altMAPE'})], 'iterationCycle': [IterationPhaseSpecLearnAndInfer(nIters=1000)], 'loggedMetrics': ['.*aae.*']}, 'taskLabel': 'DefaultTask', 'iterationCount': -1, 'dataset': {u'info': u'test_hotgym', u'version': 1, u'streams': [{u'info': u'hotGym.csv', u'source': u'file://extra/hotgym/hotgym.csv', u'columns': [u'*'], u'last_record': 4000}], 'aggregation': {'hours': 1, 'microseconds': 0, 'seconds': 0, 'fields': [('consumption', 'sum')], 'weeks': 0, 'months': 0, 'minutes': 0, 'days': 0, 'milliseconds': 0, 'years': 0}}}, cmdOptions=ParseCommandLineOptionsResult(experimentDir='/Users/nupic/nta/nupic/examples/opf/experiments/multistep/hotgym', privateOptions={'taskLabels': [], 'listTasks': False, 'listAvailableCheckpoints': False, 'testMode': False, 'checkpointModel': True, 'createCheckpointName': '', 'runCheckpointName': ''})) | |
2013-06-10 10:59:56,423 - com.numenta.nupic.data.StreamReader(33278) - INFO - StreamReader: Saving generated records to: '/var/folders/w2/0l01krmx5bs9y0w2_0dfqp1w0000gp/T/tmp5E2ziS/generated_output.csv' | |
2013-06-10 10:59:56,423 - com.numenta.nupic.frameworks.opf.opftaskdriver.OPFTaskDriver(33278) - INFO - Instantiating OPFTaskDriver; "OPFTaskDriver(taskControl={'metrics': [MetricSpec(metric='multiStep', inferenceElement='multiStepBestPredictions', field='consumption', params={'window': 1000, 'steps': 1, 'errorMetric': 'aae'}), MetricSpec(metric='trivial', inferenceElement='prediction', field='consumption', params={'window': 1000, 'steps': 1, 'errorMetric': 'aae'}), MetricSpec(metric='multiStep', inferenceElement='multiStepBestPredictions', field='consumption', params={'window': 1000, 'steps': 1, 'errorMetric': 'altMAPE'}), MetricSpec(metric='trivial', inferenceElement='prediction', field='consumption', params={'window': 1000, 'steps': 1, 'errorMetric': 'altMAPE'}), MetricSpec(metric='multiStep', inferenceElement='multiStepBestPredictions', field='consumption', params={'window': 1000, 'steps': 5, 'errorMetric': 'aae'}), MetricSpec(metric='trivial', inferenceElement='prediction', field='consumption', params={'window': 1000, 'steps': 5, 'errorMetric': 'aae'}), MetricSpec(metric='multiStep', inferenceElement='multiStepBestPredictions', field='consumption', params={'window': 1000, 'steps': 5, 'errorMetric': 'altMAPE'}), MetricSpec(metric='trivial', inferenceElement='prediction', field='consumption', params={'window': 1000, 'steps': 5, 'errorMetric': 'altMAPE'})], 'iterationCycle': [IterationPhaseSpecLearnAndInfer(nIters=1000)], 'loggedMetrics': ['.*aae.*']}, model=<nupic.frameworks.opf.clamodel.CLAModel object at 0x10a4e0f90>)". | |
2013-06-10 10:59:56,425 - com.numenta.nupic.frameworks.opf.experiment_runner._TaskRunner(33278) - INFO - run(): Starting task <DefaultTask> | |
DEBUG: Result of PyRegion::executeCommand : 'None' | |
OPENING OUTPUT FOR PREDICTION WRITER AT: '/Users/nupic/nta/nupic/examples/opf/experiments/multistep/hotgym/inference/DefaultTask.TemporalMultiStep.predictionLog.csv' | |
Prediction field-meta: [('reset', 'int', 'R'), ('address', 'string', ''), ('consumption', 'string', ''), ('gym', 'string', ''), ('timestamp', 'string', ''), ('multiStepPredictions.actual', 'string', ''), ('multiStepPredictions.1', 'string', ''), ('multiStepPredictions.5', 'string', ''), ('multiStepBestPredictions.actual', 'string', ''), ('multiStepBestPredictions.1', 'string', ''), ('multiStepBestPredictions.5', 'string', ''), (u'consumption.actual', 'float', ''), (u'consumption.prediction', 'float', ''), (u'timestamp.day of week.actual', 'float', ''), (u'timestamp.day of week.prediction', 'float', ''), (u'timestamp.time of day.actual', 'float', ''), (u'timestamp.time of day.prediction', 'float', ''), (u'timestamp.weekend.actual', 'float', ''), (u'timestamp.weekend.prediction', 'float', ''), ("multiStepBestPredictions:multiStep:errorMetric='aae':steps=1:window=1000:field=consumption", 'float', ''), ("prediction:trivial:errorMetric='aae':steps=5:window=1000:field=consumption", 'float', ''), ("multiStepBestPredictions:multiStep:errorMetric='aae':steps=5:window=1000:field=consumption", 'float', ''), ("prediction:trivial:errorMetric='aae':steps=1:window=1000:field=consumption", 'float', '')] | |
<JSON> | |
{ | |
"prediction:trivial:errorMetric='aae':steps=5:window=1000:field=consumption": 17.490000000000002, | |
"prediction:trivial:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 54.570982839313572, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 50.792982839313567, | |
"prediction:trivial:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 20.241286863270773, | |
"prediction:trivial:errorMetric='aae':steps=1:window=1000:field=consumption": 5.6624999999999988, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=1:window=1000:field=consumption": 7.1869591666666652, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 25.690649389335711, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=5:window=1000:field=consumption": 16.279151000000002 | |
} | |
</JSON> | |
<JSON> | |
{ | |
"prediction:trivial:errorMetric='aae':steps=5:window=1000:field=consumption": 17.742222222222225, | |
"prediction:trivial:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 63.577002707437494, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 61.648592132505172, | |
"prediction:trivial:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 21.97947442077437, | |
"prediction:trivial:errorMetric='aae':steps=1:window=1000:field=consumption": 5.7693877551020405, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=1:window=1000:field=consumption": 6.516061632653062, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 24.824056911833306, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=5:window=1000:field=consumption": 17.204067111111112 | |
} | |
</JSON> | |
<JSON> | |
{ | |
"prediction:trivial:errorMetric='aae':steps=5:window=1000:field=consumption": 17.651428571428568, | |
"prediction:trivial:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 69.823688969258569, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 52.899199131950716, | |
"prediction:trivial:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 24.105555555555558, | |
"prediction:trivial:errorMetric='aae':steps=1:window=1000:field=consumption": 5.8635135135135146, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=1:window=1000:field=consumption": 5.8881661523554056, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 24.206905293016664, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=5:window=1000:field=consumption": 13.372917540557141 | |
} | |
</JSON> | |
<JSON> | |
{ | |
"prediction:trivial:errorMetric='aae':steps=5:window=1000:field=consumption": 16.862105263157886, | |
"prediction:trivial:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 63.968532864787115, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 48.076381173696184, | |
"prediction:trivial:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 23.183145269470526, | |
"prediction:trivial:errorMetric='aae':steps=1:window=1000:field=consumption": 5.9353535353535358, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=1:window=1000:field=consumption": 6.2611664712757573, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 24.455751623778895, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=5:window=1000:field=consumption": 12.672934077386316 | |
} | |
</JSON> | |
2013-06-10 10:59:58,377 - com.numenta.nupic.frameworks.opf.experiment_runner._TaskRunner(33278) - INFO - DefaultTask: ITERATION PROGRESS: 100 of -1 | |
<JSON> | |
{ | |
"prediction:trivial:errorMetric='aae':steps=5:window=1000:field=consumption": 15.97749999999999, | |
"prediction:trivial:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 59.051989651348997, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 43.76629830805998, | |
"prediction:trivial:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 22.034053460270972, | |
"prediction:trivial:errorMetric='aae':steps=1:window=1000:field=consumption": 5.8233870967741943, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=1:window=1000:field=consumption": 6.176122513804243, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 23.368704739159231, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=5:window=1000:field=consumption": 11.841701445550759 | |
} | |
</JSON> | |
<JSON> | |
{ | |
"prediction:trivial:errorMetric='aae':steps=5:window=1000:field=consumption": 15.466206896551714, | |
"prediction:trivial:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 55.856932924854888, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 40.611647318513597, | |
"prediction:trivial:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 21.892072281412997, | |
"prediction:trivial:errorMetric='aae':steps=1:window=1000:field=consumption": 5.9436241610738252, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=1:window=1000:field=consumption": 6.774271365553914, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 24.951584146232253, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=5:window=1000:field=consumption": 11.244945022006911 | |
} | |
</JSON> | |
<JSON> | |
{ | |
"prediction:trivial:errorMetric='aae':steps=5:window=1000:field=consumption": 15.408823529411753, | |
"prediction:trivial:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 54.800108784335023, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 39.069319463123179, | |
"prediction:trivial:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 21.654713647230018, | |
"prediction:trivial:errorMetric='aae':steps=1:window=1000:field=consumption": 5.9867816091954014, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=1:window=1000:field=consumption": 6.6873200259981544, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 24.188622482562707, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=5:window=1000:field=consumption": 10.985603174451475 | |
} | |
</JSON> | |
<JSON> | |
{ | |
"prediction:trivial:errorMetric='aae':steps=5:window=1000:field=consumption": 15.336410256410245, | |
"prediction:trivial:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 54.87641521551641, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 35.247270376291191, | |
"prediction:trivial:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 21.548876845313043, | |
"prediction:trivial:errorMetric='aae':steps=1:window=1000:field=consumption": 5.9341708542713558, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=1:window=1000:field=consumption": 6.115174408350823, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 22.206158779252455, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=5:window=1000:field=consumption": 9.8506179163935421 | |
} | |
</JSON> | |
2013-06-10 11:00:00,218 - com.numenta.nupic.frameworks.opf.experiment_runner._TaskRunner(33278) - INFO - DefaultTask: ITERATION PROGRESS: 200 of -1 | |
<JSON> | |
{ | |
"prediction:trivial:errorMetric='aae':steps=5:window=1000:field=consumption": 15.366818181818177, | |
"prediction:trivial:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 56.295272509283464, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 34.31369780833937, | |
"prediction:trivial:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 21.864903822257563, | |
"prediction:trivial:errorMetric='aae':steps=1:window=1000:field=consumption": 5.8915178571428539, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=1:window=1000:field=consumption": 5.8321423418621885, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 21.64454635878408, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=5:window=1000:field=consumption": 9.3665477022009238 | |
} | |
</JSON> | |
<JSON> | |
{ | |
"prediction:trivial:errorMetric='aae':steps=5:window=1000:field=consumption": 15.820816326530611, | |
"prediction:trivial:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 58.53809559767425, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 38.218925652054665, | |
"prediction:trivial:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 21.811813166163052, | |
"prediction:trivial:errorMetric='aae':steps=1:window=1000:field=consumption": 5.8269076305220873, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=1:window=1000:field=consumption": 5.6710952651238982, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 21.228562080245506, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=5:window=1000:field=consumption": 10.32924964102367 | |
} | |
</JSON> | |
<JSON> | |
{ | |
"prediction:trivial:errorMetric='aae':steps=5:window=1000:field=consumption": 15.871851851851851, | |
"prediction:trivial:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 57.80535509543401, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 38.621715899080215, | |
"prediction:trivial:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 21.602923198860815, | |
"prediction:trivial:errorMetric='aae':steps=1:window=1000:field=consumption": 5.8689781021897796, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=1:window=1000:field=consumption": 5.7269087308166986, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 21.079984849927804, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=5:window=1000:field=consumption": 10.604521882141894 | |
} | |
</JSON> | |
<JSON> | |
{ | |
"prediction:trivial:errorMetric='aae':steps=5:window=1000:field=consumption": 15.898305084745751, | |
"prediction:trivial:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 57.090687766281178, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 38.371595587404535, | |
"prediction:trivial:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 21.227593567322391, | |
"prediction:trivial:errorMetric='aae':steps=1:window=1000:field=consumption": 5.8538461538461517, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=1:window=1000:field=consumption": 5.8552756759740108, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 21.232777392439782, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=5:window=1000:field=consumption": 10.685513822051801 | |
} | |
</JSON> | |
2013-06-10 11:00:02,172 - com.numenta.nupic.frameworks.opf.experiment_runner._TaskRunner(33278) - INFO - DefaultTask: ITERATION PROGRESS: 300 of -1 | |
<JSON> | |
{ | |
"prediction:trivial:errorMetric='aae':steps=5:window=1000:field=consumption": 15.732187499999986, | |
"prediction:trivial:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 55.906228830969781, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 37.710743416697902, | |
"prediction:trivial:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 20.771861476652688, | |
"prediction:trivial:errorMetric='aae':steps=1:window=1000:field=consumption": 5.7925925925925901, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=1:window=1000:field=consumption": 5.8138535942129259, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 20.84810205001482, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=5:window=1000:field=consumption": 10.611921043531961 | |
} | |
</JSON> | |
<JSON> | |
{ | |
"prediction:trivial:errorMetric='aae':steps=5:window=1000:field=consumption": 15.744927536231868, | |
"prediction:trivial:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 55.518080170070036, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 35.953269504019026, | |
"prediction:trivial:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 20.585658101196163, | |
"prediction:trivial:errorMetric='aae':steps=1:window=1000:field=consumption": 5.7891117478510008, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=1:window=1000:field=consumption": 5.8586763409719769, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 20.833024708079996, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=5:window=1000:field=consumption": 10.196347231339798 | |
} | |
</JSON> | |
<JSON> | |
{ | |
"prediction:trivial:errorMetric='aae':steps=5:window=1000:field=consumption": 15.755945945945934, | |
"prediction:trivial:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 55.497167880432144, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 33.962199248590657, | |
"prediction:trivial:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 20.533654804506909, | |
"prediction:trivial:errorMetric='aae':steps=1:window=1000:field=consumption": 5.7839572192513327, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=1:window=1000:field=consumption": 5.6115149503797701, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 19.921466662635943, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=5:window=1000:field=consumption": 9.6420519461302874 | |
} | |
</JSON> | |
<JSON> | |
{ | |
"prediction:trivial:errorMetric='aae':steps=5:window=1000:field=consumption": 15.88253164556961, | |
"prediction:trivial:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 56.656220931807653, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 34.654104834330681, | |
"prediction:trivial:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 20.686270095015068, | |
"prediction:trivial:errorMetric='aae':steps=1:window=1000:field=consumption": 5.7566416040100217, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=1:window=1000:field=consumption": 5.4821291197534485, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 19.699820045765978, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=5:window=1000:field=consumption": 9.7146422339500571 | |
} | |
</JSON> | |
2013-06-10 11:00:04,322 - com.numenta.nupic.frameworks.opf.experiment_runner._TaskRunner(33278) - INFO - DefaultTask: ITERATION PROGRESS: 400 of -1 | |
<JSON> | |
{ | |
"prediction:trivial:errorMetric='aae':steps=5:window=1000:field=consumption": 15.918809523809514, | |
"prediction:trivial:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 57.109788077320523, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 37.090694416779669, | |
"prediction:trivial:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 20.749733759318396, | |
"prediction:trivial:errorMetric='aae':steps=1:window=1000:field=consumption": 5.7441037735849028, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=1:window=1000:field=consumption": 5.451801495878196, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 19.693834583619623, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=5:window=1000:field=consumption": 10.338677823968609 | |
} | |
</JSON> | |
<JSON> | |
{ | |
"prediction:trivial:errorMetric='aae':steps=5:window=1000:field=consumption": 15.841797752808979, | |
"prediction:trivial:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 56.395446509283687, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 38.267187498251623, | |
"prediction:trivial:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 20.509628352765585, | |
"prediction:trivial:errorMetric='aae':steps=1:window=1000:field=consumption": 5.7238307349665911, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=1:window=1000:field=consumption": 5.4587445015589253, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 19.559771450916191, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=5:window=1000:field=consumption": 10.749467952458319 | |
} | |
</JSON> | |
<JSON> | |
{ | |
"prediction:trivial:errorMetric='aae':steps=5:window=1000:field=consumption": 15.78999999999999, | |
"prediction:trivial:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 55.874447564767536, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 38.380101733901824, | |
"prediction:trivial:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 20.501784037558668, | |
"prediction:trivial:errorMetric='aae':steps=1:window=1000:field=consumption": 5.7580168776371314, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=1:window=1000:field=consumption": 5.4467536215338113, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 19.393511486249949, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=5:window=1000:field=consumption": 10.846135090209742 | |
} | |
</JSON> | |
<JSON> | |
{ | |
"prediction:trivial:errorMetric='aae':steps=5:window=1000:field=consumption": 15.725050505050495, | |
"prediction:trivial:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 55.295947942714172, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 38.895697089636712, | |
"prediction:trivial:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 20.417233752977179, | |
"prediction:trivial:errorMetric='aae':steps=1:window=1000:field=consumption": 5.7721442885771523, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=1:window=1000:field=consumption": 5.4903158601574509, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 19.420349993043025, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=5:window=1000:field=consumption": 11.061150480634314 | |
} | |
</JSON> | |
2013-06-10 11:00:06,342 - com.numenta.nupic.frameworks.opf.experiment_runner._TaskRunner(33278) - INFO - DefaultTask: ITERATION PROGRESS: 500 of -1 | |
<JSON> | |
{ | |
"prediction:trivial:errorMetric='aae':steps=5:window=1000:field=consumption": 15.714038461538452, | |
"prediction:trivial:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 55.136977058029615, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 37.857374637853574, | |
"prediction:trivial:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 20.54961482518987, | |
"prediction:trivial:errorMetric='aae':steps=1:window=1000:field=consumption": 5.8238549618320592, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=1:window=1000:field=consumption": 5.5431019494384488, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 19.558970946949206, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=5:window=1000:field=consumption": 10.789351771788278 | |
} | |
</JSON> | |
<JSON> | |
{ | |
"prediction:trivial:errorMetric='aae':steps=5:window=1000:field=consumption": 15.884770642201822, | |
"prediction:trivial:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 56.213394283339525, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 36.519851090071072, | |
"prediction:trivial:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 20.687576955479205, | |
"prediction:trivial:errorMetric='aae':steps=1:window=1000:field=consumption": 5.8147540983606527, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=1:window=1000:field=consumption": 5.3235289000077977, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 18.939909053880363, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=5:window=1000:field=consumption": 10.319772820142182 | |
} | |
</JSON> | |
<JSON> | |
{ | |
"prediction:trivial:errorMetric='aae':steps=5:window=1000:field=consumption": 15.965614035087706, | |
"prediction:trivial:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 57.236660041761951, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 37.252337050758648, | |
"prediction:trivial:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 20.8236032642812, | |
"prediction:trivial:errorMetric='aae':steps=1:window=1000:field=consumption": 5.7790940766550492, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=1:window=1000:field=consumption": 5.2121463080707402, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 18.780740620418094, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=5:window=1000:field=consumption": 10.391179967934084 | |
} | |
</JSON> | |
<JSON> | |
{ | |
"prediction:trivial:errorMetric='aae':steps=5:window=1000:field=consumption": 15.854621848739487, | |
"prediction:trivial:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 56.647110748148911, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 37.769418780999331, | |
"prediction:trivial:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 20.852339137471127, | |
"prediction:trivial:errorMetric='aae':steps=1:window=1000:field=consumption": 5.8078464106844701, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=1:window=1000:field=consumption": 5.2370117586652487, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 18.802829402945914, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=5:window=1000:field=consumption": 10.57105727566152 | |
} | |
</JSON> | |
2013-06-10 11:00:08,230 - com.numenta.nupic.frameworks.opf.experiment_runner._TaskRunner(33278) - INFO - DefaultTask: ITERATION PROGRESS: 600 of -1 | |
<JSON> | |
{ | |
"prediction:trivial:errorMetric='aae':steps=5:window=1000:field=consumption": 15.802741935483864, | |
"prediction:trivial:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 56.295032233598711, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 37.895283656087749, | |
"prediction:trivial:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 20.897525609993888, | |
"prediction:trivial:errorMetric='aae':steps=1:window=1000:field=consumption": 5.8387820512820463, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=1:window=1000:field=consumption": 5.2472050047759096, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 18.780218203917297, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=5:window=1000:field=consumption": 10.637695093665853 | |
} | |
</JSON> | |
<JSON> | |
{ | |
"prediction:trivial:errorMetric='aae':steps=5:window=1000:field=consumption": 15.831007751937973, | |
"prediction:trivial:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 56.240051552921528, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 38.552193573244104, | |
"prediction:trivial:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 20.912764963021992, | |
"prediction:trivial:errorMetric='aae':steps=1:window=1000:field=consumption": 5.8602465331278841, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=1:window=1000:field=consumption": 5.2558269315780954, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 18.755844602282913, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=5:window=1000:field=consumption": 10.852053980390355 | |
} | |
</JSON> | |
<JSON> | |
{ | |
"prediction:trivial:errorMetric='aae':steps=5:window=1000:field=consumption": 15.805373134328347, | |
"prediction:trivial:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 56.087497682794357, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 38.729566262887786, | |
"prediction:trivial:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 20.912278104162127, | |
"prediction:trivial:errorMetric='aae':steps=1:window=1000:field=consumption": 5.8675074183976212, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=1:window=1000:field=consumption": 5.2833318388582722, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 18.830228383580234, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=5:window=1000:field=consumption": 10.913933967559002 | |
} | |
</JSON> | |
<JSON> | |
{ | |
"prediction:trivial:errorMetric='aae':steps=5:window=1000:field=consumption": 15.805899280575529, | |
"prediction:trivial:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 56.026704884504852, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 37.628262416843334, | |
"prediction:trivial:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 20.907660421748364, | |
"prediction:trivial:errorMetric='aae':steps=1:window=1000:field=consumption": 5.8736766809728111, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=1:window=1000:field=consumption": 5.2188969451530252, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 18.576937586439893, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=5:window=1000:field=consumption": 10.615447170946855 | |
} | |
</JSON> | |
2013-06-10 11:00:10,204 - com.numenta.nupic.frameworks.opf.experiment_runner._TaskRunner(33278) - INFO - DefaultTask: ITERATION PROGRESS: 700 of -1 | |
<JSON> | |
{ | |
"prediction:trivial:errorMetric='aae':steps=5:window=1000:field=consumption": 15.949444444444435, | |
"prediction:trivial:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 56.735191964704661, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 37.291709520527071, | |
"prediction:trivial:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 20.992940688961081, | |
"prediction:trivial:errorMetric='aae':steps=1:window=1000:field=consumption": 5.87776243093922, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=1:window=1000:field=consumption": 5.2276330859126237, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 18.670947083289679, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=5:window=1000:field=consumption": 10.483476456835186 | |
} | |
</JSON> | |
<JSON> | |
{ | |
"prediction:trivial:errorMetric='aae':steps=5:window=1000:field=consumption": 16.026711409395965, | |
"prediction:trivial:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 57.461102742659563, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 38.171205404949589, | |
"prediction:trivial:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 21.16869698935578, | |
"prediction:trivial:errorMetric='aae':steps=1:window=1000:field=consumption": 5.8813084112149516, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=1:window=1000:field=consumption": 5.2467905269390567, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 18.884865588684718, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=5:window=1000:field=consumption": 10.646487170872343 | |
} | |
</JSON> | |
<JSON> | |
{ | |
"prediction:trivial:errorMetric='aae':steps=5:window=1000:field=consumption": 16.006493506493502, | |
"prediction:trivial:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 57.173738582647822, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 39.03293930777442, | |
"prediction:trivial:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 21.199305153445241, | |
"prediction:trivial:errorMetric='aae':steps=1:window=1000:field=consumption": 5.9126614987080091, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=1:window=1000:field=consumption": 5.2837778050789614, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 18.944500387405252, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=5:window=1000:field=consumption": 10.927752934436693 | |
} | |
</JSON> | |
<JSON> | |
{ | |
"prediction:trivial:errorMetric='aae':steps=5:window=1000:field=consumption": 16.03710691823899, | |
"prediction:trivial:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 57.109645861515858, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 39.699273443351103, | |
"prediction:trivial:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 21.13710579288745, | |
"prediction:trivial:errorMetric='aae':steps=1:window=1000:field=consumption": 5.9138923654568201, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=1:window=1000:field=consumption": 5.2951995310256255, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 18.925808209749349, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=5:window=1000:field=consumption": 11.148055344823119 | |
} | |
</JSON> | |
2013-06-10 11:00:12,135 - com.numenta.nupic.frameworks.opf.experiment_runner._TaskRunner(33278) - INFO - DefaultTask: ITERATION PROGRESS: 800 of -1 | |
<JSON> | |
{ | |
"prediction:trivial:errorMetric='aae':steps=5:window=1000:field=consumption": 15.993536585365851, | |
"prediction:trivial:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 56.663944661196616, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 40.683689067265021, | |
"prediction:trivial:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 21.06096629572253, | |
"prediction:trivial:errorMetric='aae':steps=1:window=1000:field=consumption": 5.9234223300970879, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=1:window=1000:field=consumption": 5.3202882533764972, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 18.916498831859304, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=5:window=1000:field=consumption": 11.483070467745495 | |
} | |
</JSON> | |
<JSON> | |
{ | |
"prediction:trivial:errorMetric='aae':steps=5:window=1000:field=consumption": 15.905207100591706, | |
"prediction:trivial:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 56.09002850429637, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 41.210424574976642, | |
"prediction:trivial:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 20.843458362683723, | |
"prediction:trivial:errorMetric='aae':steps=1:window=1000:field=consumption": 5.8901060070671374, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=1:window=1000:field=consumption": 5.4493920298977807, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 19.283893318869474, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=5:window=1000:field=consumption": 11.685862087199878 | |
} | |
</JSON> | |
<JSON> | |
{ | |
"prediction:trivial:errorMetric='aae':steps=5:window=1000:field=consumption": 15.871724137931023, | |
"prediction:trivial:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 55.996723345755818, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 40.466195320701651, | |
"prediction:trivial:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 20.791666160382636, | |
"prediction:trivial:errorMetric='aae':steps=1:window=1000:field=consumption": 5.8734553775743716, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=1:window=1000:field=consumption": 5.3678640829694553, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 19.001904472372264, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=5:window=1000:field=consumption": 11.469747704273335 | |
} | |
</JSON> | |
<JSON> | |
{ | |
"prediction:trivial:errorMetric='aae':steps=5:window=1000:field=consumption": 15.891061452513956, | |
"prediction:trivial:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 56.443195663130489, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 40.566007257550254, | |
"prediction:trivial:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 20.87576253651649, | |
"prediction:trivial:errorMetric='aae':steps=1:window=1000:field=consumption": 5.8582869855394897, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=1:window=1000:field=consumption": 5.3539755183905884, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 19.078669553767508, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=5:window=1000:field=consumption": 11.420985410894168 | |
} | |
</JSON> | |
2013-06-10 11:00:14,123 - com.numenta.nupic.frameworks.opf.experiment_runner._TaskRunner(33278) - INFO - DefaultTask: ITERATION PROGRESS: 900 of -1 | |
<JSON> | |
{ | |
"prediction:trivial:errorMetric='aae':steps=5:window=1000:field=consumption": 15.911956521739121, | |
"prediction:trivial:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 56.678578757244843, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 41.423577604660068, | |
"prediction:trivial:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 20.938182802560043, | |
"prediction:trivial:errorMetric='aae':steps=1:window=1000:field=consumption": 5.8596320346320354, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=1:window=1000:field=consumption": 5.3887575571757695, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 19.255610274495425, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=5:window=1000:field=consumption": 11.629264181857863 | |
} | |
</JSON> | |
<JSON> | |
{ | |
"prediction:trivial:errorMetric='aae':steps=5:window=1000:field=consumption": 15.877354497354487, | |
"prediction:trivial:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 56.378413719507428, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 42.403291043353128, | |
"prediction:trivial:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 20.905208004924226, | |
"prediction:trivial:errorMetric='aae':steps=1:window=1000:field=consumption": 5.8692307692307732, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=1:window=1000:field=consumption": 5.3944222352599782, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 19.214020257253928, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=5:window=1000:field=consumption": 11.941664181957337 | |
} | |
</JSON> | |
<JSON> | |
{ | |
"prediction:trivial:errorMetric='aae':steps=5:window=1000:field=consumption": 15.844123711340194, | |
"prediction:trivial:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 56.135993396109079, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 43.023205899898755, | |
"prediction:trivial:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 20.833911019329946, | |
"prediction:trivial:errorMetric='aae':steps=1:window=1000:field=consumption": 5.86262833675565, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=1:window=1000:field=consumption": 5.4023763086888037, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 19.198322124995013, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=5:window=1000:field=consumption": 12.143100273054133 | |
} | |
</JSON> | |
<JSON> | |
{ | |
"prediction:trivial:errorMetric='aae':steps=5:window=1000:field=consumption": 15.79628140703516, | |
"prediction:trivial:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 55.844815701768546, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 43.739491058637391, | |
"prediction:trivial:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 20.789707187222685, | |
"prediction:trivial:errorMetric='aae':steps=1:window=1000:field=consumption": 5.8633633633633666, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=1:window=1000:field=consumption": 5.4222540614956172, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 19.225667462055405, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=5:window=1000:field=consumption": 12.372165628632448 | |
} | |
</JSON> | |
2013-06-10 11:00:16,162 - com.numenta.nupic.frameworks.opf.experiment_runner._TaskRunner(33278) - INFO - DefaultTask: ITERATION PROGRESS: 1000 of -1 | |
<JSON> | |
{ | |
"prediction:trivial:errorMetric='aae':steps=5:window=1000:field=consumption": 15.79628140703516, | |
"prediction:trivial:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 55.844815701768546, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=5:window=1000:field=consumption": 43.739491058637391, | |
"prediction:trivial:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 20.789707187222685, | |
"prediction:trivial:errorMetric='aae':steps=1:window=1000:field=consumption": 5.8633633633633666, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=1:window=1000:field=consumption": 5.4222540614956172, | |
"multiStepBestPredictions:multiStep:errorMetric='altMAPE':steps=1:window=1000:field=consumption": 19.225667462055405, | |
"multiStepBestPredictions:multiStep:errorMetric='aae':steps=5:window=1000:field=consumption": 12.372165628632448 | |
} | |
</JSON> | |
DEBUG: Result of PyRegion::executeCommand : 'None' | |
2013-06-10 11:00:16,166 - com.numenta.nupic.frameworks.opf.clamodel.CLAModel(33278) - INFO - (<nupic.frameworks.opf.clamodel.CLAModel object at 0x10a4e0f90>) Creating local checkpoint in '/Users/nupic/nta/nupic/examples/opf/experiments/multistep/hotgym/savedmodels/DefaultTask.nta'... | |
2013-06-10 11:00:16,166 - com.numenta.nupic.frameworks.opf.clamodel.CLAModel(33278) - INFO - (<nupic.frameworks.opf.clamodel.CLAModel object at 0x10a4e0f90>) Pickling Model instance... | |
2013-06-10 11:00:16,168 - com.numenta.nupic.frameworks.opf.clamodel.CLAModel(33278) - INFO - (<nupic.frameworks.opf.clamodel.CLAModel object at 0x10a4e0f90>) Finished pickling Model instance | |
2013-06-10 11:00:19,397 - com.numenta.nupic.frameworks.opf.clamodel.CLAModel(33278) - INFO - Finished serializing Temporal network | |
2013-06-10 11:00:19,397 - com.numenta.nupic.frameworks.opf.clamodel.CLAModel(33278) - INFO - (<nupic.frameworks.opf.clamodel.CLAModel object at 0x10a4e0f90>) Finished creating local checkpoint |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment