I'd like to use super_lu solver and I know that I have to configure petsc with superlu. I downloaded the newest version of petsc (3.6.3), installed it into a directory and tried to build dolfin with cmake setting the -DPETSC_DIR to my new directory. Unfortunately cmake says that although it found petscconf.h, "Performing PETSC_TEST_RUNS - Failed".
How can I resolve the issue?