[petsc-dev] READ THIS, changes to petsc-dev that affect you!
Barry Smith
bsmith at mcs.anl.gov
Tue Sep 28 16:43:36 CDT 2010
PETSc-dev users,
Due to some demands I have changed PetscTruth to PetscBool in PETSc-dev
The next time you do a petsc-dev hg pull you MUST do the following
1) rm -f */conf/sowing
2) rm -f externalpackages/sowing*
3) rerun your ./configure for any builds you have
4) rerun make for any builds you have
5) change any use of PetscTruth in your code to PetscBool and use of PETSC_TRUTH to PETSC_BOOL
Sorry for the inconvenience, send all bug reports to petsc-maint at mcs.anl.gov
Barry
More information about the petsc-dev
mailing list