init
This commit is contained in:
commit
b3dba4542f
44 changed files with 1596 additions and 0 deletions
23
recipes/python.yml
Normal file
23
recipes/python.yml
Normal file
|
@ -0,0 +1,23 @@
|
|||
packages:
|
||||
- build-essential
|
||||
- zlib1g-dev
|
||||
- libncurses5-dev
|
||||
- libgdbm-dev
|
||||
- libnss3-dev
|
||||
- libssl-dev
|
||||
- libreadline-dev
|
||||
- libffi-dev
|
||||
- curl
|
||||
- libsqlite3-dev
|
||||
- wget
|
||||
- libbz2-dev
|
||||
- liblzma-dev
|
||||
|
||||
repository:
|
||||
url: https://github.com/python/cpython.git
|
||||
branch: v3.13.5
|
||||
|
||||
steps:
|
||||
- ./configure --enable-optimizations --prefix=$HOME/.local
|
||||
- make -j"$(nproc)"
|
||||
- make install
|
Loading…
Add table
Add a link
Reference in a new issue