Skip to content

Commit

Permalink
Release v4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm committed Apr 11, 2021
1 parent 464078d commit c112763
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Compile
run: |
env
cmake -DWITH_RANGE_COULOMB=1 -DWITH_COULOMB_ERF=1 -DWITH_F12=1 -Bbuild .
cmake -DWITH_RANGE_COULOMB=1 -DWITH_COULOMB_ERF=1 -DWITH_F12=1 -Bbuild -DKEEP_GOING=1 .
cmake --build build
- name: Test for rys-roots
if: startsWith(matrix.os, 'ubuntu')
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.5)
project (cint C)
set(cint_VERSION_MAJOR "4")
set(cint_VERSION_MINOR "1")
set(cint_VERSION_PATCH "1")
set(cint_VERSION_PATCH "2")
set(cint_VERSION_TWEAK "0")
set(cint_VERSION "${cint_VERSION_MAJOR}.${cint_VERSION_MINOR}.${cint_VERSION_PATCH}")
set(cint_SOVERSION "${cint_VERSION_MAJOR}")
Expand Down
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Version 4.1.2 (2021-04-10):
* Fix a bug of siginficant digits of float128 in the core Fmt integrals
Version 4.1.1 (2021-03-21):
* Fix bug in short-range Coulomb core integrals
Version 4.1.0 (2021-02-15):
Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
libcint
=======

version 4.1.1
2021-03-21
version 4.1.2
2021-04-10


What is libcint
Expand Down

0 comments on commit c112763

Please sign in to comment.