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
Current numpy easyblock is a child of fortranpythonpackage and this one wants to run "python setup.py build" to build it. Newer numpy comes without setup.py and seems to be using meson build system. Therefore numpy easyblock needs to be adapted.
Not sure how to even start here. Would adapted numpy easyblock need to become a child of mesonninja easyblock? Can import lines at the top be also selected by "if LooseVersion..." conditions? How would that then affect the rest of the code?
The text was updated successfully, but these errors were encountered:
Current numpy easyblock is a child of fortranpythonpackage and this one wants to run "python setup.py build" to build it. Newer numpy comes without setup.py and seems to be using meson build system. Therefore numpy easyblock needs to be adapted.
Not sure how to even start here. Would adapted numpy easyblock need to become a child of mesonninja easyblock? Can import lines at the top be also selected by "if LooseVersion..." conditions? How would that then affect the rest of the code?
The text was updated successfully, but these errors were encountered: