From b325fca9a3f0cce600c95e43c0715642af0edfb8 Mon Sep 17 00:00:00 2001 From: billschereriii Date: Wed, 7 Jun 2023 17:56:15 -0500 Subject: [PATCH 1/2] Update version of Hiredis --- Makefile | 2 +- doc/changelog.rst | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 585bd6fe4..6f1d27c9f 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ SR_TEST_DEVICE := cpu # Params for third-party software HIREDIS_URL := https://github.com/redis/hiredis.git -HIREDIS_VER := v1.0.0 +HIREDIS_VER := v1.1.0 RPP_URL := https://github.com/sewenew/redis-plus-plus.git RPP_VER := 1.3.5 PYBIND_URL := https://github.com/pybind/pybind11.git diff --git a/doc/changelog.rst b/doc/changelog.rst index 789bf9106..48f5c8e09 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -8,6 +8,7 @@ To be released at some future point in time Description +- Update Hiredis version to 1.1.0 - Enable parallel build for the SmartRedis examples - Experimental support for Nvidia toolchain - Major revamp of build and test systems for SmartRedis @@ -21,6 +22,7 @@ Description Detailed Notes +- Updated to the latest version of Hiredis (1.1.0) - Enable parallel build for the SmartRedis examples by moving utility Fortran code into a small static library (PR349_) - For the NVidia toolchain only: Replaces the assumed rank feature of F2018 used @@ -40,6 +42,7 @@ users need not import `iso_c_binding` in their own applications (PR340_) - New pip-install target in Makefile will be a dependency of the lib target going forward so that users don't have to manually pip install SmartRedis in the future (PR330_) - Added ConfigOptions class and API, which will form the backbone of multiDB support (PR303_) +.. _PR350: https://github.com/CrayLabs/SmartRedis/pull/350 .. _PR349: https://github.com/CrayLabs/SmartRedis/pull/349 .. _PR346: https://github.com/CrayLabs/SmartRedis/pull/346 .. _PR341: https://github.com/CrayLabs/SmartRedis/pull/341 From d395df490760f1c177e1582e00a4bdd34a85a58c Mon Sep 17 00:00:00 2001 From: billschereriii Date: Wed, 7 Jun 2023 17:58:17 -0500 Subject: [PATCH 2/2] Fix PR number --- doc/changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index 48f5c8e09..cff1ebe89 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -22,7 +22,7 @@ Description Detailed Notes -- Updated to the latest version of Hiredis (1.1.0) +- Updated to the latest version of Hiredis (1.1.0) (PR351_) - Enable parallel build for the SmartRedis examples by moving utility Fortran code into a small static library (PR349_) - For the NVidia toolchain only: Replaces the assumed rank feature of F2018 used @@ -42,7 +42,7 @@ users need not import `iso_c_binding` in their own applications (PR340_) - New pip-install target in Makefile will be a dependency of the lib target going forward so that users don't have to manually pip install SmartRedis in the future (PR330_) - Added ConfigOptions class and API, which will form the backbone of multiDB support (PR303_) -.. _PR350: https://github.com/CrayLabs/SmartRedis/pull/350 +.. _PR351: https://github.com/CrayLabs/SmartRedis/pull/351 .. _PR349: https://github.com/CrayLabs/SmartRedis/pull/349 .. _PR346: https://github.com/CrayLabs/SmartRedis/pull/346 .. _PR341: https://github.com/CrayLabs/SmartRedis/pull/341