star-sp

Random number generators and distributions
git clone git://git.meso-star.fr/star-sp.git
Log | Files | Refs | README | LICENSE

commit 3b4dec0ae6068382fef1282d2b075efd98552f03
parent 7aa25f1a3bafc89f36627a6bbacb8df329c0b87c
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 27 Aug 2021 12:08:29 +0200

Merge branch 'release_0.11.1' into develop

Diffstat:
MREADME.md | 5+++++
Mcmake/CMakeLists.txt | 2+-
2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -34,6 +34,11 @@ variable to the directory that contains the `boost` include directory. ## Release notes +### Version 0.11.1 + +Sets the CMake minimum version to 3.1 in the Random123Config.cmake file: since +CMake 3.20, version 2 has become obsolete. + ### Version 0.11 - Add the `ssp_ran_spherical_zone_uniform` distribution that uniformly samples diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -75,7 +75,7 @@ rcmake_append_runtime_dirs(_runtime_dirs RSys ${Boost_LIBRARY_DIRS}) ################################################################################ set(VERSION_MAJOR 0) set(VERSION_MINOR 11) -set(VERSION_PATCH 0) +set(VERSION_PATCH 1) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(SSP_FILES_SRC