savew
This commit is contained in:
parent
bf428ec0ec
commit
e02ab48e51
4 changed files with 54 additions and 0 deletions
29
recipes/python-idf.yml
Normal file
29
recipes/python-idf.yml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
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
|
||||
|
||||
package:
|
||||
name: python
|
||||
|
||||
repository:
|
||||
url: https://github.com/python/cpython.git
|
||||
branch: v3.10.18
|
||||
|
||||
steps:
|
||||
# dat make -t pkg --cache --name python
|
||||
# - ./configure --enable-optimizations --prefix=$HOME/.local
|
||||
# - make -j"$(nproc)"
|
||||
- ./configure --enable-optimizations --prefix=$PREFIX
|
||||
- make -j$CPUS
|
||||
- $SUDO make install
|
||||
Loading…
Add table
Add a link
Reference in a new issue