Skip to content

Commit

Permalink
Require TRIQS 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
krivenko committed Sep 6, 2023
1 parent 8251efe commit 51fb5cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ project(pomerol2triqs VERSION 0.9 LANGUAGES CXX)
option(BUILD_SHARED_LIBS "Build shared libraries" ON)

# Load TRIQS
find_package(TRIQS 3.1.0 REQUIRED)
find_package(TRIQS 3.2.0 REQUIRED)

# Append TRIQS installed files to the cmake load path
list(APPEND CMAKE_MODULE_PATH ${TRIQS_ROOT}/share/cmake)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Pomerol and TRIQS version compatibility

| pomerol2triqs release | Pomerol version | TRIQS version |
|-----------------------|-----------------|---------------|
| v0.9 | 2.1 | 3.2.x |
| v0.8 | 2.1 | 3.1.x |
| v0.7 | 2.0 | 3.1.x |
| v0.6 | 2.0 | 3.0.x |
Expand Down

0 comments on commit 51fb5cf

Please sign in to comment.