Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: Is CGAL possible to be compiled by Intel C++ Compiler version 13?

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: Is CGAL possible to be compiled by Intel C++ Compiler version 13?


Chronological Thread 
  • From: Ye Jianbo Bob <>
  • To:
  • Subject: [cgal-discuss] Re: Is CGAL possible to be compiled by Intel C++ Compiler version 13?
  • Date: Mon, 1 Oct 2012 23:17:06 +0800

Hi, I notice that someone has tested compiling CGAL against Intel C++
version 11. However, my 64bit machine is not able to install the old
version of icc/icpc. I tried to compile CGAL against newest version 13
as

cmake . -DCMAKE_C_COMPILER=/opt/intel/bin/icc
-DCMAKE_CXX_COMPILER=/opt/intel/bin/icpc
make

but it reports compiling errors.

B.T.W. I did successfully compile the code using g++.

Jianbo


  • [cgal-discuss] Re: Is CGAL possible to be compiled by Intel C++ Compiler version 13?, Ye Jianbo Bob, 10/01/2012

Archive powered by MHonArc 2.6.18.

Top of Page