Intel® oneAPI Data Analytics Library
Learn from community members on how to build compute-intensive applications that run efficiently on Intel® architecture.

Which GNU C/C++ version is required?

joachim_d_
Beginner
465 Views

Hi there, as there are two conflicting answers on this, the open source version on GIthub claims

GNU C/C++ 5.1 here (https://github.com/01org/daal)

but in the Getting started guide system requirements on the Intel website (https://software.intel.com/en-us/articles/intel-daal-2016-system-requirements)

it says

GNU C/C++ 4.9

 

 

0 Kudos
1 Solution
Ilya_B_Intel
Employee
465 Views

Hi, Joachim

If you take pre-built version of the library, you will be able to use it with GCC 4.9+

In order to build library from sources, you will need GCC 5.1+.

View solution in original post

0 Kudos
2 Replies
Ilya_B_Intel
Employee
466 Views

Hi, Joachim

If you take pre-built version of the library, you will be able to use it with GCC 4.9+

In order to build library from sources, you will need GCC 5.1+.

0 Kudos
joachim_d_
Beginner
465 Views

Excellent thank you I am using the prebuild-version and it seems to work fine with GCC4.9.2 

0 Kudos
Reply