--- CMakeModules/FindGrib.cmake.orig	2017-01-21 17:17:12.000000000 +0900
+++ CMakeModules/FindGrib.cmake	2017-11-25 14:34:41.000000000 +0900
@@ -9,7 +9,7 @@
 #
 
 
-find_library(GRIB_LIBRARIES NAMES grib_api)
+find_library(GRIB_LIBRARIES NAMES eccodes)
 find_path(GRIB_INCLUDE_DIR NAMES grib_api.h)
 include(FindPackageHandleStandardArgs)
 # since there's no grib_api.pc let's check if this installation of grib required jasper and jpeg