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
@@ -39,8 +39,5 @@ class EverytraceExample(CMakePackage):
|
||||
# Currently the only MPI this everytrace works with.
|
||||
depends_on('openmpi')
|
||||
|
||||
def configure_args(self):
|
||||
return []
|
||||
|
||||
def setup_environment(self, spack_env, env):
|
||||
env.prepend_path('PATH', join_path(self.prefix, 'bin'))
|
||||
|
Reference in New Issue
Block a user