From 0989d76991565f64037fda760d77075e67f8fc5b Mon Sep 17 00:00:00 2001 From: MADELA Patrick <patrick.madela@synchrotron-soleil.fr> Date: Wed, 7 Feb 2024 12:33:12 +0100 Subject: [PATCH] Add x86_64 platform because the latest build version of cmake does not still support glibc of CentOS 6 --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 71734c4..21f0d17 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ # Cmake -Pipeline to build recent version of Cmake for our legacy CentOS 32 bits platform. - -Cmake provides independent 64 bits Linux distribution that works on CentOS 6 64 bits but they are not available for 32 bits: -* https://cmake.org/files/v3.26/cmake-3.28.3-linux-x86_64.tar.gz +Pipeline to build recent version of Cmake for our legacy CentOS 6 32 and 64 bits platform. Allows to build Cmake for: +* CentOS 6.10 64 bits: [cmake-3.28.3-linux-x86_64.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/devtools/cmake/-/jobs/artifacts/3.28.3/download?job=linux-x86_64) * CentOS 6.10 32 bits: [cmake-3.28.3-linux-i686.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/devtools/cmake/-/jobs/artifacts/3.28.3/download?job=linux-i686) -- GitLab