-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install of boost/gcc/numpy is required for compilation of crosscat #6
Comments
numpy version is specified in requirements.txt Not sure what the minimum required version of gcc is. Boost is something like >= 1.48. Do you have thoughts on what to do about the gcc version? Or where to specify the minimum version of boost? |
Boost 1.48 did not work for me - I had to get 1.49, my suggestion is to put the gcc right in the install /requirements (4.7.3 worked for me). |
Can you tell me more about your system? ie, which OS and as much version information as possible. Boost 1.48 and the install process definitely works when run on a bare Ubuntu server 12.04 system. We build a VM using vm-install-crosscat to verify. |
Thanks for reporting the issue with the dha_example.py. This commit should address it. |
Thanks - apologies - unfortunately I just tried it on 13.04, will try on 12.04 again. |
Not extremely important but - For a baremetal machine - either of them may not be installed by default. Adding required versions of these dependencies will be great. Again - not a very big deal but dha_example requires a filename parameter mention in the command line, I guess these are just simple typos.
The text was updated successfully, but these errors were encountered: