From bda47b2b48682e78fd5d908a1e4bddd5f5fea2db Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Fri, 20 Feb 2015 18:24:13 +0000 Subject: [PATCH] Rebranding --- AUTHORS | 3 ++- ChangeLog | 2 +- INSTALL | 20 ++++++++++---------- NOTICE | 2 +- README | 22 +++++++++++----------- project_summary.cmake | 2 +- 6 files changed, 26 insertions(+), 25 deletions(-) diff --git a/AUTHORS b/AUTHORS index ee836d8bd..91876dd20 100755 --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1,6 @@ -Shahram Najm Enrico Fucile +Shahram Najm +Sandor Kertesz Baudoin Raoult Cristian Codorean Jean-Baptiste Filippi diff --git a/ChangeLog b/ChangeLog index faf99ce12..1c3c419a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ The changelog is now online. Please see: -https://software.ecmwf.int/wiki/display/GRIB/History+of+Changes +https://software.ecmwf.int/wiki/display/ECC/History+of+Changes diff --git a/INSTALL b/INSTALL index cfac07eb2..e7801a301 100644 --- a/INSTALL +++ b/INSTALL @@ -1,5 +1,5 @@ -The grib_api installation is based on the standard configure utility. +The ecCodes installation is based on the standard configure utility. It is tested on several platforms and with several compilers. However for some platforms modifications to the installation engine may be required. If you encounter any problem during the installation procedure please send an e-mail with your problem to @@ -7,27 +7,27 @@ Software.Support@ecmwf.int. The only required package for a standard installation is jasper which enables the jpeg2000 packing/unpacking algorithm. -It is possible to build grib_api without jasper, by using the --disable-jpeg configure option, +It is possible to build ecCodes without jasper, by using the --disable-jpeg configure option, but to install a fully functional library, its download is recommended. Standard Installation ===================== - 1. Download grib_api from https://software.ecmwf.int/wiki/display/GRIB/Releases. + 1. Download eccodes from https://software.ecmwf.int/wiki/display/ECC/Releases. 2. Unpack distribution: - > gunzip grib_api-X.tar.gz - > tar xf grib_api-X.tar + > gunzip eccodes-X.tar.gz + > tar xf eccodes-X.tar - 3. Create the directory where to install grib_api say grib_api_dir + 3. Create the directory where to install eccodes say eccodes_dir - > mkdir grib_api_dir + > mkdir eccodes_dir - 4. Run the configure in the grib_api-X + 4. Run the configure in the eccodes-X - > cd grib_api-X - > ./configure --prefix=grib_api_dir + > cd eccodes-X + > ./configure --prefix=eccodes_dir 5. make, check and install diff --git a/NOTICE b/NOTICE index 399ddb199..6b6b6a5cf 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,4 @@ -ECMWF GRIB API +ECMWF ecCodes Copyright 2005-2015 ECMWF. This product includes software developed at ECMWF (http://www.ecmwf.int). diff --git a/README b/README index 3ff98fb1d..2d1589f22 100755 --- a/README +++ b/README @@ -1,25 +1,25 @@ -grib_api is the ECMWF encoding/decoding software for GRIB edition 1 and 2. +ecCodes is the ECMWF encoding/decoding software for GRIB (edition 1 and 2) and BUFR. -Documentation in html format can be found in the html directory of the -distribution directory. +Documentation can be found here: +https://software.ecmwf.int/wiki/display/ECC/ecCodes+Home INSTALLATION Standard Installation - 1. Download grib_api from https://software.ecmwf.int/wiki/display/GRIB/Releases + 1. Download from https://software.ecmwf.int/wiki/display/ECC/Releases 2. Unpack distribution: - > gunzip grib_api-X.tar.gz - > tar xf grib_api-X.tar + > gunzip eccodes-X.tar.gz + > tar xf eccodes-X.tar - 3. Create the directory where to install grib_api say /usr/local/grib_api_dir + 3. Create the directory where to install eccodes say /usr/local/eccodes_dir - > mkdir /usr/local/grib_api_dir + > mkdir /usr/local/eccodes_dir - 4. Run the configure in the grib_api-X + 4. Run the configure in the eccodes-X - > cd grib_api-X - > ./configure --prefix=/usr/local/grib_api_dir + > cd eccodes-X + > ./configure --prefix=/usr/local/eccodes_dir Note that the prefix must be the absolute path of the directory created. diff --git a/project_summary.cmake b/project_summary.cmake index 75c3bfbcc..be50a5700 100644 --- a/project_summary.cmake +++ b/project_summary.cmake @@ -2,7 +2,7 @@ if( SWIG_FOUND ) message( STATUS " SWIG command : [${SWIG_EXECUTABLE}]" ) endif() -foreach( _tpl ${GRIB_API_TPLS} ) +foreach( _tpl ${ECCODES_TPLS} ) string( TOUPPER ${_tpl} TPL ) if( ${TPL}_FOUND ) message( STATUS " ${_tpl} ${${_tpl}_VERSION}" )