nupic.core-legacy
nupic.core-legacy copied to clipboard
Bundled swig version is old
We're on 3.0.2 which was released in 2014.
I'm not sure how to install the binary swig files for win, can someone help me with that in the PR?
I'm not sure how to install the binary swig files for win
@breznak - could you please specify which binary windows swig files you're having trouble with?
If it's swig.exe
files, then all of the following are the same win32 version of swig.exe
:
~/nta/nupic.core/external (breznak-update_capnp)$ find ./ -name swig.exe
./windows32-gcc/bin/swig.exe
./windows64/bin/swig.exe
./windows64-gcc/bin/swig.exe
See discussion in https://github.com/numenta/nupic.core/pull/1407#issuecomment-374309233