next up previous contents index
Next: Compiling Gildas with Python Up: Installing PyGILDAS Previous: Install scipy module for   Contents   Index

Compiling Gildas with your custom Python (if any)

If you compiled and installed a custom version of Python (i.e. in a non-standard location), you will have to define or augment the $GAG_SEARCH_PATH environment variable with the paths to the Python library and include directories, e.g.:

export GAG_SEARCH_PATH=/your/custom/installation/path/include:\
/your/custom/installation/path/lib
Gildas administrative scripts will look in these places to detect your installation. $GAG_SEARCH_PATH is only needed at build time.

Then you can run the usual Gildas administrative scripts:

cd <installation-directory>
tar xvzf gildas-src-jul10.tgz
cd gildas-src-jul10
source admin/gildas-env.sh [-c <compiler>]
# read carefully the messages (in particular those for Python)
make
make install
# read the last instructions



Gildas manager 2014-07-01