diff options
Diffstat (limited to 'var/spack/repos/builtin/packages/r-fpc/package.py')
-rw-r--r-- | var/spack/repos/builtin/packages/r-fpc/package.py | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/var/spack/repos/builtin/packages/r-fpc/package.py b/var/spack/repos/builtin/packages/r-fpc/package.py index b23db8a720..7d511b230f 100644 --- a/var/spack/repos/builtin/packages/r-fpc/package.py +++ b/var/spack/repos/builtin/packages/r-fpc/package.py @@ -28,21 +28,21 @@ class RFpc(RPackage): cran = "fpc" - version('2.2-9', sha256='29b0006e96c8645645d215d3378551bd6525aaf45abde2d9f12933cf6e75fa38') - version('2.2-3', sha256='8100a74e6ff96b1cd65fd22494f2d200e54ea5ea533cfca321fa494914bdc3b7') - version('2.2-2', sha256='b6907019eb161d5c8c814cf02a4663cc8aae6322699932881ce5b02f45ecf8d3') - version('2.1-10', sha256='5d17c5f475c3f24a4809678cbc6186a357276240cf7fcb00d5670b9e68baa096') - - depends_on('r@2.0.0:', type=('build', 'run')) - depends_on('r-mass', type=('build', 'run')) - depends_on('r-cluster', type=('build', 'run')) - depends_on('r-mclust', type=('build', 'run')) - depends_on('r-flexmix', type=('build', 'run')) - depends_on('r-prabclus', type=('build', 'run')) - depends_on('r-class', type=('build', 'run')) - depends_on('r-diptest', type=('build', 'run')) - depends_on('r-robustbase', type=('build', 'run')) - depends_on('r-kernlab', type=('build', 'run')) - - depends_on('r-trimcluster', type=('build', 'run'), when='@:2.1-10') - depends_on('r-mvtnorm', type=('build', 'run'), when='@:2.2-2') + version("2.2-9", sha256="29b0006e96c8645645d215d3378551bd6525aaf45abde2d9f12933cf6e75fa38") + version("2.2-3", sha256="8100a74e6ff96b1cd65fd22494f2d200e54ea5ea533cfca321fa494914bdc3b7") + version("2.2-2", sha256="b6907019eb161d5c8c814cf02a4663cc8aae6322699932881ce5b02f45ecf8d3") + version("2.1-10", sha256="5d17c5f475c3f24a4809678cbc6186a357276240cf7fcb00d5670b9e68baa096") + + depends_on("r@2.0.0:", type=("build", "run")) + depends_on("r-mass", type=("build", "run")) + depends_on("r-cluster", type=("build", "run")) + depends_on("r-mclust", type=("build", "run")) + depends_on("r-flexmix", type=("build", "run")) + depends_on("r-prabclus", type=("build", "run")) + depends_on("r-class", type=("build", "run")) + depends_on("r-diptest", type=("build", "run")) + depends_on("r-robustbase", type=("build", "run")) + depends_on("r-kernlab", type=("build", "run")) + + depends_on("r-trimcluster", type=("build", "run"), when="@:2.1-10") + depends_on("r-mvtnorm", type=("build", "run"), when="@:2.2-2") |