Skip to content

update version to avoid compile error#19382

Closed
darmac wants to merge 1 commit intospack:developfrom
open-estuary:r-genefilter
Closed

update version to avoid compile error#19382
darmac wants to merge 1 commit intospack:developfrom
open-estuary:r-genefilter

Conversation

@darmac
Copy link
Copy Markdown
Contributor

@darmac darmac commented Oct 20, 2020

update version to avoid this issue:

/home/spack-develop/lib/spack/env/gcc/g++ -std=gnu++11 -shared -L/home/spack-develop/opt/spack/linux-centos8-aarch64/gcc-8.3.1/r-4.0.2-kyflwfdhj63kvb67y5z7fqbxsb6sxcfe/rlib/R/lib -L/home/spack-develop/opt/spack/linux-centos8-aarch64/gcc-8.3.1/r-4.0.2-kyflwfdhj63kvb67y5z7fqbxsb6sxcfe/rlib/R/lib -Wl,-rpath,/home/spack-develop/opt/spack/linux-centos8-aarch64/gcc-8.3.1/r-4.0.2-kyflwfdhj63kvb67y5z7fqbxsb6sxcfe/rlib/R/lib -o genefilter.so half_range_mode.o init.o nd.o pAUC.o rowPAUCs.o rowttests.o ttest.o -lgfortran -lm -L/home/spack-develop/opt/spack/linux-centos8-aarch64/gcc-8.3.1/r-4.0.2-kyflwfdhj63kvb67y5z7fqbxsb6sxcfe/rlib/R/lib -lR
installing to /home/spack-develop/opt/spack/linux-centos8-aarch64/gcc-8.3.1/r-genefilter-1.66.0-yrlczxbuim4tcivg2marptqkjgpxuafu/rlib/R/library/00LOCK-spack-src/00new/genefilter/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
Error: objects 'rowSums', 'colSums', 'rowMeans', 'colMeans' are not exported by 'namespace:S4Vectors'
Execution halted
ERROR: lazy loading failed for package 'genefilter'
* removing '/home/spack-develop/opt/spack/linux-centos8-aarch64/gcc-8.3.1/r-genefilter-1.66.0-yrlczxbuim4tcivg2marptqkjgpxuafu/rlib/R/library/genefilter'

Copy link
Copy Markdown
Member

@adamjstewart adamjstewart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing dependency on [email protected]:

homepage = "https://bioconductor.org/packages/genefilter"
git = "https://git.bioconductor.org/packages/genefilter.git"

version('3.11.0', commit='a071480ffc48393a4385a94c96a752285064989f')
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3.11 is the version of bioconductor, I think you want 1.70.0

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, I don't know how to get 1.70.0
And the relationship between bioconductor and genefilter make me confusion...

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@codeandkey can you take a look at this one?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1.70.0 corresponds to bioconductor 3.11 (RELEASE_3_11 branch), looks like the r-biocgenerics was the only new dep added since the last version in the recipe.

RemiLacroix-IDRIS added a commit to RemiLacroix-IDRIS/spack that referenced this pull request Dec 30, 2020
Update the dependencies accordingly.

Closes spack#19382 and spack#20311.
RemiLacroix-IDRIS added a commit to RemiLacroix-IDRIS/spack that referenced this pull request Dec 30, 2020
Update the dependencies accordingly.

Closes spack#19382 and spack#20311.
RemiLacroix-IDRIS added a commit to RemiLacroix-IDRIS/spack that referenced this pull request Dec 30, 2020
Update the dependencies accordingly.

Closes spack#19382 and spack#20311.
@darmac darmac deleted the r-genefilter branch March 6, 2021 03:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants