summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-bit64/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-bit64/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-bit64/package.py10
1 files changed, 4 insertions, 6 deletions
diff --git a/var/spack/repos/builtin/packages/r-bit64/package.py b/var/spack/repos/builtin/packages/r-bit64/package.py
index 4925b663ba..ca6598eae6 100644
--- a/var/spack/repos/builtin/packages/r-bit64/package.py
+++ b/var/spack/repos/builtin/packages/r-bit64/package.py
@@ -7,7 +7,7 @@ from spack import *
class RBit64(RPackage):
- """A S3 Class for Vectors of 64bit Integers
+ """A S3 Class for Vectors of 64bit Integers.
Package 'bit64' provides serializable S3 atomic 64bit (signed) integers.
These are useful for handling database keys and exact counting in +-2^63.
@@ -21,13 +21,11 @@ class RBit64(RPackage):
active data exploration and manipulation and optionally leverage
caching."""
- homepage = "https://cloud.r-project.org/package=bit64"
- url = "https://cloud.r-project.org/src/contrib/bit64_0.9-7.tar.gz"
- list_url = "https://cloud.r-project.org/src/contrib/Archive/bit64"
+ cran = "bit64"
version('4.0.5', sha256='25df6826ea5e93241c4874cad4fa8dadc87a40f4ff74c9107aa12a9e033e1578')
version('0.9-7', sha256='7b9aaa7f971198728c3629f9ba1a1b24d53db5c7e459498b0fdf86bbd3dff61f')
depends_on('r@3.0.1:', type=('build', 'run'))
- depends_on('r-bit@1.1-12:', when='@:9.9-7', type=('build', 'run'))
- depends_on('r-bit@4.0.0:', when='@4.0.5:', type=('build', 'run'))
+ depends_on('r-bit@1.1-12:', type=('build', 'run'))
+ depends_on('r-bit@4.0.0:', type=('build', 'run'), when='@4.0.5:')