Vitor Vasconcelos Silva
Vitor Vasconcelos Silva
Yeah, sure. As you said, I think I must come up with some weird exceptions on configure.ac to make the also weird PETSc Fedora package detectable.
The command `PKG_CHECK_MODULES([PETSCVAR], [petsc], [AC_MSG_RESULT([${PETSCVAR_CFLAGS}, ${PETSCVAR_LIBS}])], [AC_MSG_ERROR([PETSc library not found])]) ` on configure.ac gives me the following output (cut): `checking pkg-config is at least version 0.9.0... yes` `checking for PETSCVAR......
> Now, since detecting a manually-compiled PETSc is a must, I am reluctant to change the current approach. I was thinking of something like "if I didn't find anything manually...
> I installed Fedora 33 in Vagrant and I see this: > > ``` > [vagrant@fedora33 ~]$ ls /usr/lib64/petsc/conf/ > petscrules petscvariables rules variables > [vagrant@fedora33 ~]$ > ``` And...