summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-graph/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-graph/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-graph/package.py14
1 files changed, 10 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/r-graph/package.py b/var/spack/repos/builtin/packages/r-graph/package.py
index b962eb198e..e1dde24847 100644
--- a/var/spack/repos/builtin/packages/r-graph/package.py
+++ b/var/spack/repos/builtin/packages/r-graph/package.py
@@ -7,12 +7,18 @@ from spack import *
class RGraph(RPackage):
- """A package that implements some simple graph handling capabilities."""
+ """graph: A package to handle graph data structures.
- homepage = "https://www.bioconductor.org/packages/graph/"
+ A package that implements some simple graph handling capabilities."""
+
+ homepage = "https://bioconductor.org/packages/graph"
git = "https://git.bioconductor.org/packages/graph.git"
+ version('1.62.0', commit='95223bd63ceb66cfe8d881f992a441de8b8c89a3')
+ version('1.60.0', commit='e2aecb0a862f32091b16e0036f53367d3edf4c1d')
+ version('1.58.2', commit='6455d8e7a5a45dc733915942cb71005c1016b6a0')
+ version('1.56.0', commit='c4abe227dac525757679743e6fb4f49baa34acad')
version('1.54.0', commit='2a8b08520096241620421078fc1098f4569c7301')
- depends_on('r@2.10:', type=('build', 'run'), when='@1.54.0')
- depends_on('r-biocgenerics', type=('build', 'run'))
+ depends_on('r@2.10:', type=('build', 'run'))
+ depends_on('r-biocgenerics@0.13.11:', type=('build', 'run'))