Re: [Libmesh-devel] Modified what TRILINOS_DIR means

2008-08-20 Thread Benjamin Kirk
>> You know, this is how I originally had things set up, but it seems >> to be at >> odds with the "make install" target. Try configuring trilinos with >> the >> --prefix="$TRILINOS_DIR" , then do a make install, and you will see >> what I >> mean. > > Aha! Now, what was in there makes more sens

Re: [Libmesh-devel] Modified what TRILINOS_DIR means

2008-08-20 Thread Derek Gaston
On Aug 20, 2008, at 12:00 PM, Benjamin Kirk wrote: > You know, this is how I originally had things set up, but it seems > to be at > odds with the "make install" target. Try configuring trilinos with > the > --prefix="$TRILINOS_DIR" , then do a make install, and you will see > what I > mean

Re: [Libmesh-devel] Modified what TRILINOS_DIR means

2008-08-20 Thread Benjamin Kirk
> I just committed a change that modifies what the $TRILINOS_DIR environment > variable should be set to. I'm not really sure what I was thinking before... > but now it makes more sense. > > What you do is set it to the build directory in which you built Trilinos. > This is more in line with the

[Libmesh-devel] Modified what TRILINOS_DIR means

2008-08-20 Thread Derek Gaston
I just committed a change that modifies what the $TRILINOS_DIR environment variable should be set to. I'm not really sure what I was thinking before... but now it makes more sense. What you do is set it to the build directory in which you built Trilinos. This is more in line with the Trilinos Use