You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/install.rst
+34-2Lines changed: 34 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,38 @@
5
5
Install CTSEG
6
6
*************
7
7
8
+
Packaged Versions of CTSEG
9
+
==========================
10
+
11
+
.. _ubuntu_debian:
12
+
Ubuntu Debian packages
13
+
----------------------
14
+
15
+
We provide a Debian package for the Ubuntu LTS Version 24.04 (noble).
16
+
Please first install TRIQS using the :ref:`Ubuntu Install Instructions<triqslibs:ubuntu_debian>`.
17
+
After the TRIQS setup the command::
18
+
19
+
sudo apt-get install -y triqs_ctseg
20
+
21
+
can be used to install the CTSEG package.
22
+
23
+
.. _anaconda:
24
+
Anaconda
25
+
--------
26
+
27
+
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 CTSEG with::
28
+
29
+
conda install -c conda-forge triqs_ctseg
30
+
31
+
See also `github.com/conda-forge/triqs_ctseg-feedstock <https://github.com/conda-forge/triqs_ctseg-feedstock/>`_.
32
+
33
+
.. _docker:
34
+
Docker
35
+
------
36
+
37
+
A Docker image including the latest version of CTSEG is available `here <https://hub.docker.com/r/flatironinstitute/triqs>`_. For more information, please see the page on :ref:`TRIQS Docker <triqslibs:triqs_docker>`.
38
+
39
+
8
40
Compiling CTSEG from source
9
41
===========================
10
42
@@ -13,7 +45,7 @@ Compiling CTSEG from source
13
45
Prerequisites
14
46
-------------
15
47
16
-
#. The :ref:`TRIQS <triqslibs:welcome>` library.
48
+
#. The :ref:`TRIQS <triqslibs:welcome>` library, see :ref:`TRIQS installation instruction <triqslibs:triqs_install>`.
17
49
In the following, we assume that TRIQS is installed in the directory ``path_to_triqs``.
18
50
19
51
Installation steps
@@ -53,7 +85,7 @@ To use a particular version, go into the directory with the sources, and look at
53
85
54
86
Checkout the version of the code that you want::
55
87
56
-
$ git checkout 3.2.1
88
+
$ git checkout 3.3.0
57
89
58
90
and follow steps 2 to 4 above to compile the code.
0 commit comments