Re: [petsc-dev] Configure --download-eigen hangs

2020-03-24 Thread Jacob Faibussowitsch
> the configure.log sent didn't list the build command used for eigen. Yeah it never got there. The log is the “complete” log from configure. After a while I always just ctrl-c the configure. I will try building from conf.eigen and see if it goes through. Best regards, Jacob Faibussowitsch (Jac

Re: [petsc-dev] Configure --download-eigen hangs

2020-03-24 Thread Satish Balay via petsc-dev
the configure.log sent didn't list the build command used for eigen. >>> Have to rebuild EIGEN, /Users/jacobfaibussowitsch/NoSync/petsc/64-arch-darwin-c-debug/externalpackages/git.eigen/eigen.petscconf != /Users/jacobfaibussowitsch/NoSync/petsc/64-arch-darwin-c-debug/lib/petsc/conf/pkg.conf.eig

Re: [petsc-dev] Configure --download-eigen hangs

2020-03-24 Thread Pierre Jolivet
FWIW, I’ve had the same issue as Jacob for quite a while and I’ve since been using brew install eigen to bypass this. I’ve just checked again, and look at one of the process spawned during ./configure. That doesn’t look alright to me. Thanks, Pierre ps.log Description: Binary data > On 24 M

Re: [petsc-dev] Configure --download-eigen hangs

2020-03-24 Thread Satish Balay via petsc-dev
I just attempted a build on osx - and didn't see any such hang. I'm not sure why your build is hanging.. balay@kpro petsc % ./configure --download-eigen --download-pragmatic --download-metis --download-mpich Satish On Tue, 24 Mar 2020, Jacob Faibussowitsch wrote: > Hello all, > > Trying to i