mvapich2: ported 2e6a735b00
This commit is contained in:
parent
eae7263838
commit
a01a68218c
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ class Mvapich2(AutotoolsPackage):
|
||||||
depends_on('libpciaccess', when=(sys.platform != 'darwin'))
|
depends_on('libpciaccess', when=(sys.platform != 'darwin'))
|
||||||
depends_on('cuda', when='+cuda')
|
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):
|
def url_for_version(self, version):
|
||||||
base_url = "http://mvapich.cse.ohio-state.edu/download"
|
base_url = "http://mvapich.cse.ohio-state.edu/download"
|
||||||
|
|
Loading…
Reference in a new issue