Skip to content

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

Open
@mr-c

Description

@mr-c

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions