Yes, DESTDIR is something that is only used during "make install". If you had a prefix install of PETSc, it should get PETSC_DIR (set to that prefix) and empty PETSC_ARCH.
"Kong, Fande" <fande.k...@inl.gov> writes: > Hi All, > > ~/projects/slepc]> PETSC_ARCH=arch-darwin-c-debug-master ./configure > > > > > > > > *Checking environment...Traceback (most recent call last): File > "./configure", line 10, in <module> > execfile(os.path.join(os.path.dirname(__file__), 'config', > 'configure.py')) File "./config/configure.py", line 206, in <module> > log.write('PETSc install directory: '+petsc.destdir)AttributeError: PETSc > instance has no attribute 'destdir'* > > > > SLEPc may be needed to synchronized for new changes in PETSc. > > Thanks, > > Fande Kong