[petsc-dev] [PATCH 1 of 3] superlu: fix spelling error 3.0 -> 3.1

Jed Brown jedbrown at mcs.anl.gov
Mon Aug 27 10:44:19 CDT 2012


This looks like it needs to be applied to petsc-3.3

On Sun, Aug 26, 2012 at 6:14 PM, Sean Farley <sean at mcs.anl.gov> wrote:

> # HG changeset patch
> # User Sean Farley <sean at mcs.anl.gov>
> # Date 1346018864 18000
> # Node ID 56899038c8e3e8ee070c93767a77632405801842
> # Parent  74d6d3408dc97996a15e1a94cf2e2112183ac7f8
> superlu: fix spelling error 3.0 -> 3.1
>
> diff --git a/config/PETSc/packages/SuperLU_DIST.py
> b/config/PETSc/packages/SuperLU_DIST.py
> --- a/config/PETSc/packages/SuperLU_DIST.py
> +++ b/config/PETSc/packages/SuperLU_DIST.py
> @@ -5,11 +5,11 @@
>      PETSc.package.NewPackage.__init__(self, framework)
>      self.download   = ['
> http://crd-legacy.lbl.gov/~xiaoye/SuperLU/superlu_dist_3.1.tar.gz',
>                         '
> http://ftp.mcs.anl.gov/pub/petsc/externalpackages/superlu_dist_3.1.tar.gz
> ']
>      self.functions  = ['set_default_options_dist']
>      self.includes   = ['superlu_ddefs.h']
> -    self.liblist    = [['libsuperlu_dist_3.0.a']]
> +    self.liblist    = [['libsuperlu_dist_3.1.a']]
>      self.requires32bitint = 0
>      self.complex          = 1
>      # SuperLU_Dist does not work with --download-f-blas-lapack with
> Compaqf90 compiler on windows.
>      # However it should work with intel ifort.
>      self.worksonWindows   = 1
> @@ -26,11 +26,11 @@
>    def Install(self):
>      import os
>
>      g = open(os.path.join(self.packageDir,'make.inc'),'w')
>      g.write('DSuperLUroot = '+self.packageDir+'\n')
> -    g.write('DSUPERLULIB  =
> $(DSuperLUroot)/libsuperlu_dist_3.0.'+self.setCompilers.AR_LIB_SUFFIX+'\n')
> +    g.write('DSUPERLULIB  =
> $(DSuperLUroot)/libsuperlu_dist_3.1.'+self.setCompilers.AR_LIB_SUFFIX+'\n')
>      g.write('BLASDEF      = -DUSE_VENDOR_BLAS\n')
>      g.write('BLASLIB      =
> '+self.libraries.toString(self.blasLapack.dlib)+'\n')
>      g.write('IMPI         =
> '+self.headers.toString(self.mpi.include)+'\n')
>      g.write('MPILIB       = '+self.libraries.toString(self.mpi.lib)+'\n')
>      g.write('PMETISLIB    =
> '+self.libraries.toString(self.parmetis.lib)+'\n')
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20120827/8da6f135/attachment.html>


More information about the petsc-dev mailing list