-
Notifications
You must be signed in to change notification settings - Fork 152
InstallFiPy%2FMacOSX%2FHomeBrew
Homebrew has become a widely recommended package manager for Mac OS X.
This has all been written as though you're using `bash` (which is the Snow Leopard default). If you're using a `tcsh` variant, then you'll need to replace all of the `export` statements with appropriate `setenv` statements.
Install Xcode from the Apple Developer site.
Install Homebrew using any one of the methods described at https://github.com/mxcl/homebrew/wiki/installation.
I chose to install in my `$HOME` directory to completely isolate my FiPy installation from my system.
Note: if you choose this option and already have a `/usr/local`, it is best to move it out of the way:
You can probably move it back when you're done.
Edit your `.bashrc` file to include
For matplotlib and Mayavi
For Mayavi
Apply vtk patch via `brew edit` (or otherwise)
For PyTrilinos
[wiki:InstallFiPy/PipInstallsPython].
Now you can [wiki:InstallFiPy/MacOSX/SnowLeopard#Trilinos10.6.4].