Skip to content

Recent builds of Numpy, Scipy, Matplotlib, iPython and PyMC for OSX

Notifications You must be signed in to change notification settings

okartal/ScipySuperpack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scipy Superpack

Recent builds of fundamental Python scientific computing packages for OS X

This shell script will install recent 64-bit builds of Numpy (1.7) and Scipy (0.11), Matplotlib (1.2), iPython (0.12), Pandas (0.6), Statsmodels (0.4.0) as well as PyMC (2.2 alpha) for OS X 10.7 (Lion) on Intel Macintosh. All builds are based on recent development code from each package, which means though some bugs may be fixed and features added, they also may be more unstable than the official releases. Distributing them together should improve interoperability, since the supporting packages (Scipy, Matplotlib, PyMC) were all built against the accompanying build of Numpy. These packages were compiled on OS X 10.7 using Apple’s Python 2.7.1, gFortran 4.2.4 and GCC 4.2.1. To avoid compatibility issues, the installer also optionally downloads and installs the gFortran compiler that is compatible with Xcode 4.2. Before you install the Superpack, ensure that Xcode 4.3.2 is installed on your system.

Caveat emptor: These builds contain development (i.e. pre-release) code that may not be free of critical bugs. I encourage all users to run the appropriate unit tests on each package to ensure that any extant issues do not affect your work. Please report any errors that may be the result of build issues.

Dependencies

OS X 10.7 (Lion), Python 2.7, Xcode 4.3.2

Install

Download Scipy Superpack Installer for OSX 10.7

To install, open a terminal in the directory that the script is located and call:

sh install_superpack.sh

You will be prompted for your administrator password. If you have already installed the current gFortran, you can bypass that package during the install process. Similarly, the installation requires Git, so you will be prompted to install it if you are installing remotely.

Contact

Contact Chris Fonnesbeck or follow me on Twitter (@fonnesbeck)

About

Recent builds of Numpy, Scipy, Matplotlib, iPython and PyMC for OSX

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%