Codebase list votca-xtp / 533a65b
Update upstream source from tag 'upstream/2021.1' Update to upstream version '2021.1' with Debian dir 9129f431873ff58926ba69e33ca3f11a46292c6c Nicholas Breen 2 years ago
3 changed file(s) with 6 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
00 For more detailed information about the changes see the history of the
11 `repository <https://github.com/votca/xtp/commits/master>`__.
2
3 Version 2021.1 (released 18.07.21)
4 ==================================
25
36 Version 2021 (released 13.03.21)
47 ================================
710 - add xtp_qmmm2qm to cmake install (#665)
811 - add auto-cancel workflow to GitHub Actions (#674)
912
10 Version 2021-rc.1 (released 13.03.21)
13 Version 2021-rc.1 (released 15.01.21)
1114 =====================================
1215
1316 - G0W0 rpa energies are fixed in BSE (#383)
00 cmake_minimum_required(VERSION 3.12)
11 project(votca-xtp LANGUAGES CXX)
22
3 set(PROJECT_VERSION "2021")
3 set(PROJECT_VERSION "2021.1")
44 string(REGEX REPLACE "[-.].*$" "" SOVERSION "${PROJECT_VERSION}")
55 if (NOT ${SOVERSION} MATCHES "^[0-9]+$")
66 message(FATAL_ERROR "Could not determine SOVERSION (${SOVERSION}) from ${PROJECT_VERSION}")
11
22 project(xtp-tutorials LANGUAGES NONE)
33
4 set(PROJECT_VERSION "2021")
4 set(PROJECT_VERSION "2021.1")
55
66 set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/CMakeModules)
77 # not used, but stops GNUInstallDirs.cmake from warning