On Thu, 2010-08-19 at 17:58 +0000, [email protected] wrote: > ------------------------------------------------------------ > revno: 390 > committer: Anders Logg <[email protected]> > branch nick: dorsal > timestamp: Thu 2010-08-19 19:55:20 +0200 > message: > Remove hypre, scalapack and blacs from petsc.package for now, > not working on this shitty OS becuase of Fortran issues.
They're nice to have - can you just install a Fortran compiler? Garth > modified: > FEniCS/packages/petsc.package > > > -- > 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 > differences between files attachment (revision-diff.txt) > === modified file 'FEniCS/packages/petsc.package' > --- FEniCS/packages/petsc.package 2010-08-19 15:41:05 +0000 > +++ FEniCS/packages/petsc.package 2010-08-19 17:55:20 +0000 > @@ -8,9 +8,10 @@ > ./config/configure.py \ > COPTFLAGS=-O2 \ > --with-debugging=0 --with-shared=1 --with-clanguage=cxx \ > - --download-hypre=1 --download-umfpack=1 --download-mumps=1 \ > - --download-scalapack=1 --download-blacs=1 \ > + --download-hypre=0 --download-umfpack=1 --download-mumps=0 \ > + --download-scalapack=0 --download-blacs=0 \ > --with-parmetis=1 --with-parmetis-dir=${PARMETIS_DIR} > + # missing: hypre, scalapak, blacs > } > > package_specific_install () { > _______________________________________________ Mailing list: https://launchpad.net/~dorsal Post to : [email protected] Unsubscribe : https://launchpad.net/~dorsal More help : https://help.launchpad.net/ListHelp

