File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1090,6 +1090,11 @@ kind: pip
10901090packages : mdit-py-plugins
10911091...
10921092---
1093+ flags : --pre --upgrade --no-build-isolation
1094+ kind : pip
1095+ packages : markdown-it-py<4
1096+ ...
1097+ ---
10931098default_branch : master
10941099function : main_build
10951100kind : source_install
@@ -1099,7 +1104,7 @@ proj_name: MyST-Parser
10991104---
11001105flags : --pre --upgrade --no-build-isolation
11011106kind : pip
1102- packages : jupyterlab-git jupyterlab-spellchecker mdit-py-plugins nbdime gitpython jupyter-server-mathjax
1107+ packages : jupyterlab-git jupyterlab-spellchecker nbdime gitpython jupyter-server-mathjax
11031108 colorama gitdb smmap jupyterlab
11041109...
11051110---
Original file line number Diff line number Diff line change @@ -58,7 +58,8 @@ with with_pushd(wd):
5858 @('--with-pydebug' if args .debug else '' ) \
5959 @('--disable-gil' if args .freethread else '' ) \
6060 @('--enable-experimental-jit' if args .jit else '' )
61- make - j $(nproc )
61+ nproc = $(nproc )
62+ make - j @(nproc )
6263 make install
6364
6465$HOME / .pybuild / @(args .target )/ bin / python3 - m venv - - copies - - clear ~ / .virtualenvs / @(args .target )
You can’t perform that action at this time.
0 commit comments