mirror of https://github.com/ecmwf/eccodes.git
Sync with ecmwf develop
This commit is contained in:
parent
e064b4dc95
commit
470f9c8cef
|
@ -4,38 +4,6 @@ if(HAVE_INSTALL_ECCODES_SAMPLES)
|
|||
install( FILES ${samples_files}
|
||||
DESTINATION ${ECCODES_SAMPLES_SUFF}
|
||||
PERMISSIONS OWNER_WRITE OWNER_READ GROUP_READ WORLD_READ )
|
||||
# set to the newest GRIB2 tablesVersion
|
||||
if(NOT HAVE_MEMFS)
|
||||
set(GRB2TABVERS '30')
|
||||
add_custom_target(set_grib2_latest_tables_version)
|
||||
add_custom_command(TARGET set_grib2_latest_tables_version
|
||||
POST_BUILD
|
||||
COMMAND bash -c "cd ${CMAKE_INSTALL_PREFIX}/${ECCODES_SAMPLES_SUFF}; for F in GRIB2.tmpl *_grib2.tmpl ; do grib_set -s tablesVersion=${GRB2TABVERS} $F tmp; mv tmp $F; done"
|
||||
VERBATIM
|
||||
WORKING_DIRECTORY ${CMAKE_INSTALL_PREFIX}/${ECCODES_SAMPLES_SUFF}
|
||||
)
|
||||
add_custom_command(TARGET set_grib2_latest_tables_version
|
||||
POST_BUILD
|
||||
COMMAND bash -c "cd ${CMAKE_INSTALL_PREFIX}/share/eccodes/ifs_samples/grib1_mlgrib2; for F in *_ml.tmpl ; do grib_set -s tablesVersion=${GRB2TABVERS} $F tmp; mv tmp $F; done"
|
||||
VERBATIM
|
||||
WORKING_DIRECTORY ${CMAKE_INSTALL_PREFIX}/${ECCODES_SAMPLES_SUFF}
|
||||
)
|
||||
add_custom_command(TARGET set_grib2_latest_tables_version
|
||||
POST_BUILD
|
||||
COMMAND bash -c "cd ${CMAKE_INSTALL_PREFIX}/share/eccodes/ifs_samples/grib1_mlgrib2_ieee64; for F in *_ml.tmpl ; do grib_set -s tablesVersion=${GRB2TABVERS} $F tmp; mv tmp $F; done"
|
||||
VERBATIM
|
||||
WORKING_DIRECTORY ${CMAKE_INSTALL_PREFIX}/${ECCODES_SAMPLES_SUFF}
|
||||
)
|
||||
if(HAVE_AEC)
|
||||
add_custom_command(TARGET set_grib2_latest_tables_version
|
||||
POST_BUILD
|
||||
COMMAND bash -c "cd ${CMAKE_INSTALL_PREFIX}/share/eccodes/ifs_samples/grib1_mlgrib2_ccsds; for F in *_ml.tmpl gg_sfc_grib2.tmpl ; do grib_set -s tablesVersion=${GRB2TABVERS} $F tmp; mv tmp $F; done"
|
||||
VERBATIM
|
||||
WORKING_DIRECTORY ${CMAKE_INSTALL_PREFIX}/${ECCODES_SAMPLES_SUFF}
|
||||
)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
endif()
|
||||
|
||||
foreach( tmpl ${samples_files} )
|
||||
|
|
Loading…
Reference in New Issue