summaryrefslogtreecommitdiffstats
path: root/recipes-core/meta
Commit message (Collapse)AuthorAgeFilesLines
* sdk: Add support for adding icx to SDKNaveen Saini2022-11-233-0/+21
| | | | | | | | | | | | | | | | Also export ICXCC, ICXCXX, ICXCPP, ICXLD, ICXAR in SDK environment which can then be used to compile applications. For example, to build an sample SYCL application using SDK: -> Source oneAPI compiler setup script (from your installed path): $ source /your-sdk-path/oecore-x86_64/sysroots/skylake-64-oe-linux/opt/intel/oneapi/compiler/2022.1.0/env/vars.sh -> Build sample SYCL app (i.e simple-sycl-app.cpp): $ $ICXCXX -fsycl simple-sycl-app.cpp -o simple-sycl-app -lsvml -lirng -limf -lintlc Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* icc: drop Intel C++ classic compiler supportNaveen Saini2022-11-233-25/+0
| | | | | | | | Support for Intel(R) oneAPI DPC++/C++ (icx) compiler is being added. So remove the support for the classic compiler. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* sdk: Add support for adding icc to SDKNaveen Saini2022-10-123-0/+25
Also export ICC, ICCCXX, ICCCPP, ICCLD, ICCAR in SDK environment which can then be used to compile applications in SDK Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>