Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] placeholder: CGAL 5.2 and Boost 1.75 with gcc

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] placeholder: CGAL 5.2 and Boost 1.75 with gcc


Chronological Thread 
  • From: "Laurent Rineau (CGAL/GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] placeholder: CGAL 5.2 and Boost 1.75 with gcc
  • Date: Fri, 15 Jan 2021 09:25:14 +0100
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=SoftFail ; spf=None
  • Ironport-phdr: 9a23:IZFhsRKvObQ2peQnaNmcpTZWNBhigK39O0sv0rFitYgXKv39rarrMEGX3/hxlliBBdydt6sVzbKP+P66ESxYuNDd6S9EKMQNHzY+yuwu1zQ6B8CEDUCpZNXLVAcdWPp4aVl+4nugOlJUEsutL3fbo3m18CJAUk6nbVk9Kev6AJPdgNqq3O6u5ZLTfx9IhD2gar9uMRm6twrcutQSjId4Nqo91xTFr3pWd+9LwW9kOU+fkwzz68ut/pNv6Thct+4k+8VdTaj0YqM0QKBCAj87KW41/srrtRfCTQuL+HQRV3gdnwRLDQbY8hz0R4/9vSTmuOVz3imaJtD2QqsvWTu+9adrSQTnhzkBOjUk7WzYkM1wjKZcoBK8uxxyxpPfbY+JOPZieK7WYNUXTndDUMlMTSxMGoOyYZUSAeQPPuhYqIvyp1UBohWxGQahH//vxCJSi3PqwaE2z/otHAfb1wIgBdIOt3HUoc37OKkUS++10bPIwivFb/NKxDzz9InIchY/rv6WQLJ7bM7dxFcuGQ7ZiFucso3rMC2S1uQIrWeb8/BgVOKvhWE9tw5xvj+vxt0si4XMiI4e11fJ9SFjz4YoP923Vkh7YcK+HJtKtiGaMZV5Tdk/Q2xzpCk6xacJuZqhcCgN0pQnyAfSZvqaeIeH/hztTvyeIStkhH17YrK/gQ6//0ikx+HgVMS501dHoytZn9XQuH0ByQDf58aIR/dg4Eus3SqC2g7P5+xaP0w5lqjWJpohz7A+lpQerFjPEyvolEjwkaSYeEIk+u2y5OTmZLXrvpCcOJFzigH7LKsuhta/AOQ2MgcUQ2eb5eO81Kfj/EHjXLpKifg2nrHFv5DVP8sborS1AwhP0oYs7Ru0EjSo0MwAkHUaMl5IfAiLg5XtNlzKOvz1Cfayj06jnTt33/zLOqHtDo/QInTekbrtZ6hx5k5BxAYp0NxT+ZBZB7ccK/zpQEDxrsbXDhohPgy03ennDNJ925sYWW2RDK+VKr3dsVmT5u41LemMfpcZuDf7K/c7+/7jlWI1lUEZcKWzwJcabHS1Eu5iLkiYe3bhjcsNHX8PvgUkTezqjFOCUSRUZ3a3R6884is0CJ+8DYjdQICtnKaN3D26Hp1QeG9JEE2MHGz0eIWLQfgMbDieIsh7kjwLTbShUZMu1QmytA/mzLpqNvbb+iICupLnzdR6+uzTlQou+jxpFMSdyHqAT3p0n2MNXz85xrpzoU17yleZ0Kh3meZUFdJJ56ABbgBvPpHVy6l2Csv5RxnaVtaPUlevBNu8Uh8rSddkifsHflxwHcnqtBHF0iO3S/8+uJWvQ7M59afRw2LgCc9213Hcxehrxw0iS9ZVOGu6wLR+8QXaGqbCnEyd0aGwevJPj2b26G6fwD/W7wljWwlqXPCdBCxNVg7ttd38o3j6Yfq2E71+allKxseGbKxQZY+x1AgUdLLYIN3bJlmJtSKwCBKPn+neaofkPWgbx2PTEhpcylFBzTO9LQE7QxyZjSfbBT1qG0joZhq0o+JxoXf9SVU7nVqH
  • Organization: GeometryFactory

On Thursday, January 14, 2021 5:55:32 PM CET Filippo wrote:
> Hello
>
> I am trying to link CGAL to my software. I cannot compile neither CGAL
> 5.2 (git branch 5.2.x-branch) nor CGAL 5.1 (git branch 5.1.x-branch)
> with Boost 1.75 and mpicc/mpiccx (openmpi/4.0.2 and gcc-4.8.5). My
> software exploits libmesh to compute mesh intersection via CGAL.
[...]
> Is there any workaround for this? Should I switch to gnu++14 dialect in
> my software or reinstall gcc with gnu++14 dialect support?

Hi Filippo,

Your setup is unusual for us, and has never been tested by the CGAL project.

In order to reduce you numbers of try-and-compile attempts, keep in mind that
C++14 is a requirement of CGAL since the version 5.0. The compiler, or the
tools, you use must be able to process all of C++14 features to ensure the
compatibility with the code of CGAL version 5.1 or 5.2.

I hope that will help you find a toolchain that suits your needs.

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/






Archive powered by MHonArc 2.6.19+.

Top of Page