Moab builds are failing perhaps after switching to using git repo [if git exists] from tarball. This is due to the missing 'configure' script in the repo [which presumably needs to be generated.
https://bitbucket.org/petsc/petsc/commits/850bbba3e5b7b9c06b5231d4621b4fd248124420 How do we fix this? [well if using git repo - we might have to check for additional dependency 'autoreconf' and run 'autoreconf -fi'. But if it doesn't exist - do we fall back to tarball or just error out? And I have no idea where such code would go in the 'GNUPackage' notation] Satish --------------- =============================================================================== Running configure on MOAB; this may take several minutes =============================================================================== ******************************************************************************* UNABLE to CONFIGURE with GIVEN OPTIONS (see configure.log for details): ------------------------------------------------------------------------------- Error running configure on MOAB: Could not execute "cd /sandbox/petsc/petsc.clone-3/externalpackages/moab && ./configure --prefix=/sandbox/petsc/petsc.clone-3/arch-linux-pkgs-cxx-mlib CC="/sandbox/petsc/petsc.clone-3/arch-linux-pkgs-cxx-mlib/bin/mpicc" CFLAGS=" -fPIC -Wall -Wwrite-strings -Wno-strict-aliasing -Wno-unknown-pragmas -g3 -fno-inline -O0 " CXX="/sandbox/petsc/petsc.clone-3/arch-linux-pkgs-cxx-mlib/bin/mpicxx" CXXFLAGS=" -Wall -Wwrite-strings -Wno-strict-aliasing -Wno-unknown-pragmas -g -fPIC " F90="/sandbox/petsc/petsc.clone-3/arch-linux-pkgs-cxx-mlib/bin/mpif90" F90FLAGS=" -fPIC -Wall -Wno-unused-variable -Wno-unused-dummy-argument -g " F77="/sandbox/petsc/petsc.clone-3/arch-linux-pkgs-cxx-mlib/bin/mpif90" FFLAGS=" -fPIC -Wall -Wno-unused-variable -Wno-unused-dummy-argument -g " FC="/sandbox/petsc/petsc.clone-3/arch-linux-pkgs-cxx-mlib/bin/mpif90" FCLAGS=" -fPIC -Wall -Wno-unused-variable -Wno-unused-dummy-argument -g " --enable-shared --with-mpi=/sandbox/p etsc/petsc.clone-3/arch-linux-pkgs-cxx-mlib --with-hdf5=/sandbox/petsc/petsc.clone-3/arch-linux-pkgs-cxx-mlib --with-netcdf=/sandbox/petsc/petsc.clone-3/arch-linux-pkgs-cxx-mlib": /bin/sh: ./configure: No such file or directory
