Generate pyver etc. when depending on Python-core#2559
Generate pyver etc. when depending on Python-core#2559Micket wants to merge 1 commit intoeasybuilders:developfrom
Conversation
|
@Micket I wonder if there's a better way of handling this... The amount of elements in that list is fairly limited now, but it could grow over time, so it's important to keep this organized. At the very least, it should be grouped like I also wonder how flexible this should be w.r.t. name (what if people go with |
|
@boegel It's not quite the same as easybuilders/easybuild-easyconfigs#5072, because (as it's title suggest) would be limited as a only a build-dep, which, in my opinion, renders it completely pointless. (As long as we move the interpreter and libpython to GCCcore, to be used as runtime depedencies, I'm perfectly happy with any solution, but, from the experience so far, there may be a big cost due to keeping the basic name "Python" to refer to the numpy bundle, such as issues like this) |
|
@Micket is this still valid? |
|
No |
As I've started to use Python-core at GCCcore level, I found that when moving some depedencies, like wheel-0.31.1 to GCCcore 7.3.0, it failed as %(pyver) initialized by the template code.
This simply introduces name Python-core as an alternative as a fix.