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

Installation in Debian Bookworm Fails #4

Closed
DarioS opened this issue Aug 1, 2024 · 5 comments
Closed

Installation in Debian Bookworm Fails #4

DarioS opened this issue Aug 1, 2024 · 5 comments

Comments

@DarioS
Copy link

DarioS commented Aug 1, 2024

Error.

[100%] Linking CXX static library libigraph.a
[100%] Built target igraph
[100%] Building C object tests/CMakeFiles/test_utilities.dir/unit/test_utilities.c.o
[100%] Built target test_utilities
** libs
using C++ compiler: ‘g++ (Debian 12.2.0-14) 12.2.0’
    ...        ...
/dski/dev/assorthead/include/scran_graph_cluster/build_snn_graph.hpp:167:38: error: ‘nthreads’ was not declared in
this scope; did you mean ‘pthread_t’?
  167 |     #pragma omp parallel num_threads(nthreads)
      |                                      ^~~~~~~~
      |                                      pthread_t
make: *** [/usr/lib/R/etc/Makeconf:204: build_snn_graph.o] Error 1
ERROR: compilation failed for package ‘scrapper’
@LTLA
Copy link
Contributor

LTLA commented Aug 1, 2024

You'll need the HEAD on https://github.com/LTLA/assorthead.

@DarioS
Copy link
Author

DarioS commented Aug 1, 2024

Thanks for the idea. But, I already have the latest commit.

> devtools::install_github("LTLA/assorthead")
Skipping install of 'assorthead' from a github remote, the SHA1 (601dc4fe) has not changed since last install.
  Use `force = TRUE` to force installation

@LTLA
Copy link
Contributor

LTLA commented Aug 1, 2024

oops, try again now.

@DarioS DarioS closed this as completed Aug 1, 2024
@DarioS
Copy link
Author

DarioS commented Aug 13, 2024

It is failing again.

correct_mnn.cpp:5:10: fatal error: BiocNeighbors.h: No such file or directory
    5 | #include "BiocNeighbors.h"
      |          ^~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [/usr/lib/R/etc/Makeconf:204: correct_mnn.o] Error 1
ERROR: compilation failed for package ‘scrapper’
* removing ‘/dski/nobackup/dario/dev/scrapper’
* restoring previous ‘/dski/nobackup/dario/dev/scrapper’

@DarioS DarioS reopened this Aug 13, 2024
@LTLA
Copy link
Contributor

LTLA commented Aug 13, 2024

You're going to need knncolle/BiocNeighbors#25.

@DarioS DarioS closed this as completed Aug 13, 2024
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

No branches or pull requests

2 participants