MUMPS
Mac OS X
Binaries
This version is compatible with Mac OS X Leopard (10.5). It may also be compatible with Mac OS X Snow Leopard (10.6).
MUMPS MAC OS 32-bit executable
This version was compiled with Mac OS X Snow Leopard (10.6).
MUMPS Mac OS 64-bit executable
Source Install
If you prefer, you may also compile MUMPS from source as well. You will need to install a couple of things first.
- Xcode for your version of Mac OS (Obtain from the Apple website, or your Mac OS X install disk)
- Perl Compatible Regular Expressions
- Unzip the folder after downloading
- Enter Terminal
- Navigate to extracted folder
- type ./configure
- type make
- type sudo make install
Once you have those two things installed, you should download the MUMPS source.(Source Files)
To compile:
- Extract the folder
- Open terminal
- navigate to the extracted folder
- If you have a 64 bit processor then you should run the following
- ./configure prefix=/usr –with-cpu64
- If you have a 32 bit processor you should run the following
- ./configure prefix=/usr
- type make
- type sudo make install
- If you type mumps, the Mumps interpreter should open.
Ubuntu
Packages
The following are debian packages. These are also in BETA.
32 bit package
64 bit package
Other
If you would like to access other MUMPS resources, please access the website of Dr. Kevin O’Kane.
Ryan Murphy, Dr. Kevin O’Kane, RyChannel.com, and the University of Northern Iowa express no warranties or guarantees when using this software. We are not responsible if you somehow destroy your computer


#1 by Garin Frost on March 8, 2010 - 11:57 pm
Works in Snow Leopard, Thanks!