This reverts commit 297f0e489a
.
This commit is contained in:
parent
edd35eae71
commit
1ae28f66c6
@ -20,9 +20,3 @@ class Rempi(AutotoolsPackage):
|
|||||||
depends_on("automake", type='build')
|
depends_on("automake", type='build')
|
||||||
depends_on("libtool", type='build')
|
depends_on("libtool", type='build')
|
||||||
depends_on("libpciaccess", type='link')
|
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 New Issue
Block a user