Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151436330
D55044.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
956 B
Referenced Files
None
Subscribers
None
D55044.id.diff
View Options
diff --git a/lang/python312/Makefile b/lang/python312/Makefile
--- a/lang/python312/Makefile
+++ b/lang/python312/Makefile
@@ -40,7 +40,8 @@
TEST_TARGET= buildbottest
TEST_ARGS= TESTOPTS=-j${MAKE_JOBS_NUMBER}
-MAKE_ARGS+= INSTALL_SHARED="${INSTALL_LIB}" # Strip shared library
+MAKE_ARGS+= COMPILEALL_OPTS=-j${MAKE_JOBS_NUMBER} \
+ INSTALL_SHARED="${INSTALL_LIB}" # Strip shared library
SUB_FILES= pkg-message
SUB_LIST= PYTHON_SUFFIX=${PYTHON_SUFFIX}
diff --git a/lang/python313/Makefile b/lang/python313/Makefile
--- a/lang/python313/Makefile
+++ b/lang/python313/Makefile
@@ -35,7 +35,8 @@
TEST_TARGET= test
TEST_ARGS= TESTOPTS=-j${MAKE_JOBS_NUMBER}
-MAKE_ARGS+= INSTALL_SHARED="${INSTALL_LIB}" # Strip shared library
+MAKE_ARGS+= COMPILEALL_OPTS=-j${MAKE_JOBS_NUMBER} \
+ INSTALL_SHARED="${INSTALL_LIB}" # Strip shared library
SUB_FILES= pkg-message
SUB_LIST= PYTHON_SUFFIX=${PYTHON_BASESUFFIX}${THREADFLAG}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 9, 9:49 AM (4 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31150301
Default Alt Text
D55044.id.diff (956 B)
Attached To
Mode
D55044: lang/python3{12,13}: limit parallel .pyc compilation to MAKE_JOBS
Attached
Detach File
Event Timeline
Log In to Comment