forked from bjlittle/iris
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
17 lines (11 loc) · 712 Bytes
/
README.txt
File metadata and controls
17 lines (11 loc) · 712 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Custom Builds/Installs of Iris
==============================
Optional library: libmo_unpack
This library is property of the MetOffice and licensed separately.
It is used for decoding/unpacking PP files or Fields files that use an lbpack of 1 or 4.
If this library is not available, then Iris can be installed without it by using the following command:
python setup.py --without-unpack install
If this library is available but installed in a custom location
then additional compiler arguments can be passed in to ensure that the Python extension
module linking against it builds correctly:
python setup.py build_ext -I <custom include path> -L <custom static libdir> -R <custom runtime libdir> install