I guess something similar is needed in rhel6.platform if the UMFPACK include directory is not /usr/include.
Johannes On Thu, Dec 15, 2011 at 11:10 AM, <[email protected]> wrote: > ------------------------------------------------------------ > revno: 682 > committer: Johannes Ring <[email protected]> > branch nick: dorsal > timestamp: Thu 2011-12-15 11:08:23 +0100 > message: > Set default UMFPACK_INCLUDE_DIR for Trilinos on Fedora. > modified: > FEniCS/platforms/supported/fedora13.platform > FEniCS/platforms/supported/fedora14.platform > FEniCS/platforms/supported/fedora15.platform > > > -- > lp:dorsal > https://code.launchpad.net/~dorsal-core/dorsal/main > > Your team Dorsal Team is subscribed to branch lp:dorsal. > To unsubscribe from this branch go to > https://code.launchpad.net/~dorsal-core/dorsal/main/+edit-subscription > > === modified file 'FEniCS/platforms/supported/fedora13.platform' > --- FEniCS/platforms/supported/fedora13.platform 2011-12-12 16:39:54 > +0000 > +++ FEniCS/platforms/supported/fedora13.platform 2011-12-15 10:08:23 > +0000 > @@ -33,6 +33,7 @@ > # Platform specific variables > default PETSC_ARCH=linux-gnu-cxx-opt > default SCOTCH_ARCH=pc_linux2 > +default UMFPACK_INCLUDE_DIR=/usr/include/suitesparse > > # Define the packages this platform needs > PACKAGES=( > > === modified file 'FEniCS/platforms/supported/fedora14.platform' > --- FEniCS/platforms/supported/fedora14.platform 2011-12-12 16:39:54 > +0000 > +++ FEniCS/platforms/supported/fedora14.platform 2011-12-15 10:08:23 > +0000 > @@ -33,6 +33,7 @@ > # Platform specific variables > default PETSC_ARCH=linux-gnu-cxx-opt > default SCOTCH_ARCH=pc_linux2 > +default UMFPACK_INCLUDE_DIR=/usr/include/suitesparse > > # Define the packages this platform needs > PACKAGES=( > > === modified file 'FEniCS/platforms/supported/fedora15.platform' > --- FEniCS/platforms/supported/fedora15.platform 2011-12-12 16:39:54 > +0000 > +++ FEniCS/platforms/supported/fedora15.platform 2011-12-15 10:08:23 > +0000 > @@ -33,6 +33,7 @@ > # Platform specific variables > default PETSC_ARCH=linux-gnu-cxx-opt > default SCOTCH_ARCH=pc_linux2 > +default UMFPACK_INCLUDE_DIR=/usr/include/suitesparse > > # Define the packages this platform needs > PACKAGES=( > > _______________________________________________ Mailing list: https://launchpad.net/~dorsal Post to : [email protected] Unsubscribe : https://launchpad.net/~dorsal More help : https://help.launchpad.net/ListHelp

