Skip to content

Commit c5fcf12

Browse files
committed
Fix documentation
Added Tex Live as dependencies (used by Asymptote).
1 parent dc5ae59 commit c5fcf12

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

VERSIONS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
New in 4.5.1-1 (12 Sep 2022):
2+
- documentation: made minor improvement.
3+
14
New in 4.5.0 (07 Sep 2022):
25
- module -T: fixed -morpho cube, added -statcell and -statvox
36
<orientation_descriptor>, added -ori :flat, added -transform ori, made minor

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
import sphinx_rtd_theme
1212

1313
project = u'Neper'
14-
version = u'4.5.0'
15-
release = u'4.5.0'
14+
version = u'4.5.1-1'
15+
release = u'4.5.1-1'
1616
author = u'Romain Quey'
1717
copyright = u'Romain Quey'
1818
language = 'en'

doc/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Other dependencies are only needed at run-time (they are not necessary for compi
134134

135135
- The `POV-Ray <http://www.povray.org>`_ program (version 3.7 or higher, mandatory for PNG output in :ref:`neper_v`). It is likely to be available on your system or from your system package manager (binary package). Alternatively, both binary and source-code versions can be downloaded the program website. POV-Ray must be available at the terminal as the command :program:`povray`, or the path to its binary must be specified with option :option:`-povray` (in module -V).
136136

137-
- The `Asymptote <https://asymptote.sourceforge.io/>`_ program (for pole figure plots in :ref:`neper_v`). It is likely to be available from your system package manager. Alternatively, both binary and source-code versions can be downloaded from the program website. Asymptote must be available at the terminal as the command :program:`asy`, or the path to its binary must be specified with option :option:`-asy` (in module -V).
137+
- The `Asymptote <https://asymptote.sourceforge.io/>`_ program and `Tex Live <https://www.tug.org/texlive>`_ (:code:`texlive-full` on Ubuntu, for pole figure plots in :ref:`neper_v`). They are likely to be available from your system package manager. Alternatively, both binary and source-code versions can be downloaded from the program websites. Asymptote must be available at the terminal as the command :program:`asy`, or the path to its binary must be specified with option :option:`-asy` (in module -V).
138138

139139
Finally, other third-party libraries are directly included in the source code (see directory :file:`src/contrib`) and are therefore not dependencies *per se*:
140140

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if(POLICY CMP0077)
77
cmake_policy(SET CMP0077 NEW)
88
endif()
99

10-
set(NEPER_VERSION \"4.5.0\")
10+
set(NEPER_VERSION \"4.5.1-1\")
1111
project(neper)
1212

1313
if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.8.1)

0 commit comments

Comments
 (0)