[petsc-dev] get moving on gnu make version of PETSc compiler

Satish Balay balay at mcs.anl.gov
Thu Sep 12 12:04:35 CDT 2013


On Wed, 11 Sep 2013, Satish Balay wrote:

> On Wed, 11 Sep 2013, Jed Brown wrote:
> 
> > GNU Make is now the default in 'next'.

Jed,


There are a bunch of failures in the nightly builds. One of them is a
failure with --download-triangle - triggered by the change with
--download-make

Should I commit the fix to balay/download-make or to jed/gmake?

[there a couple more issues I need to check]

thanks,
Satish

---------

$ git diff
diff --git a/config/PETSc/packages/Triangle.py b/config/PETSc/packages/Triangle.py
index 85d7cf3..0e411d5 100644
--- a/config/PETSc/packages/Triangle.py
+++ b/config/PETSc/packages/Triangle.py
@@ -16,7 +16,6 @@ class Configure(PETSc.package.NewPackage):
   def setupDependencies(self, framework):
     PETSc.package.NewPackage.setupDependencies(self, framework)
     self.sharedLibraries = framework.require('PETSc.utilities.sharedLibraries', self)
-    self.make            = framework.require('config.programs', self)
     self.x               = framework.require('PETSc.packages.X', self)
     self.deps = []
     return




More information about the petsc-dev mailing list