From 2e79a0978ed4824438e242d8aae3a3b2c7d11108 Mon Sep 17 00:00:00 2001 From: "Bryan W. Weber" Date: Sun, 25 Oct 2015 09:15:31 -0400 Subject: [PATCH] [Doc] Update Homebrew install instructions. Update the Homebrew install instructions with a recommendation on how to install the Matlab toolbox and add additional options that are supported during the install process. --- doc/sphinx/install.rst | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/doc/sphinx/install.rst b/doc/sphinx/install.rst index a637d003b..76655f5fe 100644 --- a/doc/sphinx/install.rst +++ b/doc/sphinx/install.rst @@ -247,10 +247,24 @@ you can skip any steps which have already been completed. Installs the Matlab toolbox (with the path modified to match your installed Matlab version) + ``--without-sundials`` + Do not use an external SUNDIALS version to build Cantera. Users + choosing this option will not be able to run sensitivity analysis + of Reactor Networks, but it may prevent errors when installing + the Matlab toolbox. + + ``--without-check`` + NOT RECOMMENDED! Disable automatic testing of Cantera during the + installation process. + * These options are specified as additional arguments to the ``brew install`` command, e.g.:: - brew install cantera --HEAD --with-matlab=/Applications/MATLAB_R2014a.app/ + brew install cantera --HEAD --with-python3 + + * If you are installing the Matlab toolbox, the recommended command is:: + + brew install cantera --with-matlab=/Applications/MATLAB_R2014a.app/ --without-sundials * If something goes wrong with the Homebrew install, re-run the command with the ``-v`` flag to get more verbose output that may help identify the