<p dir="ltr">I have not tested it on Windows so I would not be surprised if it does not work. It should not be difficult to make work and I would happily accept patches.</p>
<div class="gmail_quote">On Mar 8, 2013 2:55 PM, "John Fettig" <<a href="mailto:john.fettig@gmail.com">john.fettig@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Looking through the mailing list archives, I found a pointer to Jed's<br>
CMake module FindPETSc.cmake.  Has this been tested on windows?<br>
Should this work when PETSc has been installed via make install?  The<br>
directions given at the end of that say<br>
<br>
====================================<br>
Install complete. It is useable with<br>
PETSC_DIR=/path/to/my/petsc/install [and no more PETSC_ARCH].<br>
Now to check if the libraries are working do (in current directory):<br>
make PETSC_DIR=/path/to/my/petsc/install test<br>
====================================<br>
<br>
However, when I only set PETSC_DIR, CMake bails with<br>
<br>
CMake Error at FindPETSc.cmake:118 (message):<br>
  The pair<br>
  PETSC_DIR=/path/to/my/petsc/install<br>
  PETSC_ARCH= do not specify a valid PETSc installation<br>
Call Stack (most recent call first):<br>
  CMakeLists.txt:9 (include)<br>
<br>
<br>
-- PETSc could not be found.  Be sure to set PETSC_DIR and PETSC_ARCH.<br>
(missing:  PETSC_INCLUDES PETSC_LIBRARIES PETSC_EXECUTABLE_RUNS)<br>
<br>
<br>
Thanks for any help,<br>
John<br>
</blockquote></div>