You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
@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...
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
The text was updated successfully, but these errors were encountered: