-
Notifications
You must be signed in to change notification settings - Fork 7
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
compile error for numpy #2
Comments
Thanks for letting me know! It seems that it's trying to link to the python2.6 library, but what we're cross-compiling is python2.7 (2.7.3, specifically). Here's the corresponding lines in my build:
My best guess is that you have Python 2.6 installed on your system natively, not Python 2.7, which I had on all my test platforms (via Anaconda, but that shouldn't be necessary). Can you try running I've done my best to make Numpy's build process not assume anything about what's already installed on your system, but it's possible that somewhere in there, it's using whatever You might be able to fix it by upgrading your native python to the latest 2.7. Otherwise, I can try to drill down and make sure that Numpy is using the non-MIC 2.7.3 |
Thank you, you were right. I did not change my environment variables to point to python27. However, I have another problem; I would assume I need the BLAS (openblas) libaries compiled for the XeonPhi? - Do you have any suggestions?
|
Intel should have openblas already compiled for the Phi in |
Thank you. Turns out when uninstalling openblas on the host this error doesn't appear.
|
I'll need to look at this tomorrow, but when I compile I don't see it touching _logit.c for some reason. However can you see a libnpymath in your |
The libnpymath libary was in: I tried to include that Thank you very much, I was able to get both libaries to work on theMIC |
Thank you very much for this package. The cross-compilation of python works however we get an error for the numpy package. We would be very grateful if you could give us directions to solve this.
In the Makefile:
Error Message:
The text was updated successfully, but these errors were encountered: