mirror of
https://github.com/triqs/dft_tools
synced 2024-12-23 04:43:42 +01:00
Add section on Anaconda packages to install page, Update Changelog for 2.2.1
This commit is contained in:
parent
afa9acb957
commit
4ae585ac8b
@ -1,4 +1,4 @@
|
|||||||
Version 3.0.x
|
Version 3.0.0
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
* Major rework of the VASP interface, including thorough documentation and tutorials
|
* Major rework of the VASP interface, including thorough documentation and tutorials
|
||||||
@ -7,7 +7,20 @@ Thanks to all commit-contributors (in alphabetical order):
|
|||||||
Markus Aichhorn, Alexander Hampel, Oleg Peil, Malte Schueler, Nils Wentzell, Manuel Zingl
|
Markus Aichhorn, Alexander Hampel, Oleg Peil, Malte Schueler, Nils Wentzell, Manuel Zingl
|
||||||
|
|
||||||
|
|
||||||
Version 2.2.x
|
Version 2.2.1
|
||||||
|
-------------
|
||||||
|
|
||||||
|
CTHYB Version 2.2.1 makes the application available
|
||||||
|
through the Anaconda package manager. We adjust
|
||||||
|
the install pages of the documentation accordingly.
|
||||||
|
It further introduces two minor fixes.
|
||||||
|
We provide a more detailed description of the changes below.
|
||||||
|
|
||||||
|
* Add a section on the Anaconda package to the install page
|
||||||
|
* Add a LICENSE and AUTHORS file to the repository
|
||||||
|
|
||||||
|
|
||||||
|
Version 2.2.0
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
* Ensure that the chemical potential calculations results in a real number
|
* Ensure that the chemical potential calculations results in a real number
|
||||||
|
@ -6,12 +6,30 @@
|
|||||||
Packaged Versions of DFTTools
|
Packaged Versions of DFTTools
|
||||||
=============================
|
=============================
|
||||||
|
|
||||||
A Docker image including the latest version of DFTTools is available `here <https://hub.docker.com/r/flatironinstitute/triqs>`_. For more information, please see the page on :ref:`TRIQS Docker <triqslibs:triqs_docker>`.
|
.. _ubuntu_debian:
|
||||||
|
Ubuntu Debian packages
|
||||||
|
----------------------
|
||||||
|
|
||||||
We further provide a Debian package for the Ubuntu LTS Versions 16.04 (xenial) and 18.04 (bionic), which can be installed by following the steps outlined :ref:`here <triqslibs:triqs_docker>`, and the subsequent command::
|
We provide a Debian package for the Ubuntu LTS Versions 16.04 (xenial) and 18.04 (bionic), which can be installed by following the steps outlined :ref:`here <triqslibs:triqs_debian>`, and the subsequent command::
|
||||||
|
|
||||||
sudo apt-get install -y triqs_dft_tools
|
sudo apt-get install -y triqs_dft_tools
|
||||||
|
|
||||||
|
.. _anaconda:
|
||||||
|
Anaconda (experimental)
|
||||||
|
-----------------------
|
||||||
|
|
||||||
|
We provide Linux and OSX packages for the `Anaconda <https://www.anaconda.com/>`_ distribution. The packages are provided through the `conda-forge <https://conda-forge.org/>`_ repositories. After `installing conda <https://docs.conda.io/en/latest/miniconda.html>`_ you can install DFTTools with::
|
||||||
|
|
||||||
|
conda install -c conda-forge triqs_dft_tools
|
||||||
|
|
||||||
|
See also `github.com/conda-forge/triqs_dft_tools-feedstock <https://github.com/conda-forge/triqs_dft_tools-feedstock/>`_.
|
||||||
|
|
||||||
|
.. _docker:
|
||||||
|
Docker
|
||||||
|
------
|
||||||
|
|
||||||
|
A Docker image including the latest version of DFTTools is available `here <https://hub.docker.com/r/flatironinstitute/triqs>`_. For more information, please see the page on :ref:`TRIQS Docker <triqslibs:triqs_docker>`.
|
||||||
|
|
||||||
|
|
||||||
Compiling DFTTools from source
|
Compiling DFTTools from source
|
||||||
==============================
|
==============================
|
||||||
|
Loading…
Reference in New Issue
Block a user