cca-chem-apps.i686-linux) and will be referred to as the target directory below.
Many important configuration options are obtained from Ccaffeine and Babel, making it critical that these packages are properly configured. Compiler and libtool configuration is obtained from Babel, while MPI configuration is obtained from Ccaffeine. Configuration should be straightforward as long as the cca-chem-config and sc-config scripts are found in the users path, and the NWCHEM_TOP, NWCHEM_TARGET, TAO_DIR, BOPT, and PETSC_ARCH environmental variables are properly defined in the user's environment. When building the PyView GUI, also ensure that pyMPI is in the user's path. If these conditions are met then the --with-* configuration options should not be needed, but may be used to override options determined from the user's environment. The enable and disable options allow the build to be adjusted to suit the needs of the user and the packages which are available.
In the target directory execute the configure command which is located in the cca-chem-apps source directory. Use the absolute pathname to the configure script. This command should build a hierarchy of target directories and the necessary makefiles. Do a configure --help to see a list of options. Options are specified with an equals sign, as in configure --prefix=/usr/local. Some options, such as the enable and disable options, do not require an argument. Useful options to configure include:
--prefix/usr/local. --enable-mpqcyes. --enable-nwchemyes. --enable-taoyes. --enable-pyviewno. --with-cca-chem-config--with-sc-config--with-nwchem-dir--with-nwchem-target--with-tao-dir--with-tao-bopt--with-petsc-arch--with-pyMPIenable/disable options handle customization of the makefiles. Assuming a proper configuration, just run "make; make install". As the runtime linker paths built into the libraries assume installation, installation is not optional
1.3.9.1