Re: runtime variable substitution

2013-07-13 Thread David Strubbe
Ok, if I just move it outside pre-configure it seems to work. Thanks, David On Sat, Jul 13, 2013 at 5:52 PM, David Strubbe wrote: > I see. So, is there a place I can move this piece of code, or should I > just write an error message by hand instead of using > require_active_variants? > > > On S

Re: runtime variable substitution

2013-07-13 Thread David Strubbe
I see. So, is there a place I can move this piece of code, or should I just write an error message by hand instead of using require_active_variants? On Sat, Jul 13, 2013 at 5:07 PM, Joshua Root wrote: > On 2013-7-14 06:44 , David Strubbe wrote: > > Hi all, > > > > I am trying to add MPI support

Re: runtime variable substitution

2013-07-13 Thread Joshua Root
On 2013-7-14 06:44 , David Strubbe wrote: > Hi all, > > I am trying to add MPI support to my octopus port, and trying to find > the proper way of enforcing consistent Fortran versions. I put the > following code into pre-configure, which almost seems to do the job. The > error is not triggered, an

runtime variable substitution

2013-07-13 Thread David Strubbe
Hi all, I am trying to add MPI support to my octopus port, and trying to find the proper way of enforcing consistent Fortran versions. I put the following code into pre-configure, which almost seems to do the job. The error is not triggered, and the message gives the correct Fortran compiler in th