From 8ee7d432e14275b9a2882a1d628867f60f1f8356 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Sun, 27 Nov 2016 18:07:57 -0500 Subject: [PATCH] [Doc] Warn OS X users about out-of-date system Numpy --- doc/sphinx/compiling.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/sphinx/compiling.rst b/doc/sphinx/compiling.rst index 490ce3fe79..5cea6e3ea1 100644 --- a/doc/sphinx/compiling.rst +++ b/doc/sphinx/compiling.rst @@ -107,9 +107,9 @@ OS X and agree to the Xcode license agreement -* If you don't have numpy version >= 1.4, you can install a recent version with:: - - sudo pip install --upgrade numpy +* OS X frequently includes out-of-date versions of Numpy (the 1.8.0rc1 version + included with Sierra has known problems with Cantera). It is recommended to + install a more recent version (e.g. using ``pip``) before compiling Cantera. * If you want to build Cantera with Fortran 90 support, download gfortran from::