New upstream version 2021.1
Nicholas Breen
1 year, 9 months ago
0 | 0 |
For more detailed information about the changes see the history of the
|
1 | 1 |
`repository <https://github.com/votca/xtp/commits/master>`__.
|
|
2 |
|
|
3 |
Version 2021.1 (released 18.07.21)
|
|
4 |
==================================
|
2 | 5 |
|
3 | 6 |
Version 2021 (released 13.03.21)
|
4 | 7 |
================================
|
|
7 | 10 |
- add xtp_qmmm2qm to cmake install (#665)
|
8 | 11 |
- add auto-cancel workflow to GitHub Actions (#674)
|
9 | 12 |
|
10 | |
Version 2021-rc.1 (released 13.03.21)
|
|
13 |
Version 2021-rc.1 (released 15.01.21)
|
11 | 14 |
=====================================
|
12 | 15 |
|
13 | 16 |
- G0W0 rpa energies are fixed in BSE (#383)
|
0 | 0 |
cmake_minimum_required(VERSION 3.12)
|
1 | 1 |
project(votca-xtp LANGUAGES CXX)
|
2 | 2 |
|
3 | |
set(PROJECT_VERSION "2021")
|
|
3 |
set(PROJECT_VERSION "2021.1")
|
4 | 4 |
string(REGEX REPLACE "[-.].*$" "" SOVERSION "${PROJECT_VERSION}")
|
5 | 5 |
if (NOT ${SOVERSION} MATCHES "^[0-9]+$")
|
6 | 6 |
message(FATAL_ERROR "Could not determine SOVERSION (${SOVERSION}) from ${PROJECT_VERSION}")
|
1 | 1 |
|
2 | 2 |
project(xtp-tutorials LANGUAGES NONE)
|
3 | 3 |
|
4 | |
set(PROJECT_VERSION "2021")
|
|
4 |
set(PROJECT_VERSION "2021.1")
|
5 | 5 |
|
6 | 6 |
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/CMakeModules)
|
7 | 7 |
# not used, but stops GNUInstallDirs.cmake from warning
|