This commit is contained in:
Artur Gurgul 2025-08-03 14:47:59 +02:00
parent 0c98334d1c
commit 9e900d3b79
6 changed files with 36 additions and 8 deletions

View file

@ -9,7 +9,7 @@ repository:
branch: main
steps:
- echo installing in $PREFIX
- echo installing in $PREFIX and cpus $CPUS
- cd $WORK_DIR
- ls

View file

@ -18,6 +18,9 @@ repository:
branch: v3.13.5
steps:
- ./configure --enable-optimizations --prefix=$HOME/.local
- make -j"$(nproc)"
- make install
# 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

View file

@ -19,4 +19,4 @@ steps:
# --with-readline-dir=$(brew --prefix readline)
# --with-yaml-dir=$(brew --prefix libyaml)
- make -j$(sysctl -n hw.ncpu)
- make install
- make install