ECC-200: Must use different string for Python package name: ecCodes (stop clash with F90 = eccodes)

This commit is contained in:
Shahram Najm 2016-07-13 13:42:59 +01:00
parent 772018a7d8
commit bb4c780fef
1 changed files with 7 additions and 2 deletions

View File

@ -91,7 +91,7 @@ INPUT = eccodes.dox \
../examples/C \ ../examples/C \
../examples/F90 \ ../examples/F90 \
../examples/python \ ../examples/python \
eccodes.py \ ecCodes.py \
environment.dox environment.dox
FILE_PATTERNS = *.c \ FILE_PATTERNS = *.c \
*.cc \ *.cc \
@ -185,7 +185,7 @@ TREEVIEW_WIDTH = 250
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
# configuration options related to the LaTeX output # configuration options related to the LaTeX output
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
GENERATE_LATEX = NO GENERATE_LATEX = YES
LATEX_OUTPUT = latex LATEX_OUTPUT = latex
LATEX_CMD_NAME = latex LATEX_CMD_NAME = latex
MAKEINDEX_CMD_NAME = makeindex MAKEINDEX_CMD_NAME = makeindex
@ -284,3 +284,8 @@ DOT_CLEANUP = YES
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
SEARCHENGINE = YES SEARCHENGINE = YES
SERVER_BASED_SEARCH = NO SERVER_BASED_SEARCH = NO
#---------------------------------------------------------------------------
# Configuration options related to the DOCBOOK output
#---------------------------------------------------------------------------
GENERATE_DOCBOOK = YES