From: edgar <edg...@cr...> - 2021-08-23 12:53:33
|
Hi Hubert! Thanks. It seems that the option which you are sending is for the overall libMesh compilation (correct me if I'm wrong). I am interested in having my libMesh with the ability to process complex numbers, and just compiling a specific program (not the whole libMesh) without complex numbers. Do you know if there is a way for that? Thank you again. On 2021-08-23 08:33, Hubert Weissmann wrote: > Good morning Edgar, > > using ``--enable-complex=no`` should do you that trick. > In the output of `configure --help` is a statement > > > Optional Features: > --disable-option-checking ignore unrecognized --enable/--with > options > --disable-FEATURE do not include FEATURE (same as > --enable-FEATURE=no) > --enable-FEATURE[=ARG] include FEATURE [ARG=yes] > > which is a bit hidden if one seeks for a particular option. > > I hope, this help you. > > All the best > Hubert |