Commit Graph

84 Commits

Author SHA1 Message Date
Shahram Najm caaadd923a Update description of MEMFS feature 2016-06-20 18:00:09 +01:00
Baudouin Raoult 16663de49a Merge branch 'develop' into feature/memfs 2016-06-16 19:42:39 +01:00
Shahram Najm 0a43dcc70d Remove obsolete stuff 2016-06-16 10:42:37 +01:00
Baudouin Raoult 340175376b Use memfs to load definitions and templates 2016-06-14 15:27:49 +01:00
Shahram Najm ea159924dc Pkgconfig: Add HAVE_LIBOPENJPEG 2016-06-06 13:22:29 +01:00
Shahram Najm a4acc9eae4 Make minimum Python version 2.6 to enable Python3 in future 2016-06-01 16:40:20 +01:00
Shahram Najm eb6b68329b Change version number to 0.16.0 to be in sync with grib_api (1.16.0) 2016-05-23 11:30:36 +01:00
Shahram Najm 16ffcc3d24 Rename cmake option 2016-05-05 16:23:46 +01:00
Shahram Najm 3a1783f120 Add test for grib parameter concept files 2016-05-04 16:04:21 +01:00
Shahram Najm 1b9ea7d288 GRIB-976: ifs_samples files moved to install prefix 2016-04-27 15:43:49 +01:00
Shahram Najm 6c02af203b Increment version to 2.0.0 2016-04-26 16:26:06 +01:00
Shahram Najm c31b579294 use ecBuild logging macros instead of message 2016-04-14 11:10:15 +01:00
Shahram Najm 800391d0ce Add copyright notice 2016-04-13 16:12:21 +01:00
Shahram Najm 951b78dd02 GRIB-961: Fix wrong exports of variables for bundles 2016-04-07 16:51:07 +01:00
Shahram Najm 2a612f094b GRIB-948: Increment the required cmake version from 2.8.4 to 2.8.11 2016-03-16 13:33:44 +00:00
Shahram Najm cc82d59b87 CMake message on version 2016-03-01 10:27:54 +00:00
Shahram Najm f8c91a7172 Minor formatting 2016-02-19 10:18:29 +00:00
Shahram Najm 52e5fcc9c8 Write cmake info messages to stdout 2016-01-27 10:14:25 +00:00
Shahram Najm 87fc993748 OpenMP and POSIX threads: do not allow both to be specified 2016-01-07 11:31:42 +00:00
Shahram Najm 5c7761d936 ECC-204: Python bindings: make numpy a requirement (drop support for python arrays) 2016-01-07 10:54:02 +00:00
Shahram Najm 52ab4d1ba3 GRIB-884: OpenMP Support 2015-12-30 14:39:02 +00:00
Shahram Najm ce2d1ed49f ECBUILD-190: suppress deprecation messages 2015-12-17 11:11:42 +00:00
Shahram Najm b0289412c4 Remove deprecated ecbuild macro 2015-12-16 11:49:59 +00:00
Shahram Najm c5281eb0a8 Dont pack the confluence directory in tarball 2015-11-18 15:50:27 +00:00
Shahram Najm 24581f567a Update banner 2015-10-30 18:23:59 +00:00
Shahram Najm adc18b69b6 Rename the cmake macro 2015-10-21 17:31:19 +01:00
Shahram Najm 2e074dcda2 Remove unnecessary search for Python interpreter 2015-10-19 17:38:13 +01:00
Shahram Najm 4837a9f093 Update final message 2015-10-02 10:36:55 +01:00
Shahram Najm 02bcb76d8d Print final banner to notify user cmake succeeded 2015-10-02 10:03:28 +01:00
Shahram Najm 76530a0cbf GRIB-822: Make definitions/samples suffixes overridable, but not paths, Place ifs_samples in build and install root by default 2015-09-22 11:42:54 +01:00
Shahram Najm b2bea8c33b Fixes for GRIB-826 and GRIB-825 2015-09-18 11:07:02 +01:00
Shahram Najm 05bdf8761e ECBUILD-116 CMake: use ecbuild_add_c_flags 2015-09-18 10:39:20 +01:00
Shahram Najm 6a626a235d GRIB-822 Export samples and definition paths for install and build trees
With ECBUILD-105 is is possible to check for build vs. install tree
export in <package>-import.cmake scripts.
Use this to export the correct GRIB_API_DEFINITION_PATH,
GRIB_API_SAMPLES_PATH, GRIB_API_IFS_SAMPLES_PATH in
grib_api-import.cmake for dependent projects to use.
2015-08-28 14:00:17 +01:00
Shahram Najm 40b85a7996 ECBUILD-87 CMake: include ecbuild_system with no policy scope 2015-08-17 13:00:43 +01:00
Shahram Najm 76d074ea8e GRIB-804: cmake does not enable JPEG if only openjpeg is present and not jasper 2015-07-24 09:53:28 +01:00
Shahram Najm 563c480bf1 Fix for 'make rpms' needed for bamboo release builds 2015-07-14 18:05:15 +01:00
Shahram Najm 76bd03e33a CMake: fortran and examples features 2015-06-09 14:50:51 +01:00
Shahram Najm d56c384c3e ECC-100: CMake: Rename GRIB_THREADS to ECCODES_THREADS 2015-05-14 16:45:03 +01:00
Shahram Najm fce32129b2 ECC-106: CMake: overriding default install directories 2015-04-29 17:16:13 +01:00
Shahram Najm 60af889c43 Exclusions from make package_source 2015-04-01 09:50:46 +01:00
Shahram Najm b39c30fc1b Dont pack the share/eccodes dir 2015-03-30 11:46:28 +01:00
Shahram Najm f2a554fbe8 GRIB-731: CMake: check the md5 of downloaded data for tests 2015-03-11 17:33:46 +00:00
Shahram Najm a476153f94 Update ecbuild macro version because of pkgconfig 2015-03-06 17:35:59 +00:00
Shahram Najm e98966d41b ECC-72: Discontinue support for Fortran77 2015-02-27 18:21:10 +00:00
Shahram Najm a38de835c2 Rebranding: cmake config etc 2015-02-18 18:11:38 +00:00
Shahram Najm 1aeaeecef7 Rebranding from grib_api to eccodes 2015-02-18 10:14:22 +00:00
Shahram Najm f0ea1ec12f ECC-63: Change name of the library 2015-02-13 18:04:42 +00:00
Shahram Najm 936684035d Removed obsolete dirs 2015-02-10 22:53:13 +00:00
Shahram Najm 700d7c7878 GRIB-680: CMake: lib/pkgconfig not created 2015-02-05 16:57:47 +00:00
Shahram Najm 84f1a4ebe9 ECC-39: CMake build: make on sappa/sappb fail due to jasper include file 2015-02-02 17:02:15 +00:00