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: 12.2.0/Makefile
===================================================================
--- 12.2.0/Makefile	(revision 417)
+++ 12.2.0/Makefile	(revision 418)
@@ -61,18 +61,18 @@
 SOURCE_REQUIRES    = sources/GNU/gcc/gcc-12.2.0
 
 REQUIRES           = dev/binutils/2.43.1
-REQUIRES          += libs/isl/0.25
-REQUIRES          += libs/mpc/1.2.1
-REQUIRES          += libs/zstd/1.5.2
+REQUIRES          += libs/isl/0.27
+REQUIRES          += libs/mpc/1.3.1
+REQUIRES          += libs/zstd/1.5.6
 ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER8_GLIBC) $(TOOLCHAIN_POWER9_GLIBC)),)
-REQUIRES          += libs/isl/0.25-ppc32
-REQUIRES          += libs/mpc/1.2.1-ppc32
-REQUIRES          += libs/zstd/1.5.2-ppc32
+REQUIRES          += libs/isl/0.27-ppc32
+REQUIRES          += libs/mpc/1.3.1-ppc32
+REQUIRES          += libs/zstd/1.5.6-ppc32
 endif
 ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_X86_64_GLIBC)),)
-REQUIRES          += libs/isl/0.25-x86_32
-REQUIRES          += libs/mpc/1.2.1-x86_32
-REQUIRES          += libs/zstd/1.5.2-x86_32
+REQUIRES          += libs/isl/0.27-x86_32
+REQUIRES          += libs/mpc/1.3.1-x86_32
+REQUIRES          += libs/zstd/1.5.6-x86_32
 endif
 
 # ======= __END_OF_REQUIRES__ =======