To get a complete list of all configure options supported by NOX and LOCA, go to the top-level NOX source directory:
> cd Trilinos/packages/nox
Then run configure's help mode:
> ./configure --help
--enable-nox-debug --enable-nox-examples --enable-nox-tests --enable-nox-lapack --enable-nox-epetra --enable-nox-thyra --enable-nox-petsc PETSC_DIR and PETSC_ARCH See The PETSc Interface for more information regarding building NOX with PETSc
--enable-loca --enable-teuchos to use LOCA. --enable-teuchos-complex. --with-loca-anasazi --enable-anasazi to use this option. --with-loca-mf[=PATH] --with-mf-incdir and --with-mf-libdir are also available to point to the MF include and lib directories. A version of MF that is known to work with LOCA is available in the Trilinos3PL. --enable-python --enable-python also enables the LOCA-python wrappers, and if LAPACK or Epetra support is enabled, those python interface wrappers are enabled as well. --with-swig --enable-maintainer-mode --enable-prerelease
1.4.7