Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try binary installation of build-only deps for source packages #82

Merged
merged 5 commits into from
Apr 9, 2024

Conversation

Enchufa2
Copy link
Member

@Enchufa2 Enchufa2 commented Apr 9, 2024

Closes #81

Copy link

codecov bot commented Apr 9, 2024

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@Enchufa2
Copy link
Member Author

Enchufa2 commented Apr 9, 2024

Now:

$ docker run --rm -it rocker/r2u:jammy
$ installGithub.r cran4linux/bspm@fix/81
$ Rscript <(wget -O- https://raw.githubusercontent.com/eddelbuettel/demo-tldbsm/master/useRUniverse.R | sed 's/\"RcppInt64\", //')
... <snip> ...
Setting up r-cran-rcppint64 (0.0.4-1.ca2204.1) ...
... <snip> ...
Setting up r-cran-purrr (1.0.2-1.ca2204.1) ...
Setting up r-cran-arrow (15.0.1-1.ca2204.1) ...
Installing packages into ‘/usr/local/lib/R/site-library’
(as ‘lib’ is unspecified)
trying URL 'https://tldbsm.r-universe.dev/bin/linux/jammy/4.3/src/contrib/tiledb_0.25.0.106.tar.gz'
Content type 'application/x-gzip' length 29753910 bytes (28.4 MB)
==================================================
downloaded 28.4 MB

trying URL 'https://tldbsm.r-universe.dev/bin/linux/jammy/4.3/src/contrib/tiledbsoma_1.9.4.tar.gz'
Content type 'application/x-gzip' length 44328205 bytes (42.3 MB)
==================================================
downloaded 42.3 MB

* installing *binary* package ‘tiledb’ ...
* DONE (tiledb)
* installing *binary* package ‘tiledbsoma’ ...
* DONE (tiledbsoma)

The downloaded source packages are in
        ‘/tmp/RtmpkFHxH6/downloaded_packages’
tiledbsoma:    1.9.4
tiledb-r:      0.25.0.106
tiledb core:   2.21.1
libtiledbsoma: 2.21.1
R:             R version 4.3.3 (2024-02-29)
OS:            Ubuntu 22.04.1 LTS

@Enchufa2 Enchufa2 merged commit 24ac163 into master Apr 9, 2024
10 checks passed
@Enchufa2 Enchufa2 deleted the fix/81 branch April 9, 2024 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Behavior of LinkingTo for source installations
1 participant