WIP add pyresample - #70
Conversation
|
Looking at my Python 3.13 attempt, I had to go to:
So looks like But we now reach the I guess the question is: which one should be default? cc @climbfuji |
I do not see a need for having to build LLVM for anything EPIC-related, at least at this point in time. |
I agree. I would make the default ~performance. If individual applications (templates) or sites (site configs) need the pandas performance, then they can enable that in the appropriate place. Maybe you can make it a |
|
I am getting close to getting a Python 3.13 unified-env built on discover. I hope. (Currently in Rust + Python hell). Once I can finally get that happy, I'll start trickling in these updates as well! If nothing else, |
WIP
Addresses:
Changes to
common/packages.yamlthat result in a successful build:Note that
py-numexprwould build with thegcccompiler but not theoneapicompiler.Attempting to concretize for
python@3.13resulted in a number of errors, primarily because a version ofsetuptoolscould not be satisfied in some package recipes.