[petsc-dev] builder.py error, recursing differently from other build systems

2013-10-09 Thread Jed Brown
Building shared library /home/balay/petsc.clone-3/arch-c-exodus-dbg-builder/lib/libpetsc.so Rebuilding Dependencies ERROR: Change Makefile to makefile in /home/balay/petsc.clone-3/arch-c-exodus-dbg-builder http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2013/10/08/build_master_arch-c-

[petsc-dev] builder.py

2011-02-24 Thread Satish Balay
On Thu, 24 Feb 2011, Matthew Knepley wrote: > On Wed, Feb 23, 2011 at 5:21 PM, Satish Balay wrote: > > > On Wed, 23 Feb 2011, Matthew Knepley wrote: > > > > > On Wed, Feb 23, 2011 at 5:17 PM, Satish Balay > > > wrote: > > > > > > > It appers to compile only a bit of fortran modules - and not t

[petsc-dev] builder.py

2011-02-24 Thread Matthew Knepley
On Wed, Feb 23, 2011 at 5:21 PM, Satish Balay wrote: > On Wed, 23 Feb 2011, Matthew Knepley wrote: > > > On Wed, Feb 23, 2011 at 5:17 PM, Satish Balay wrote: > > > > > It appers to compile only a bit of fortran modules - and not the c > sources > > > for me... > > > > > > > Yes, I am fixing that

[petsc-dev] builder.py

2011-02-23 Thread Satish Balay
On Wed, 23 Feb 2011, Matthew Knepley wrote: > On Wed, Feb 23, 2011 at 5:17 PM, Satish Balay wrote: > > > It appers to compile only a bit of fortran modules - and not the c sources > > for me... > > > > Yes, I am fixing that. It is an initialization problem. Since my database is > already initia

[petsc-dev] builder.py

2011-02-23 Thread Matthew Knepley
On Wed, Feb 23, 2011 at 5:17 PM, Satish Balay wrote: > It appers to compile only a bit of fortran modules - and not the c sources > for me... > Yes, I am fixing that. It is an initialization problem. Since my database is already initialized, I did not have it. Should work soon. > And it leaves

[petsc-dev] builder.py

2011-02-23 Thread Satish Balay
It appers to compile only a bit of fortran modules - and not the c sources for me... And it leaves arround *.d files in my PETSC_DIR Satish --- Building dependencies in /home/balay/tmp/petsc-dev/include Building dependencies in /home/balay/tmp/petsc-dev/include/sieve Building dependencies

[petsc-dev] builder.py

2011-02-23 Thread Matthew Knepley
I have pushed a new version: 1) F90 modules now build correctly 2) It has been refactored so that all dependency analysis is done up front, and all building happens afterwards. 3) It could take other dependency trackers (insert your favorite) 4) It should be ready for a nightly bu

[petsc-dev] builder.py issues

2010-03-14 Thread Matthew Knepley
Pushed a fix. Matt On Sun, Mar 14, 2010 at 5:55 PM, Barry Smith wrote: > > Matt, > > You have a bug in here. Generating that file petscmachineinfo.h assumes > you have a Fortran compiler configured See attached configure.log > >Sorry for being lazy and not fixing it myself. > > >

[petsc-dev] builder.py issues

2010-03-14 Thread Matthew Knepley
I pushed a fix for generating petscmachineinfo.h from Configure. However, I was unable to trace some of the nake vars used back to Python. I left them unexpanded in the output. Satish, can you take a look? I am about to test now. Thanks, Matt On Wed, Mar 10, 2010 at 4:38 PM, Barry Smith

[petsc-dev] builder.py

2010-02-21 Thread Matthew Knepley
I believe it now work for C compiles and archives for the whole source tree. I will test Fortran tomorrow, which should get us a working static build. Then I will do the shared library part. It is still really small and manageable, so if you are interested, now is the time to look. This should be