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

ERROR: compilation failed for package ‘flowCore’ #264

Open
Biomiha opened this issue Jan 15, 2024 · 1 comment
Open

ERROR: compilation failed for package ‘flowCore’ #264

Biomiha opened this issue Jan 15, 2024 · 1 comment

Comments

@Biomiha
Copy link

Biomiha commented Jan 15, 2024

Hi there,

I am trying to get all my cytoverse packages up to the latest version, however I keep hitting against compilation issues.
I am running an Apple M1 Pro and Sonoma 14.2.1.
I tried to compile flowCore and got the following error during compilation:

1 error generated.
make: *** [fcsTextParse.o] Error 1
ERROR: compilation failed for package ‘flowCore’

Before this there was also a line saying:

on.hpp:38:27: fatal error: no template named 'binary_function' in namespace 'std'; did you mean '__binary_function'?

The latter was to do with the {cytolib} package.

There don't seem to be any available binaries for the M1 (arm64) architecture for the current version and there is no way of finding old binaries (e.g. Bioconductor version 3.17) so I am a bit stuck.
I imagine there are quite a few people running M1 and M2 chips these days that will be stuck in a similar limbo to me. Any ideas for where to find a binary?

Thanks ever so much in advance,
Miha

@LTLA
Copy link

LTLA commented Aug 9, 2024

Pinging this.

binary_function was removed from the C++ standard library in C++17, which is now the default C++ specification for R package builds. The easiest solution is for flowCore to mandate the use of an earlier specification... which it seems to do in the SystemRequirements (C++11), but this is contradicted by the C++17 requirement in the Makevars.

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