ThisisforyouifyouwanttoinstallNIFTyonaHPCmachineorclusterthatishostedbyyouruniversityorinstitute.Mostofthedependencieswillmostlikelyalreadybethere,butyouwon't have superuser priviledges. In this case, instead::
sudo python setup.py install
use::
python setup.py install --user
or::
python setup.py install --install-lib=/SOMEWHERE
in the instruction above. This will install the python packages into your local user directory.
Installation on OS X 10.11
..........................
We advice to install the following packages in the order as they appear below. We strongly recommend to install all needed packages via MacPorts. Please be aware that not all packages are available on MacPorts, missing ones need to be installed manually. It may also be mentioned that one should only use one package manager, as multiple ones may cause trouble.
* Install basic packages python, scipy, matplotlib and cython::
sudo port install py27-numpy
sudo port install py27-scipy
sudo port install py27-matplotlib
sudo port install py27-cython
* Install gfft. **Depending where you installed GSL you may need to change the path in setup.py!**::
* Install libsharp and libsharp-wrapper. Installations instructions for libsharp may be found here: https://sourceforge.net/p/libsharp/code/ci/master/tree/
**Adopt the path of the libsharp installation in setup.py** ::