Changeset 5207 for TI12-security
- Timestamp:
- 21/04/09 14:53:49 (12 years ago)
- Location:
- TI12-security/trunk/python/buildout/ndgsecurity_pydap
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/python/buildout/ndgsecurity_pydap/buildout.cfg
r5206 r5207 10 10 # BSD - See LICENSE file in top-level directory 11 11 [buildout] 12 parts = NDGSecurity pyDAP12 parts = ndg.security pyDAP 13 13 14 [ NDGSecurity]14 [ndg.security] 15 15 recipe = zc.recipe.egg 16 16 interpreter = py … … 19 19 20 20 [pyDAP] 21 # numpy is a dependency for pyDAP. You may get build errors: 22 # 23 # _configtest.c:1:20: error: Python.h: No such file or directory 24 # 25 # This hack works - explicitly set the include path to Python.h via an 26 # environment variable which gcc picks up: 27 # 28 # $ export C_INCLUDE_PATH=/usr/include/python2.5 21 29 recipe = zc.recipe.egg 22 30 interpreter = py 23 eggs = pydap 31 eggs = 32 pydap 33 pydap.handlers.netcdf
Note: See TracChangeset
for help on using the changeset viewer.