summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-sitmo/package.py
diff options
context:
space:
mode:
authorGlenn Johnson <glenn-johnson@uiowa.edu>2022-02-21 11:22:33 -0600
committerGitHub <noreply@github.com>2022-02-21 11:22:33 -0600
commit275608e2f2abb8b5423d89fd8c951876cde8e6cd (patch)
tree047bfb78a26acf315f9b6bf6f27139ed790a7714 /var/spack/repos/builtin/packages/r-sitmo/package.py
parentf744640289f8decae475909c242dc2f5d9aca404 (diff)
downloadspack-275608e2f2abb8b5423d89fd8c951876cde8e6cd.tar.gz
spack-275608e2f2abb8b5423d89fd8c951876cde8e6cd.tar.bz2
spack-275608e2f2abb8b5423d89fd8c951876cde8e6cd.tar.xz
spack-275608e2f2abb8b5423d89fd8c951876cde8e6cd.zip
update CRAN R packages (#28786)
Diffstat (limited to 'var/spack/repos/builtin/packages/r-sitmo/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-sitmo/package.py11
1 files changed, 6 insertions, 5 deletions
diff --git a/var/spack/repos/builtin/packages/r-sitmo/package.py b/var/spack/repos/builtin/packages/r-sitmo/package.py
index e9f211e0ff..79be0fa870 100644
--- a/var/spack/repos/builtin/packages/r-sitmo/package.py
+++ b/var/spack/repos/builtin/packages/r-sitmo/package.py
@@ -7,8 +7,10 @@ from spack import *
class RSitmo(RPackage):
- """Provided within are two high quality and fast PPRNGs that may be used in
- an 'OpenMP' parallel environment. In addition, there is a generator for one
+ """Parallel Pseudo Random Number Generator (PPRNG) 'sitmo' Header Files.
+
+ Provided within are two high quality and fast PPRNGs that may be used in an
+ 'OpenMP' parallel environment. In addition, there is a generator for one
dimensional low-discrepancy sequence. The objective of this library to
consolidate the distribution of the 'sitmo' (C++98 & C++11), 'threefry' and
'vandercorput' (C++11-only) engines on CRAN by enabling others to link to
@@ -17,10 +19,9 @@ class RSitmo(RPackage):
example implementations using the 'sitmo' package and three accompanying
vignette that provide additional information."""
- homepage = "https://github.com/coatless/sitmo"
- url = "https://cloud.r-project.org/src/contrib/sitmo_2.0.1.tar.gz"
- list_url = "https://cloud.r-project.org/src/contrib/Archive/sitmo"
+ cran = "sitmo"
+ version('2.0.2', sha256='448ef8d56e36783354011845daf33f1efb83ea3b9685eea75eaf5134e24fa8c2')
version('2.0.1', sha256='0c90d357af334d5c99c8956739dc12623ddd87dda5efa59f4a43f7393c87ed2a')
depends_on('r@3.2.0:', type=('build', 'run'))