Revert "craype fix for rempi (#23507)" (#23577)

This reverts commit 297f0e489a.
This commit is contained in:
Tamara Dahlgren 2021-05-11 17:35:41 -07:00 committed by GitHub
parent edd35eae71
commit 1ae28f66c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')