← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-pkg/yade/git-trunk] Rev 3927: Minor fix in installation section of documentation.

 

------------------------------------------------------------
revno: 3927
committer: Anton Gladky <gladk@xxxxxxxxxx>
timestamp: Sat 2014-04-19 15:08:19 +0200
message:
  Minor fix in installation section of documentation.
modified:
  doc/sphinx/installation.rst


--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk

Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'doc/sphinx/installation.rst'
--- doc/sphinx/installation.rst	2014-04-11 08:38:12 +0000
+++ doc/sphinx/installation.rst	2014-04-19 13:08:19 +0000
@@ -145,7 +145,7 @@
 		libgts-dev python-pygraphviz libvtk5-dev python-scientific libeigen3-dev \
 		python-xlib python-qt4 pyqt4-dev-tools gtk2-engines-pixbuf python-argparse \
 		libqglviewer-dev python-imaging libjs-jquery python-sphinx python-git python-bibtex \
-		libxmu-dev libxi-dev libcgal-dev help2man libbz2-dev zlib1g-dev \
+		libxmu-dev libxi-dev libcgal-dev help2man libbz2-dev zlib1g-dev
 		
 
 Some of packages (for example, cmake, eigen3) are mandatory, some of them
@@ -155,12 +155,12 @@
 		
 Additional packages, which can become mandatory later::
 
-		sudo apt-get install python-gts python-minieigen \
+		sudo apt-get install python-gts python-minieigen
 		
 For effective usage of direct solvers in the PFV-type fluid coupling, the following libraries are recommended, together with eigen>=3.1: blas, lapack, suitesparse, and metis.
-All four of them are available in many different versions. Different combinations are possible and not all of them will work. The following was found to be effective on recent deb-based systems. On ubuntu 12.04, better compile openblas with USE_OPENMP=1, else yade will run on a single core.
+All four of them are available in many different versions. Different combinations are possible and not all of them will work. The following was found to be effective on recent deb-based systems. On ubuntu 12.04, better compile openblas with USE_OPENMP=1, else yade will run on a single core::
 
-		sudo apt-get install libopenblas-dev libsuitesparse-metis-dev \
+		sudo apt-get install libopenblas-dev libsuitesparse-metis-dev
 
 Some packages listed here are relatively new and they can be absent
 in your distribution (for example, libmetis-dev or python-gts). They can be 
@@ -172,10 +172,6 @@
 names of Debian-packages.
 
 
-
-
-
-
 Compilation
 ^^^^^^^^^^^