add bare Python 3.9.5 easyconfig and use that as builddep for LLVM 11.1.0#13035
Conversation
| ('ncurses', '6.2'), | ||
| ('SQLite', '3.35.4'), | ||
| ('XZ', '5.2.5'), | ||
| ('libffi', '3.3'), |
There was a problem hiding this comment.
the # required for cryptography comment in the full Python easyconfigs is now misleading, libffi is now also required to build Python itself - Python used to bundle libffi, but not anymore (since 3.7?)
There was a problem hiding this comment.
Then we should tweak the comment there to reflect that (best in a separate PR)?
There was a problem hiding this comment.
confirmed the change was on 3.7.0, will do
|
@boegelbot please test @ generoso |
|
@migueldiascosta: Request for testing this PR well received on generoso PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 854473314 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
|
Test report by @boegel |
|
Test report by @boegel |
|
Test report by @lexming |
|
Going in, thanks @migueldiascosta ! |
(created using
eb --new-pr)the full Python 3.9.5 is a pretty "heavy" builddep, particularly now that it requires Rust, which builds it's own LLVM...
this seems to make more sense (?)