Skip to content

Commit d0b4c07

Browse files
committed
Update README
1 parent 09b71ba commit d0b4c07

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed

README.rst

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Cadabra builds on Linux and Mac OS X, and might soon build on Windows
3535
too. Select your system from the list bel
3636

3737
- `Linux (Debian/Ubuntu/Mint)`_
38-
- `Linux (Fedora 24)`_
38+
- `Linux (Fedora 24 and later)`_
3939
- `Linux (older Fedora/CentOS/Scientific Linux)`_
4040
- `Linux (OpenSUSE)`_
4141
- `Linux (Arch/Manjaro)`_
@@ -83,21 +83,23 @@ This will produce the command line app ``cadabra2`` and the Gtk
8383
notebook interface ``cadabra2-gtk``. You can also find the latter in
8484
the 'Education' menu.
8585

86-
Linux (Fedora 24)
87-
~~~~~~~~~~~~~~~~~
86+
Linux (Fedora 24 and later)
87+
~~~~~~~~~~~~~~~~~~~~~~~~~~~
8888

8989
Fedora 24 is the first Fedora to have Python 3 by default; for older
90-
Fedora versions see below. Install the dependencies with::
90+
Fedora versions see below. This platform receives less testing so
91+
please get in touch if you run into any issues. You can use either g++
92+
or the clang++ compiler.
9193

92-
sudo dnf install python3-devel cmake gcc-c++
93-
sudo dnf install pcre-devel gmp-devel libuuid-devel sqlite-devel
94-
sudo dnf install gtkmm30-devel boost-devel boost-python3-devel
95-
sudo dnf install texlive python3-matplotlib
96-
sudo dnf install python3-pip
94+
Install the dependencies with::
95+
96+
sudo dnf install python3-devel cmake gcc-c++ \
97+
pcre-devel gmp-devel libuuid-devel sqlite-devel \
98+
gtkmm30-devel boost-devel boost-python3-devel \
99+
texlive python3-matplotlib \
100+
python3-pip
97101
sudo pip3 install sympy
98102

99-
This platform receives less testing so please get in touch if you run
100-
into any issues. You can use either g++ or the clang++ compiler.
101103
You need to clone the cadabra2 git repository (if you download the
102104
.zip file you will not have all data necessary to build). So first do::
103105

web2/cadabra2/source/changelog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h1>Change log</h1>
1515
repository</a>. Odd patch levels correspond to versions in
1616
development, even numbered ones are released in packaged form.
1717
</p>
18-
<a name="master"></a>
18+
<a name="2.1.5"></a>
1919
<h3>2.1.5 (released 6-Aug-2017)</h3>
2020
<ul>
2121
<li>Introduced <tt><a href="/manual/map_sympy.html">map_sympy</a></tt>

web2/cadabra2/source/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ <h1>News</h1>
1515
<p>See the <a href="changelog.html">change log</a> for latest changes
1616
only available on github.</p>
1717
<dl>
18+
<dt>6 August 2017</dt>
19+
<dd>Version 2.1.5 released (<a href="changelog.html#2.1.5">changes</a>).</dd>
1820
<dt>14 April 2017</dt>
1921
<dd>Version 2.1.4 released (<a href="changelog.html#2.1.4">changes</a>).</dd>
2022
<dt>4 January 2017</dt>

0 commit comments

Comments
 (0)