Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
Index: Makefile
===================================================================
--- Makefile	(revision 447)
+++ Makefile	(revision 448)
@@ -14,7 +14,7 @@
 
 REQUIRES           = libs/boost/1.77.0
 REQUIRES          += dev/python2/2.7.18-x86_32
-REQUIRES          += dev/python3/3.10.8-x86_32
+REQUIRES          += dev/python3/3.12.9-x86_32
 REQUIRES          += libs/icu4c/76.1-x86_32
 REQUIRES          += libs/zlib/1.3.1-x86_32
 REQUIRES          += libs/zstd/1.5.6-x86_32
@@ -86,7 +86,7 @@
 
 
 PYTHON2_VERSION = 2.7
-PYTHON3_VERSION = 3.10
+PYTHON3_VERSION = 3.12
 
 build_libs = atomic chrono container context contract coroutine    \
              date_time exception fiber filesystem graph headers    \
@@ -120,7 +120,7 @@
 	@echo "    <root>\"$(TOOLCHAIN_PATH)/bin\""                         >> $(build_with_python3)/user-config.jam
 	@echo "  ;"                                                         >> $(build_with_python3)/user-config.jam
 	@echo ""                                                            >> $(build_with_python3)/user-config.jam
-	@echo "using python : 3.10 : :"                                     >> $(build_with_python3)/user-config.jam
+	@echo "using python : 3.12 : :"                                     >> $(build_with_python3)/user-config.jam
 	@echo "    $(TARGET_DEST_DIR)/usr/include/python$(PYTHON3_VERSION)" >> $(build_with_python3)/user-config.jam
 	@echo "  : $(TARGET_DEST_DIR)/usr/lib$(MULTILIB_X86_32_SUFFIX)/python$(PYTHON3_VERSION)/config-$(PYTHON3_VERSION)-*" >> $(build_with_python3)/user-config.jam
 	@echo "  :"                                                         >> $(build_with_python3)/user-config.jam