From 2f885649d949836945c3a93bb3964a03bcc0599e Mon Sep 17 00:00:00 2001 From: Alexis Montoison Date: Sun, 16 Jul 2023 17:38:09 -0400 Subject: [PATCH] Improve the description of the options --- README.meson | 52 +++++++++++++++++++++++------------------------ meson_options.txt | 52 +++++++++++++++++++++++------------------------ 2 files changed, 52 insertions(+), 52 deletions(-) diff --git a/README.meson b/README.meson index a09e166ccd..bf76f0c8a0 100644 --- a/README.meson +++ b/README.meson @@ -23,32 +23,32 @@ Currently supported options with their default value: * `-Dsingle=true`: generate the single precision library, tests and examples; * `-Ddouble=true`: generate the double precision library, tests and examples; * `-Dssids=true`: build ssids; -* `-Dlibblas=openblas`: BLAS library switching; -* `-Dliblapack=openblas`: LAPACK library switching; -* `-Dlibmetis=metis`: METIS library switching; -* `-Dlibhsl=hsl`: HSL library switching; -* `-Dlibcutest=cutest`: HSL library switching; -* `-Dlibwsmp=wsmp`: WSMP library switching; -* `-Dlibumfpack=umfpack`: UMFPACK library switching; -* `-Dlibpardiso=pardiso`: PARDISO library switching; -* `-Dlibspmf=spmf`: SPMF library switching; -* `-Dlibpastix=pastix`: PASTIX library switching; -* `-Dlibmkl_pardiso=mkl_pardiso`: Intel MKL PARDISO library switching; -* `-Dlibampl=ampl`: AMPL library switching; -* `-Dlibblas_path=[]`: additional directories to search BLAS library; -* `-Dliblapack_path=[]`: additional directories to search LAPACK library; -* `-Dlibmetis_path=[]`: additional directories to search METIS library; -* `-Dlibhsl_path=[]`: additional directories to search HSL library; -* `-Dlibcutest_path=[]`: additional directories to search CUTEST library; -* `-Dlibwsmp_path=[]`: additional directories to search WSMP library; -* `-Dlibumfpack_path=[]`: additional directories to search UMFPACK library; -* `-Dlibpardiso_path=[]`: additional directories to search PARDISO library; -* `-Dlibspmf_path=[]`: additional directories to search SPMF library; -* `-Dlibpastix_path=[]`: additional directories to search PASTIX library; -* `-Dlibmumps_path=[]`: additional directories to search MUMPS libraries; -* `-Dlibmkl_pardiso_path=[]`: additional directories to search Intel MKL library; -* `-Dlibampl_path=[]`: additional directories to search AMPL library library; -* `-Dlibhsl_modules[]`: additional directories to search HSL modules; +* `-Dlibblas=openblas`: BLAS library against which to link; +* `-Dliblapack=openblas`: LAPACK library against which to link; +* `-Dlibmetis=metis`: METIS library against which to link; +* `-Dlibhsl=hsl`: HSL library against which to link; +* `-Dlibcutest=cutest`: HSL library against which to link; +* `-Dlibwsmp=wsmp`: WSMP library against which to link; +* `-Dlibumfpack=umfpack`: UMFPACK library against which to link; +* `-Dlibpardiso=pardiso`: PARDISO library against which to link; +* `-Dlibspmf=spmf`: SPMF library against which to link; +* `-Dlibpastix=pastix`: PASTIX library against which to link; +* `-Dlibmkl_pardiso=mkl_pardiso`: Intel MKL PARDISO library against which to link; +* `-Dlibampl=ampl`: AMPL library against which to link; +* `-Dlibblas_path=[]`: additional directories to search for the BLAS library; +* `-Dliblapack_path=[]`: additional directories to search for the LAPACK library; +* `-Dlibmetis_path=[]`: additional directories to search for the METIS library; +* `-Dlibhsl_path=[]`: additional directories to search for the HSL library; +* `-Dlibcutest_path=[]`: additional directories to search for the CUTEST library; +* `-Dlibwsmp_path=[]`: additional directories to search for the WSMP library; +* `-Dlibumfpack_path=[]`: additional directories to search for the UMFPACK library; +* `-Dlibpardiso_path=[]`: additional directories to search for the PARDISO library; +* `-Dlibspmf_path=[]`: additional directories to search for the SPMF library; +* `-Dlibpastix_path=[]`: additional directories to search for the PASTIX library; +* `-Dlibmumps_path=[]`: additional directories to search for the MUMPS libraries; +* `-Dlibmkl_pardiso_path=[]`: additional directories to search for the Intel MKL library; +* `-Dlibampl_path=[]`: additional directories to search for the AMPL library library; +* `-Dlibhsl_modules[]`: additional directories to search for the HSL modules; * `-Dlibmetis_version=5`: version of the METIS library. Non-default compilers can be selected by setting the `CC`, `CXX` and `FC` shell variables. diff --git a/meson_options.txt b/meson_options.txt index 9efc780346..37813d77c5 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -41,132 +41,132 @@ option('ssids', option('libblas', type : 'string', value : 'openblas', - description : 'option for BLAS library switching') + description : 'BLAS library against which to link') option('liblapack', type : 'string', value : 'openblas', - description : 'option for LAPACK library switching') + description : 'LAPACK library against which to link') option('libmetis', type : 'string', value : 'metis', - description : 'option for METIS library switching') + description : 'METIS library against which to link') option('libhsl', type : 'string', value : 'hsl', - description : 'option for HSL library switching') + description : 'HSL library against which to link') option('libcutest', type : 'string', value : 'cutest', - description : 'option for CUTEST library switching') + description : 'CUTEST library against which to link') option('libwsmp', type : 'string', value : 'wsmp', - description : 'option for WSMP library switching') + description : 'WSMP library against which to link') option('libumfpack', type : 'string', value : 'umfpack', - description : 'option for UMFPACK library switching') + description : 'UMFPACK library against which to link') option('libpardiso', type : 'string', value : 'pardiso', - description : 'option for PARDISO library switching') + description : 'PARDISO library against which to link') option('libspmf', type : 'string', value : 'spmf', - description : 'option for SPMF library switching') + description : 'SPMF library against which to link') option('libpastix', type : 'string', value : 'pastix', - description : 'option for PASTIX library switching') + description : 'PASTIX library against which to link') option('libmkl_pardiso', type : 'string', value : 'mkl_rt', - description : 'option for Intel MKL PARDISO library switching') + description : 'Intel MKL PARDISO library against which to link') option('libampl', type : 'string', value : 'ampl', - description : 'option for AMPL library switching') + description : 'AMPL library against which to link') option('libblas_path', type : 'array', value : [], - description : 'Additional directories to search BLAS library') + description : 'Additional directories to search for the BLAS library') option('liblapack_path', type : 'array', value : [], - description : 'Additional directories to search LAPACK library') + description : 'Additional directories to search for the LAPACK library') option('libmetis_path', type : 'array', value : [], - description : 'Additional directories to search METIS library') + description : 'Additional directories to search for the METIS library') option('libhsl_path', type : 'array', value : [], - description : 'Additional directories to search HSL library') + description : 'Additional directories to search for the HSL library') option('libcutest_path', type : 'array', value : [], - description : 'Additional directories to search CUTEST library') + description : 'Additional directories to search for the CUTEST library') option('libwsmp_path', type : 'array', value : [], - description : 'Additional directories to search WSMP library') + description : 'Additional directories to search for the WSMP library') option('libumfpack_path', type : 'array', value : [], - description : 'Additional directories to search UMFPACK library') + description : 'Additional directories to search for the UMFPACK library') option('libpardiso_path', type : 'array', value : [], - description : 'Additional directories to search PARDISO library') + description : 'Additional directories to search for the PARDISO library') option('libspmf_path', type : 'array', value : [], - description : 'Additional directories to search SPMF library') + description : 'Additional directories to search for the SPMF library') option('libpastix_path', type : 'array', value : [], - description : 'Additional directories to search PASTIX library') + description : 'Additional directories to search for the PASTIX library') option('libmumps_path', type : 'array', value : [], - description : 'Additional directories to search MUMPS libraries') + description : 'Additional directories to search for the MUMPS libraries') option('libmkl_pardiso_path', type : 'array', value : [], - description : 'Additional directories to search Intel MKL library') + description : 'Additional directories to search for the Intel MKL library') option('libampl_path', type : 'array', value : [], - description : 'Additional directories to search AMPL library library') + description : 'Additional directories to search for the AMPL library library') option('libhsl_modules', type : 'array', value : [], - description : 'Additional directories to search HSL modules') + description : 'Additional directories to search for the HSL modules') option('libmetis_version', type : 'combo',