tweaks to packages using CMakePackage (#2241)
* fix to trilinos package * fix to dealii package * fix to everytrace package * fix to everytrace-example package * changes suggested by @davydden
This commit is contained in:

committed by
Todd Gamblin

parent
29f81b7775
commit
a135a1245a
@@ -42,7 +42,7 @@ class Everytrace(CMakePackage):
|
||||
depends_on('cmake', type='build')
|
||||
depends_on('mpi', when='+mpi')
|
||||
|
||||
def configure_args(self):
|
||||
def cmake_args(self):
|
||||
spec = self.spec
|
||||
return [
|
||||
'-DUSE_MPI=%s' % ('YES' if '+mpi' in spec else 'NO'),
|
||||
|
Reference in New Issue
Block a user