From 5be672535afb7cfb6d27dbd73a8f55474af72046 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Thu, 1 Mar 2012 00:45:08 +0000 Subject: [PATCH] Added documentation note on compiling Sundials with -fPIC --- doc/doxygen/build.dox | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/doxygen/build.dox b/doc/doxygen/build.dox index c57a6e1a4..4c6574752 100644 --- a/doc/doxygen/build.dox +++ b/doc/doxygen/build.dox @@ -248,6 +248,10 @@ from a Fortran program. - Required to enable some features such as sensitivity analysis. - https://computation.llnl.gov/casc/sundials/download/download.html - Known to work with version 2.4; Support for versions 2.3 and 2.2 is deprecated. + - To use Sundials with Cantera, you may need to compile it with the + -fPIC flag. You can specify this flag when configuring Sundials: + \verbatim + configure --with-cflags=-fPIC \endverbatim \see \ref cxx-ctnew