From 5ec71e63c61c62ecedf53dbf66a22e929091aa06 Mon Sep 17 00:00:00 2001 From: Nadeem Yaseen <70559777+NadeemYaseen@users.noreply.github.com> Date: Fri, 1 Nov 2024 01:20:04 +0500 Subject: [PATCH 1/2] Update install_centos_dependencies_build.sh to python3-devel --- .github/scripts/install_centos_dependencies_build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scripts/install_centos_dependencies_build.sh b/.github/scripts/install_centos_dependencies_build.sh index 82ee5150e..553db1615 100644 --- a/.github/scripts/install_centos_dependencies_build.sh +++ b/.github/scripts/install_centos_dependencies_build.sh @@ -29,7 +29,7 @@ yum install -y libffi-devel yum install -y git yum install -y graphviz yum install -y pkgconfig -yum install -y python3 +yum install -y python3-devel yum install -y boost-system yum install -y boost-python yum install -y boost-filesystem @@ -37,7 +37,7 @@ yum install -y zlib-devel yum install http://repo.okay.com.mx/centos/7/x86_64/release/okay-release-1-1.noarch.rpm yum install -y ninja-build yum install -y wget -yum install -y openssl-devel +yum install -y openssl-devel yum install -y java-11-openjdk-devel pip3 install orderedmultidict From 576023a0c3426975489764596f509c37b8813c63 Mon Sep 17 00:00:00 2001 From: NadeemYaseen Date: Thu, 31 Oct 2024 20:20:45 +0000 Subject: [PATCH 2/2] Incremented patch version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 53fa5d109..b8a716ee9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ set(VERSION_MINOR 0) -set(VERSION_PATCH 379) +set(VERSION_PATCH 380)