[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:
parent
bffd4d2de1
commit
cf5e45d697
1 changed files with 2 additions and 2 deletions
|
|
@ -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::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue