From 46b519536b91b7be47bbd8db27d4c26063b3042c Mon Sep 17 00:00:00 2001 From: Qiming Sun Date: Sun, 7 Nov 2021 07:39:45 -0800 Subject: [PATCH] Release v5.0.0 --- CMakeLists.txt | 4 ++++ ChangeLog | 5 +++++ README.md | 4 ++-- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e529d02..2df2fe3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,6 +39,10 @@ if(QUADMATH_FOUND) set(HAVE_QUADMATH_H 1 CACHE INTERNAL "Have QUADMATH") endif() +if(${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION} VERSION_GREATER 3.12) + cmake_policy(SET CMP0075 NEW) +endif() + include(CheckFunctionExists) set(CMAKE_REQUIRED_INCLUDES math.h) set(CMAKE_REQUIRED_LIBRARIES m) diff --git a/ChangeLog b/ChangeLog index 5da9d61..0f07190 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Version 5.0.0 (2021-11-07): + * Improve the cartesian-spinor transformation + * Remove the dependency to BLAS library + * Update the header file cint.h + * Update the drivers for cint2e, cint3c2e, cint3c1e, cint2c2e Version 4.4.6 (2021-09-27): * Fix uninitialized variables in rys_roots Version 4.4.5 (2021-08-28): diff --git a/README.md b/README.md index ec66d4c..43fd42a 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ qcint (quick libcint) An optimized libcint branch for X86 platform -version 4.4.6 +version 5.0.0 -2021-09-27 +2021-11-07 What is qcint