<div dir="ltr"><div dir="ltr">On Sun, Jul 19, 2020 at 11:01 AM Eda Oktay <<a href="mailto:eda.oktay@metu.edu.tr">eda.oktay@metu.edu.tr</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi all,<br>
<br>
I am trying to install petsc 3.13.2 to my computer (fedora 25) with<br>
slepc and some other libraries by using the following code:<br>
<br>
./configure --with-cc=gcc --with-cxx=g++ --download-mpich<br>
--download-openblas --download-slepc --download-metis<br>
--download-parmetis --download-chaco --with-X=1<br>
<br>
Although I installed exact same things to an other computer with<br>
fedora 25, this time, after configuration, when I am asked to use<br>
"make PETSC_DIR=/home/eda/petsc-3.13.2 PETSC_ARCH=arch-linux2-c-debug<br>
all", I got an Slepc error:<br></blockquote><div><br></div><div>PETSc thinks you are installing from a tarball, rather than from a Git clone, because it cannot</div><div>find the $PETSC_DIR/lib/petsc/bin/maint directory, which we remove from the tarball. The tarball</div><div>also contains the Fortran stubs, so we do not install Sowing in this case. When SLEPc is being</div><div>installed, it needs to generate the Fortran stubs, since it was cloned.</div><div><br></div><div>At bottom, you cannot install SLEPc automatically unless you install PETSc from a Git clone.</div><div><br></div><div>  Thanks,</div><div><br></div><div>     Matt</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
*** Building slepc ***<br>
**************************ERROR*************************************<br>
Error building slepc. Check arch-linux2-c-debug/lib/petsc/conf/slepc.log<br>
********************************************************************<br>
/home/eda/petsc-3.13.2/arch-linux2-c-debug/lib/petsc/conf/petscrules:32:<br>
recipe for target 'slepcbuild' failed<br>
gmake[2]: *** [slepcbuild] Error 1<br>
**************************ERROR*************************************<br>
  Error during compile, check arch-linux2-c-debug/lib/petsc/conf/make.log<br>
  Send it and arch-linux2-c-debug/lib/petsc/conf/configure.log to<br>
<a href="mailto:petsc-maint@mcs.anl.gov" target="_blank">petsc-maint@mcs.anl.gov</a><br>
********************************************************************<br>
makefile:33: recipe for target 'all' failed<br>
make[1]: *** [all] Error 1<br>
GNUmakefile:9: recipe for target 'all' failed<br>
make: *** [all] Error 2<br>
<br>
I attached slepc.log, make.log and configure.log. What is the problem?<br>
Can you help me please?<br>
<br>
Thanks a lot!<br>
<br>
Eda<br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div>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><br></div><div><a href="http://www.cse.buffalo.edu/~knepley/" target="_blank">https://www.cse.buffalo.edu/~knepley/</a><br></div></div></div></div></div></div></div></div>