From 22fac9affc666ce308c7554b70d456d2ae8e9c2d Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Tue, 8 Sep 2020 09:49:07 -0600 Subject: [PATCH] more doc update --- doc/src/Build_settings.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/src/Build_settings.rst b/doc/src/Build_settings.rst index 21107b7203..46ae728a5e 100644 --- a/doc/src/Build_settings.rst +++ b/doc/src/Build_settings.rst @@ -68,12 +68,12 @@ to assist: .. code-block:: bash - -D FFTW3_INCLUDE_DIRS=path # path to FFTW3 include files - -D FFTW3_LIBRARIES=path # path to FFTW3 libraries + -D FFTW3_INCLUDE_DIR=path # path to FFTW3 include files + -D FFTW3_LIBRARY=path # path to FFTW3 libraries -D FFT_FFTW_THREADS=on # enable using threaded FFTW3 libraries - -D MKL_INCLUDE_DIRS=path # ditto for Intel MKL library + -D MKL_INCLUDE_DIR=path # ditto for Intel MKL library -D FFT_MKL_THREADS=on # enable using threaded FFTs with MKL libraries - -D MKL_LIBRARIES=path + -D MKL_LIBRARY=path # path to MKL libraries Traditional make ^^^^^^^^^^^^^^^^ @@ -284,11 +284,11 @@ variables: .. code-block:: bash -D JPEG_INCLUDE_DIR=path # path to jpeglib.h header file - -D JPEG_LIBRARIES=path # path to libjpeg.a (.so) file + -D JPEG_LIBRARY=path # path to libjpeg.a (.so) file -D PNG_INCLUDE_DIR=path # path to png.h header file - -D PNG_LIBRARIES=path # path to libpng.a (.so) file + -D PNG_LIBRARY=path # path to libpng.a (.so) file -D ZLIB_INCLUDE_DIR=path # path to zlib.h header file - -D ZLIB_LIBRARIES=path # path to libz.a (.so) file + -D ZLIB_LIBRARY=path # path to libz.a (.so) file -D FFMPEG_EXECUTABLE=path # path to ffmpeg executable Traditional make