Commit Graph

2060 Commits

Author SHA1 Message Date
Shahram Najm 9cfc80a7a7 Ignore generated files 2016-07-18 17:46:26 +01:00
Shahram Najm 5f74e56c31 ECC-296: Update egg info 2016-07-18 17:06:07 +01:00
Shahram Najm 6710163879 ECC-296: Use Python distutils to install Python modules 2016-07-18 16:35:25 +01:00
Shahram Najm 4f3fe1b785 Python setup: remove unnecessary libraries 2016-07-18 14:58:38 +01:00
Shahram Najm 30510802b3 Python CCSDS test 2016-07-18 14:58:18 +01:00
Shahram Najm 1ec64a0e54 Update final message text 2016-07-18 14:57:54 +01:00
Florian Rathgeber 109a724384 ECC-204 Python: remove obsolete swig_wrap_array.{c,py} 2016-07-14 08:48:22 +01:00
Florian Rathgeber 95455c34a0 ECC-204 Python: remove support for deprecated array handler 2016-07-14 08:48:22 +01:00
Florian Rathgeber cc54d6810a ECC-296 Clean up python CMakeLists 2016-07-14 08:48:21 +01:00
Florian Rathgeber cad2ea0b4a ECC-296 Clean up setup.py 2016-07-14 08:48:21 +01:00
Florian Rathgeber 58affc60a8 ECC-296 No longer add source tree to PYTHONPATH 2016-07-14 08:48:21 +01:00
Florian Rathgeber 7bf11d75e2 ECC-296 Use Python distutils to install Python modules
* Create Python modules eccodes and gribapi already in the source tree
* Copy modules to build tree, so build tree mirrors install location
* Call `python setup.py build_exit --inplace` to build extension module
  for use in build tree (using the build tree RPATH)
* Call `python setup.py install --prefix=${CMAKE_INSTALL_PREFIX}` to
  install (using the build tree RPATH)

The build tree is now a fully functioning Python package, so you can
also `pip install /path/to/eccodes/build/python`.
2016-07-14 08:48:20 +01:00
Shahram Najm 4669430a0c ECC-297: CCSDS support 2016-07-13 18:28:37 +01:00
Shahram Najm e747815c54 Merge branch 'feature/Template-5.42' into develop 2016-07-13 18:16:44 +01:00
Shahram Najm d3daa235be CCSDS: fix tests 2016-07-13 18:16:04 +01:00
Shahram Najm aa3dffb8ed Merge pull request #6 in ECCODES/eccodes from PUBLIC/eccodes:develop to feature/Template-5.42
* commit '1d9c2dda13a904adf09fddb66e182f047757d8fc':
  GRIB-179: Apply fix for proper CCSDS encoding
  GRIB-179: Add test for data when (bitsPerValue % 8 != 0)
2016-07-13 17:32:24 +01:00
Shahram Najm 1d9c2dda13 Merge pull request #8 in PUBLIC/eccodes from DWD/eccodes:feature/GRIB-179-add-support-for-data-repr-template-5.42 to develop
* commit '8125bb20ab75e5809cb193728b17e68181749cb4':
  GRIB-179: Apply fix for proper CCSDS encoding
  GRIB-179: Add test for data when (bitsPerValue % 8 != 0)
2016-07-13 17:22:11 +01:00
Shahram Najm de10c94129 ECC-200: Inject struct decls by post-processing header file 2016-07-13 17:21:28 +01:00
Shahram Najm e9e7c03cd6 ECC-200: Improve Python docs 2016-07-13 17:20:51 +01:00
Shahram Najm 0d0479ffd2 Remove the offending struct declarations 2016-07-13 17:20:33 +01:00
Shahram Najm 084cd7b0d0 F90 example clean up 2016-07-13 17:10:34 +01:00
Shahram Najm ea5f26a29c ECC-200: Must generate LateX to get PDF 2016-07-13 13:47:41 +01:00
Shahram Najm e12a686edf ECC-200: Python docs updates 2016-07-13 13:47:21 +01:00
Shahram Najm d8b0c75f01 ECC-200: Must use different string for Python package name: ecCodes (stop clash with F90 = eccodes) 2016-07-13 13:45:50 +01:00
Shahram Najm bb4c780fef ECC-200: Must use different string for Python package name: ecCodes (stop clash with F90 = eccodes) 2016-07-13 13:42:59 +01:00
Shahram Najm 772018a7d8 ECC-200: clean up of Main Page 2016-07-13 13:42:06 +01:00
Shahram Najm 30620e16e4 ECC-200: Moved F90 tab before Python 2016-07-13 13:41:34 +01:00
Shahram Najm 13e3fb74d4 ECC-200: doxygen for python 2016-07-12 16:15:03 +01:00
Shahram Najm 91585fcdc2 MEMFS: Do not require Python libs, only the executable 2016-07-11 16:29:33 +01:00
Shahram Najm 23dc3ccc2b Add new C file 2016-07-11 16:10:39 +01:00
Shahram Najm 1a5bc70471 Documentation: remove obsolete tool docs 2016-07-11 11:48:41 +01:00
Shahram Najm 81b4cfb4c8 ECC-200: doxygen documentation 2016-07-11 11:37:33 +01:00
Shahram Najm 49e46033c0 ECC-200: doxygen documentation 2016-07-11 11:27:08 +01:00
Shahram Najm 0f47395242 Added BUFR sample files 2016-07-11 09:59:49 +01:00
Shahram Najm e54185a501 Fix compiler warnings/errors 2016-07-09 12:37:29 +01:00
Shahram Najm 55427dfc18 Merge branch 'develop' of ssh://software.ecmwf.int:7999/eccodes/eccodes into develop 2016-07-09 12:13:12 +01:00
Shahram Najm 64ca0b5900 Clean up of header file 2016-07-09 12:13:05 +01:00
Enrico Fucile c43391c43a bufr_dump -Efortran and codes_set_string_array fortran ECC-292 ECC-295 2016-07-08 13:54:08 +01:00
Shahram Najm 88081880ad GRIB-871: soil layers for UERRA 2016-07-07 13:10:47 +01:00
Shahram Najm 60531a2e49 Documentation 2016-07-07 10:50:05 +01:00
Shahram Najm 72fb322279 ECC-294: C function grib_get_data has unused argument 'size' 2016-07-06 15:10:20 +01:00
Shahram Najm 48da0bdb61 Tests: Check output 2016-07-06 13:15:43 +01:00
Shahram Najm e85e3e5790 Tests: Check output 2016-07-06 13:06:31 +01:00
Enrico Fucile 0cb170163c Merge branch 'develop' of ssh://software.ecmwf.int:7999/eccodes/eccodes into develop 2016-07-06 10:56:02 +01:00
Enrico Fucile 16eb5797ae added test sample to -Efilter test ECC-285 2016-07-06 10:55:56 +01:00
Shahram Najm 37468c7b7b Improve tests 2016-07-06 10:31:09 +01:00
Shahram Najm 5fcf20f124 Remove temp log file 2016-07-06 10:09:37 +01:00
Shahram Najm 299bacd958 Add extra tests 2016-07-06 10:09:15 +01:00
Shahram Najm 541fcdefc5 Added new file 2016-07-06 09:49:39 +01:00
Shahram Najm 1b95718e17 Visual Studio update 2016-07-06 09:49:18 +01:00