Skip to content

Installing on Ubuntu 16.04 ppc64le #81

@nasica88

Description

@nasica88

Hello,

I see that gpuR is not yet formally ported on ppc64le (IBM POWER8), but I am giving it a try. The initial effort ended in an error like below.

../inst/include/CL/cl_platform.h:390:12: error: ‘vector’ does not name a type
typedef vector unsigned char __cl_uchar16;
^

This error was easily solved by changing "typedef vector" in gpuR/inst/include/CL/cl_platform.h into "typedef __vector".

However, I ran into another trouble now after this stage, like below. Can you help me thru this, please ?

/usr/include/c++/5/bits/cpp_type_traits.h:98:24: error: expected primary-expression before ‘attribute
enum { __value = bool(_Sp::__value) || bool(_Tp::__value) };
^

Cheers,

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions