Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg-security/TI12-security/trunk/NDGSecurity/python/buildout/ndgsecurity_pydap/buildout.cfg@7081
Revision 7081,
955 bytes
checked in by pjkersha, 11 years ago
(diff) |
|
-
Property svn:keywords set to
Id
|
Line | |
---|
1 | # |
---|
2 | # zc.buildout Configuration for NDG Security with pyDAP |
---|
3 | # |
---|
4 | # NERC DataGrid Project |
---|
5 | # |
---|
6 | # P J Kershaw 21/04/09 |
---|
7 | # |
---|
8 | # Copyright (C) 2009 Science and Technology Facilities Council |
---|
9 | # |
---|
10 | # BSD - See LICENSE file in top-level directory |
---|
11 | [buildout] |
---|
12 | #parts = AuthKit ndg.security pyDAP |
---|
13 | parts = AuthKit |
---|
14 | |
---|
15 | [AuthKit] |
---|
16 | recipe = zc.recipe.egg |
---|
17 | interpreter = py |
---|
18 | eggs = AuthKit |
---|
19 | index = http://ndg.nerc.ac.uk/dist |
---|
20 | |
---|
21 | [ndg.security] |
---|
22 | recipe = zc.recipe.egg |
---|
23 | interpreter = py |
---|
24 | eggs = |
---|
25 | ndg_security |
---|
26 | ndg_security_test |
---|
27 | find-links = http://ndg.nerc.ac.uk/dist |
---|
28 | |
---|
29 | [pyDAP] |
---|
30 | # numpy is a dependency for pyDAP. You may get build errors: |
---|
31 | # |
---|
32 | # _configtest.c:1:20: error: Python.h: No such file or directory |
---|
33 | # |
---|
34 | # This hack works - explicitly set the include path to Python.h via an |
---|
35 | # environment variable which gcc picks up: |
---|
36 | # |
---|
37 | # $ export C_INCLUDE_PATH=/usr/include/python2.5 |
---|
38 | recipe = zc.recipe.egg |
---|
39 | interpreter = py |
---|
40 | eggs = |
---|
41 | pydap |
---|
42 | pydap.handlers.netcdf |
---|
Note: See
TracBrowser
for help on using the repository browser.