Skip to content

Commit

Permalink
Release v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm committed Nov 7, 2021
1 parent 5d136da commit 46b5195
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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):
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46b5195

Please sign in to comment.