mvapich2: ported 2e6a735b00

This commit is contained in:
alalazo 2017-07-03 08:50:22 +02:00 committed by Todd Gamblin
parent eae7263838
commit a01a68218c

View file

@ -107,7 +107,7 @@ class Mvapich2(AutotoolsPackage):
depends_on('libpciaccess', when=(sys.platform != 'darwin'))
depends_on('cuda', when='+cuda')
filter_compiler_wrappers('mpicc', 'mpicxx', 'mpif77', 'mpif90')
filter_compiler_wrappers('mpicc', 'mpicxx', 'mpif77', 'mpif90', 'mpifort')
def url_for_version(self, version):
base_url = "http://mvapich.cse.ohio-state.edu/download"