This reverts commit 297f0e489a
.
This commit is contained in:
parent
edd35eae71
commit
1ae28f66c6
1 changed files with 0 additions and 6 deletions
|
@ -20,9 +20,3 @@ class Rempi(AutotoolsPackage):
|
|||
depends_on("automake", type='build')
|
||||
depends_on("libtool", type='build')
|
||||
depends_on("libpciaccess", type='link')
|
||||
|
||||
def setup_build_environment(self, env):
|
||||
if self.spec.satisfies('%cce'):
|
||||
spack_env.set('MPICC', 'mpicc')
|
||||
spack_env.set('MPICXX', 'mpicxx')
|
||||
spack_env.set('MPICH_CC', 'cc')
|
||||
|
|
Loading…
Reference in a new issue