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

Can't compile on many non-x86 architectures #3

Open
mr-c opened this issue Nov 16, 2020 · 0 comments
Open

Can't compile on many non-x86 architectures #3

mr-c opened this issue Nov 16, 2020 · 0 comments
Assignees

Comments

@mr-c
Copy link

mr-c commented Nov 16, 2020

Hello,

rhdf5filters was recently packaged for Debian as https://tracker.debian.org/pkg/r-bioc-rhdf5filters

We were unable to compile on many non-x86 architectures as they seem to lack the gcc __builtin_cpu_init function which is required by tools/ax_gcc_x86_cpu_supports.m4 to test for SSE2 support.

As a workaround we are passing --configure-args="ax_cv_gcc_check_x86_cpu_init=yes ax_cv_gcc_x86_cpu_supports_sse2=no" to `R CMD INSTALL on non x86-64 architectures.

Perhaps this could be fixed so that non-Debian users won't have this issue.

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