r-rmpi: added list_url and updated md5 (#5698)
This commit is contained in:
parent
ad8b9522d6
commit
e6109381fc
1 changed files with 2 additions and 2 deletions
|
@ -31,9 +31,9 @@ class RRmpi(RPackage):
|
|||
|
||||
homepage = "http://www.stats.uwo.ca/faculty/yu/Rmpi"
|
||||
url = "https://cran.r-project.org/src/contrib/Rmpi_0.6-6.tar.gz"
|
||||
list_url = "https://cran.rstudio.com/web/packages/Rmpi/index.html"
|
||||
|
||||
version('0.6-6', '59ae8ce62ff0ff99342d53942c745779')
|
||||
|
||||
version('0.6-6', 'a6fa2ff5e1cd513334b4e9e9e7a2286f')
|
||||
depends_on('mpi')
|
||||
depends_on('r@2.15.1:')
|
||||
|
||||
|
|
Loading…
Reference in a new issue