Skip to content

Commit

Permalink
Update installation instructions and bump version to 0.5
Browse files Browse the repository at this point in the history
From now on, this code is Python 3 only.
  • Loading branch information
krivenko committed Sep 23, 2020
1 parent 8eaff33 commit 536ee3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Version number of the application
set(POMEROL2TRIQS_VERSION "0.3")
set(POMEROL2TRIQS_VERSION "0.5")

# Start configuration
cmake_minimum_required(VERSION 3.8 FATAL_ERROR)
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ Installation
------------

- Install the latest version of [Pomerol](http://aeantipov.github.io/pomerol/) exact diagonalization library (`master` branch).
- Install the [TRIQS](http://triqs.github.io/triqs/2.2.x/install.html) library version 2.2.x.
- `source <path_to_triqs_install_dir>/share/cpp2pyvars.sh`
- Install the [TRIQS](http://triqs.github.io/triqs/3.0.x/install.html) library version 3.0.x.
- `source <path_to_triqs_install_dir>/share/triqsvars.sh`
- `git clone https://github.com/krivenko/pomerol2triqs.git pomerol2triqs.git`
- `mkdir pomerol2triqs.build && cd pomerol2triqs.build`
Expand All @@ -39,7 +38,7 @@ License

Copyright (C) 2017-2020 Igor Krivenko <igor.s.krivenko @ gmail.com>

With contributions from Hugo U.R. Strand
With contributions from Hugo U.R. Strand and Nils Wentzell.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit 536ee3a

Please sign in to comment.