Skip to content

Commit

Permalink
Remove MacPorts install instructions from documentation
Browse files Browse the repository at this point in the history
The MacPorts recipe is broken
  • Loading branch information
bryanwweber committed Jan 22, 2018
1 parent 4affcd1 commit 46f8ef5
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions doc/sphinx/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -237,13 +237,11 @@ directions :ref:`above <sec-install-conda>`.
Mac OS X
========

Cantera can be installed on OS X using either Homebrew, MacPorts, or Anaconda /
Cantera can be installed on OS X using either Homebrew or Anaconda /
Miniconda. If you are using Anaconda / Miniconda, see the directions
:ref:`above <sec-install-conda>`. With Homebrew, the current stable, or
development version of Cantera can be installed, and both the Python 2.7 and
Python 3.x modules are available, as well as the Matlab toolbox. The MacPorts
portfile supports the current stable version of Cantera and builds the Python
2.7 module.
Python 3.x modules are available, as well as the Matlab toolbox.

Homebrew
---------
Expand Down Expand Up @@ -398,21 +396,6 @@ you can skip any steps which have already been completed.

cp -r /usr/local/share/cantera/samples/matlab ~/Documents/MATLAB/cantera_examples

MacPorts
--------

If you have MacPorts installed (see https://www.macports.org/install.php), you
can install Cantera by executing::

sudo port install cantera

from the command line. All dependencies will be installed automatically.

MacPorts installs its own Python interpreter. Be sure to be actually using it by
checking::

sudo port select python python27

.. _sec-install-ubuntu:

Ubuntu
Expand Down

0 comments on commit 46f8ef5

Please sign in to comment.