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)
@@ -61,7 +61,7 @@
 SOURCE_REQUIRES    = sources/packages/l/boost
 
 REQUIRES           = dev/python2/2.7.18
-REQUIRES          += dev/python3/3.10.8
+REQUIRES          += dev/python3/3.12.9
 REQUIRES          += libs/icu4c/76.1
 REQUIRES          += libs/zlib/1.3.1
 REQUIRES          += libs/zstd/1.5.6
@@ -189,7 +189,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    \
@@ -223,7 +223,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$(LIBSUFFIX)/python$(PYTHON3_VERSION)/config-$(PYTHON3_VERSION)-*" >> $(build_with_python3)/user-config.jam
 	@echo "  :"                                                         >> $(build_with_python3)/user-config.jam