Merge branch 'hide_NO_GRIB2_opts' into develop (PR #189)192/head
commit583040aa3baca83c68ed9eaabbd23359141c74d1
authorMichael Duda <duda@ucar.edu>
Wed, 10 Nov 2021 21:58:17 +0000 (10 14:58 -0700)
committerMichael Duda <duda@ucar.edu>
Wed, 10 Nov 2021 21:58:17 +0000 (10 14:58 -0700)
tree307162503e818265f568675e3e54c54b1576b4e0
parent3793c31ee4199f22c9cbef7b2783500bb343c002
parentb8de49d09556f3f8e8c8c60ae60ca2ba8a30d498
Merge branch 'hide_NO_GRIB2_opts' into develop (PR #189)

This merge removes NO_GRIB2 configuration options when the user has run the
configure script with the --build-grib2-libs flag.

If the user has provided the configure script with the --build-grib2-libs
option, it seems safe enough to assume the ungrib program should be built with
GRIB2 support (using the internally provided copies of zlib, libpng, and
JasPer), so half of the configuration options presented to the user can be
eliminated -- specifically, the NO_GRIB2 options.

* hide_NO_GRIB2_opts:
  If internal GRIB2 libs will be compiled, don't show user NO_GRIB2 config options