Skip to content
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

rpath's sanity check crashes when building numpy #2009

Closed
pescobar opened this issue Nov 19, 2016 · 3 comments
Closed

rpath's sanity check crashes when building numpy #2009

pescobar opened this issue Nov 19, 2016 · 3 comments
Milestone

Comments

@pescobar
Copy link
Member

while doing my first test with rpath I have found that the sanity check in rpath crashes when building numpy. This is the error message:

AttributeError: 'EB_numpy' object has no attribute 'modules_tool'

This is the full debug log:
https://gist.github.com/anonymous/41ce31fd5419b76a3a9b03135adc1578

@pescobar
Copy link
Member Author

in case this makes any difference, I am not getting this error when building a numpy easyconfig. I get the error when building a python easyconfig which includes numpy in the extensions list.

@boegel boegel added this to the 3.0.1 milestone Nov 19, 2016
@boegel
Copy link
Member

boegel commented Nov 20, 2016

@pescobar it does make a difference, EB_numpy inherits both from EasyBlock and Extension, and apparently in the latter case something is broken, but only when --rpath is used, which is kind of weird...

@boegel
Copy link
Member

boegel commented Nov 26, 2016

fixed in #2026, kind of a silly bug...

@boegel boegel closed this as completed Nov 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants