[Docs] Remove instruction to install Sundials via system installer

The source of Sundials is built automatically, so it isn't necessary to install it
separately.
This commit is contained in:
Bryan W. Weber 2016-12-28 19:20:37 -05:00 committed by Ray Speth
parent bffd4d2de1
commit cf5e45d697

View file

@ -67,7 +67,7 @@ Ubuntu & Debian
* The following packages must be installed to build any of the Cantera modules using
your choice of package manager::
g++ python scons libsundials-serial-dev libboost-dev
g++ python scons libboost-dev
* In addition to the general packages, building the Python 2 module also requires::
@ -99,7 +99,7 @@ Fedora & RHEL
* The following packages must be installed to build any of the Cantera modules using
your choice of package manager::
gcc-c++ python scons sundials-devel blas-devel lapack-devel boost-devel
gcc-c++ python scons boost-devel
* In addition to the general packages, building the Python 2 module also requires::