Skip to content

Commit

Permalink
Improve the description of the options
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Jul 16, 2023
1 parent df73544 commit aa656f5
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 52 deletions.
52 changes: 26 additions & 26 deletions README.meson
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
52 changes: 26 additions & 26 deletions meson_options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit aa656f5

Please sign in to comment.