mpich: remove module.mpicc as no formula is using it and it is a duplicate of self.spec.mpicc
This commit is contained in:
parent
b12fb7ebc8
commit
c3bc4d6195
@ -60,10 +60,6 @@ def setup_dependent_package(self, module, dep_spec):
|
||||
self.spec.mpifc = join_path(self.prefix.bin, 'mpif90')
|
||||
self.spec.mpif77 = join_path(self.prefix.bin, 'mpif77')
|
||||
|
||||
"""For dependencies, make mpicc's use spack wrapper."""
|
||||
# FIXME : is this necessary ? Shouldn't this be part of a contract with MPI providers?
|
||||
module.mpicc = join_path(self.prefix.bin, 'mpicc')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
config_args = ["--prefix=" + prefix,
|
||||
"--enable-shared"]
|
||||
|
Loading…
Reference in New Issue
Block a user