From 19728af5fe0d5ad411175842b53bcad1e57cfb28 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 9 May 2018 08:08:43 +0800 Subject: [PATCH] Remove a repetitive piece of text that doesn't add information. --- doc/readme.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/readme.html b/doc/readme.html index d81fe9309f..d072b5f68b 100644 --- a/doc/readme.html +++ b/doc/readme.html @@ -381,7 +381,7 @@

ARPACK is a library for computing large scale eigenvalue problems. - ARPACK should be readily packaged by most Linux distributions. (Don't forget to install a development version of the library). To use a self compiled version, specify + ARPACK should be readily packaged by most Linux distributions. To use a self compiled version, specify -DARPACK_DIR=/path/to/arpack on the command line. For a detailed description on how to compile ARPACK and linking with deal.II, see this page.

@@ -393,7 +393,7 @@

is a portable Open Source library to import various well-known 3D model formats in a uniform manner. A subset of these formats can be read from within deal.II to generate two-dimensional meshes, possibly embedded in a three-dimensional space. - Assimp should be readily packaged by most Linux distributions. (Don't forget to install a development version of the library). To use a self compiled version, specify + Assimp should be readily packaged by most Linux distributions. To use a self compiled version, specify -DASSIMP_DIR=/path/to/assimp on the command line.

@@ -437,7 +437,7 @@

The GNU Scientific Library provides a wide range of mathematical routines such as random number generators, special functions and least-squares fitting. - GSL should be readily packaged by most Linux distributions. (Don't forget to install a development version of the library). To use a self compiled version, specify + GSL should be readily packaged by most Linux distributions. To use a self compiled version, specify -DGSL_DIR=/path/to/gsl on the command line.

@@ -446,7 +446,7 @@

The HDF5 library provides graphical output capabilities in HDF5/XDMF format. - HDF5 should be readily packaged by most Linux distributions. (Don't forget to install a development version of the library). To use a self compiled version, specify + HDF5 should be readily packaged by most Linux distributions. To use a self compiled version, specify -DHDF5_DIR=/path/to/hdf5 on the command line.

@@ -485,7 +485,7 @@

nanoflann is a C++11 header-only library for building KD-Trees of datasets with different topologies. In particular, it can be used for operations such as finding the vertex or cell closest to a given evaluation point that occur frequently in many applications using unstructured meshes. scale eigenvalue problems. - nanoflann should be readily packaged by most Linux distributions. (Don't forget to install a development version of the library). To use a self compiled version, specify + nanoflann should be readily packaged by most Linux distributions. To use a self compiled version, specify -DNANOFLANN_DIR=/path/to/nanoflann on the command line.

@@ -494,7 +494,7 @@
NetCDF is a library that provides services for reading and writing mesh data (and many other things). deal.II can use it to read meshes via one of the functions of the GridIn class. - NetCDF should be readily packaged by most Linux distributions. (Don't forget to install a development version of the library). To use a self compiled version, pass + NetCDF should be readily packaged by most Linux distributions. To use a self compiled version, pass -DNETCDF_DIR=/path/to/netcdf to cmake.

@@ -529,7 +529,7 @@

PETSc is a library that supports parallel linear algebra and many other things. - PETSc is already packaged by some Linux distributions and should be found automatically if present. (Don't forget to install a development version of the library). To use a + PETSc is already packaged by some Linux distributions and should be found automatically if present. To use a self compiled version of PETSc, add -DPETSC_DIR=/path/to/petsc -DPETSC_ARCH=architecture to the argument list for cmake. The values for these arguments must be the same as those specified when building PETSc. @@ -574,7 +574,7 @@

SUNDIALS is a collection of solvers for nonlinear and differential/algebraic equations. - SUNDIALS should be readily packaged by most Linux distributions. (Don't forget to install a development version of the library). To use a self compiled version, + SUNDIALS should be readily packaged by most Linux distributions. To use a self compiled version, specify -DSUNDIALS_DIR=/path/to/sundials on the command line.

@@ -629,7 +629,7 @@

zlib is a software library used for lossless data-compression. It is used in deal.II whenever compressed data is to be written. - zlib should be readily packaged by most Linux distributions. (Don't forget to install a development version of the library). To use a self compiled version, specify + zlib should be readily packaged by most Linux distributions. To use a self compiled version, specify -DZLIB_DIR=/path/to/zlib on the command line.

-- 2.39.5