Skip to content

Commit af67327

Browse files
committed
r-s4vectors: add conflicts with r and r-biocgenerics; r-delayedarray: add conflicts with r-biocgenerics
1 parent 53ce37e commit af67327

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

repos/spack_repo/builtin/packages/r_delayedarray/package.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,13 @@ class RDelayedarray(RPackage):
8585

8686
depends_on("r-biocparallel", type=("build", "run"), when="@0.6.6:0.10.0")
8787
depends_on("r-matrixstats", type=("build", "run"), when="@:0.10.0")
88+
89+
# > Error in matchSignature(signature, fdef, where) :
90+
# more elements in the method signature (2) than in the generic signature (1)
91+
# for function 'type<-'
92+
conflicts("^r-biocgenerics@0.44:", when="@:0.22")
93+
94+
# Error in reconcilePropertiesAndPrototype(name, slots, prototype, superClasses, :
95+
# no definition was found for superclass "DataTable" in the specification
96+
# of class "DelayedMatrix"
97+
conflicts("^r-s4vectors@0.26:", when="@:0.10")

repos/spack_repo/builtin/packages/r_s4vectors/package.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,11 @@ class RS4vectors(RPackage):
4848
depends_on("r-biocgenerics@0.31.1:", type=("build", "run"), when="@0.26.1:")
4949
depends_on("r-biocgenerics@0.23.3:", type=("build", "run"), when="@0.16.0:")
5050
depends_on("r-biocgenerics@0.21.1:", type=("build", "run"))
51+
52+
# > Error: package or namespace load failed for 'S4Vectors' in
53+
# dyn.load(file, DLLpath = DLLpath, ...):
54+
# unable to load shared object 'S4Vectors.so': ... undefined symbol: PREXPR
55+
conflicts("^r@4.6:", when="@:0.46")
56+
57+
# > Error in eval(exprs[i], envir) : object 'apply_hotfix73465' not found
58+
conflicts("^r-biocgenerics@0.40:", when="@:0.28")

0 commit comments

Comments
 (0)