<div dir="ltr">On Sun, Jun 16, 2013 at 4:09 PM, Satish Balay <span dir="ltr"><<a href="mailto:balay@mcs.anl.gov" target="_blank">balay@mcs.anl.gov</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Sun, 16 Jun 2013, Jack Poulson wrote:<br>
<br>
> I have been experimenting with having Clique checkout both pkg-metis and<br>
> pkg-parmetis as part of its build system and it seems that a few things<br>
> need to be added to the parmetis CMakeLists.txt for it to function<br>
> correctly (please correct me if I am missing something!).<br>
><br>
> The two main problems are the inclusion of gklib_tls.h and gklib_defs.h,<br>
> where the former is generated by the metis build system, usually in<br>
> metis/include in the installation directory, and the latter is is in<br>
> metis/libmetis/ in the source directory. While setting METIS_PATH to the<br>
> metis installation directory would pick up gklib_tls.h since<br>
> ${METIS_PATH}/include is added to the include directories of the parmetis<br>
> CMakeLists.txt, I do not see any corresponding include_directories<br>
> statement for the libmetis directory containing gklib_defs.h.<br>
<br>
</div></div>Its also installed in CMAKE_INSTALL_PREFIX/include?<br>
<br>
<a href="https://bitbucket.org/petsc/pkg-metis/commits/7352fdb4f3027f2330d69896c938fc4996f66461" target="_blank">https://bitbucket.org/petsc/pkg-metis/commits/7352fdb4f3027f2330d69896c938fc4996f66461</a><br>
<span class="HOEnZb"></span></blockquote><div><br></div><div>Apparently so. but I am trying to build metis and parmetis as part of the build (my CMakeLists.txt checks out the pkg-metis and pkg-parmetis repositories). I would prefer to be able to do things this way instead of requiring metis to have been installed previously. I should have been more clear with my previous language: when I said 'installation' directory, I should have said 'build' directory.<br>
<br></div><div>Jack<br></div></div></div></div>