From cf5e45d697144389b7ba59b262aab6d2bd15a879 Mon Sep 17 00:00:00 2001 From: "Bryan W. Weber" Date: Wed, 28 Dec 2016 19:20:37 -0500 Subject: [PATCH] [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. --- doc/sphinx/compiling.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/sphinx/compiling.rst b/doc/sphinx/compiling.rst index a88c95130..6abe10771 100644 --- a/doc/sphinx/compiling.rst +++ b/doc/sphinx/compiling.rst @@ -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::