Skip to content

Commit

Permalink
[doc] Provide changelog and bump version number for 2.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Oct 10, 2019
1 parent bdc9574 commit f3a02ae
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ cmake_policy(SET CMP0018 NEW) # Automatically add -fPIC when necessary
#---------------------------------------------------------------------

cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR)
project(TRIQS VERSION 2.2.0 LANGUAGES C CXX)
project(TRIQS VERSION 2.2.1 LANGUAGES C CXX)
list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)

## C & C++ Headers
Expand Down
25 changes: 25 additions & 0 deletions doc/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
Version 2.2.1
=============

TRIQS Version 2.2.1 introduces minor adjustments
to the documentation. It further improves compatibility
for older osx versions and fixes the triqs++ compiler wrapper.

We provide a more detailed description of the changes below.

doc
---
* On OSX Install scipy/numpy via pip rather than homebrew for Python2 compatibility
* For debian packages do not source /usr/share/triqsvars.sh
* Bump cmake version requirement to actual required version
* Update link to install page in README to use latest stable version

cmake
-----
* Fix issues in flag extraction for triqs++ compiler wrapper

General
-------
* Avoid use of optional.value() for improved osx compatibility


Version 2.2.0
=============

Expand Down

0 comments on commit f3a02ae

Please sign in to comment.