ISCE_INSAR/setup/setup_config.py

13 lines
844 B
Python

# Packages automatically installed by setup.py
# More than one URL can be given for each package: just repeat the line and change the URL.
GMP = "ftp://ftp.gmplib.org/pub/gmp-5.0.2/gmp-5.0.2.tar.bz2"
MPFR = "ftp://ftp.gnu.org/gnu/mpfr/mpfr-3.1.2.tar.bz2"
GCC = "http://www.netgull.com/gcc/releases/gcc-4.7.1/gcc-4.7.1.tar.bz2"
MPC = "http://www.multiprecision.org/mpc/download/mpc-0.9.tar.gz"
SCONS = "http://sourceforge.net/projects/scons/files/scons/2.0.1/scons-2.0.1.tar.gz"
FFTW = "http://www.fftw.org/fftw-3.2.2.tar.gz"
SZIP = "http://www.hdfgroup.org/ftp/lib-external/szip/2.1/src/szip-2.1.tar.gz"
HDF5 = "http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8.8/src/hdf5-1.8.8.tar.gz"
NUMPY = "http://sourceforge.net/projects/numpy/files/NumPy/1.8.1/numpy-1.8.1.tar.gz"
H5PY = "http://h5py.googlecode.com/files/h5py-2.1.3.tar.gz"