From 50bdcfa0b96d13dd8929c5066cda9aefa904fd3a Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Fri, 15 Dec 2023 17:03:13 +0000 Subject: [PATCH] Per #2760, doc-only change to list as a requirement for compiling lidar2nc. --- docs/Users_Guide/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Users_Guide/installation.rst b/docs/Users_Guide/installation.rst index 4eb2fc44b3..668da2f71d 100644 --- a/docs/Users_Guide/installation.rst +++ b/docs/Users_Guide/installation.rst @@ -310,7 +310,7 @@ Enable compilation of GRIB2 support. Requires $MET_GRIB2C. --enable-python -Enable compilation of Python support. Requires $MET_PYTHON_CC and $MET_PYTHON_LD. +Enable compilation of Python embedding support. Requires $MET_PYTHON_CC and $MET_PYTHON_LD. .. code-block:: none @@ -322,7 +322,7 @@ Enable compilation of unstructured grid support. Requires $MET_ATLAS and $MET_EC --enable-lidar2nc -Enable compilation of utilities using the LIDAR2NC tool. +Enable compilation of the LIDAR2NC tool. Requires $MET_HDF. .. code-block:: none