<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Oct 20, 2014 at 9:48 PM, Justin Chang <span dir="ltr"><<a href="mailto:jychang48@gmail.com" target="_blank">jychang48@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div>Hi all,<br><br></div>On my MacOSx I am trying to install the developer's version of petsc with the following options:<br><br>./configure --download-exodusii --download-fblaslapack --download-hdf5 --download-metis --download-mpich --download-mumps --download-netcdf --download-parmetis --download-scalapack --download-triangle --with-cc=gcc --with-cxx=g++ --with-debugging=1 --with-fc=gfortran --with-valgrind=1 -with-cmake=cmake --download-ctetgen<br><br></div>The error I get is with the --download-ctetgen option<br><br>*******************************************************************************<br>         UNABLE to CONFIGURE with GIVEN OPTIONS    (see configure.log for details):<br>-------------------------------------------------------------------------------<br>Error running make on Ctetgen: Could not execute "cd /Users/jychang48/petsc-dev/arch-darwin-c-debug/externalpackages/ctetgen && /usr/bin/make PETSC_DIR=/Users/jychang48/petsc-dev install-ctetgen":<br>make: *** No rule to make target `install-ctetgen'.  Stop.<br>*******************************************************************************<br><br></div>Do you guys know what is wrong? Attached are the make and log files.<br></div></div></blockquote><div><br></div><div>We have been changing a lot of stuff in order to cleanup configure and make it more uniform. The build</div><div>was changed to make all GNU make packages look similar.</div><div><br></div><div>Thus, you need to kill your old copy of ctetgen, and get it to download again.</div><div><br></div><div>  rm -rf $PETSC_ARCH/externalpackages/ctetgen</div><div>  rm -rf $PETSC_ARCH/conf/ctetgen</div><div><br></div><div>Thanks,</div><div><br></div><div>   Matt</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div></div>Thanks,<br>Justin<br><div><br></div></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>-- Norbert Wiener
</div></div>