Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] dependence question

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] dependence question


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] dependence question
  • Date: Fri, 22 Nov 2019 12:17:57 +0100
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:EQrukB++93CH5v9uRHKM819IXTAuvvDOBiVQ1KB20+kcTK2v8tzYMVDF4r011RmVBN6dsq8YwLCK+4nbGkU4qa6bt34DdJEeHzQksu4x2zIaPcieFEfgJ+TrZSFpVO5LVVti4m3peRMNQJW2aFLduGC94iAPERvjKwV1Ov71GonPhMiryuy+4ZLebxhGiTanfL9/LBq7oQrPusQZnIBvNrs/xhzVr3VSZu9Y33loJVWdnxb94se/4ptu+DlOtvwi6sBNT7z0c7w3QrJEAjsmNXs15NDwuhnYUQSP/HocXX4InRdOHgPI8Qv1Xpb1siv9q+p9xCyXNtD4QLwoRTiv6bpgRRn1gykFKjE56nnahNFugqJVoByvpBJxzIDbb46XKPVwcbjQfc8ZSGdbQspdSyJMD4G6YoASD+QBJ+FYr4zlqlcAsBWxGxKjC/n0yj9Uh3/5w6s62PknHwHBxgwgHtUOsGjJp9nxNakdT+e1zKzWwjXfdfNX2Tfz55LUfRA9pvGMR7Jxfc/fxUIyEA7FlVGQqYv/PzOU0eQNr3KX7+9kVe+0hG4nrht+ojmrxss2lobJgYcVx0nC+C5kzog1Iti4R1R6Yd6iCJZfqy6aOJFyQs84RGFooik6x7sbspC4ZCgH0IorywLbZvCdcIWF4gjvWPiPLTtlnn5od7Gyiw6s/Ue61uHwS8y530hWoiVfl9TAqGwB2wHW58WIVPdy4Fut1DOL2g/O9+5IPUU5mbfaJpMi3LI9k4QcvlrBEyDtnUj5krOZelk59eWu9u/peK/ppoWGOI9xkgz+Mrohmsi4AekgNwgBRWmb+eCl2Lzt5031XaxGjvM5n6TaqpzaKsMbpqm2Aw9RzIkv8QqwDzCj0NgAnHkHKkxKeA6fgoT3J13DJOr0APS/jli2jjtn2e3KMqfuD5jONnTDla3ufbd5605S0gozytVf6opPCrEFJ/LzQE7xtNvEDhMjNgy0x/3qCNp41owEWGKPBrWVP7/VsV+N/u4vOfWDZJcJuDbhLPgo/+LhjXAjll8ZZKWmwJoXaGukEfR7OEWZemHhgswBEGcPpgoxVvbmiFyEUT5JZna9Rbgw5j8hCNHuMYCWTY+khPmN3TywA4ZNTmFAEFGFV3nyJKueXPJZIhmfKMZ6jj0JU/CFTJUg0g3m9CD3zL9qMvDF1CQTqZX5xZk/r7nIkRYo9DtoScGZ+26IRmBw2GgPQmllj+hEvUVhxwLbguBDiPtCGIkLvq8bYkIBLZfZitdCJZXqQAuYJ4WGTV+nRpOtBjRjFotgke9LWF50HpCZtj6G2iOrB7EPkLnSXc4796vd2z76IMMvki+bhplktEEvR450DUPjhqN78FKOVYvAkkHciLzzMKpAjGjC82CMyWfIt0ZdAlZ9



On 11/22/19 11:50 AM, Andreas Fabri wrote:
Hello,

In a "standard installation" for the latest as well as previous releases of CGAL
the GMP and MPFR are used.  You can switch it off  with

cmake |-DCGAL_DISABLE_GMP=ON|

|Then there is a fallback to CGAL::Quotient<CGAL::MP_float> as exact number type.|

|The dependency on boost is strong, but limited to
some boost libraries.

See also:
https://doc.cgal.org/latest/Manual/thirdparty.html#title4

|

|Best,|

|Andreas
|

On 11/22/2019 10:46 AM, Gregory Soyez wrote:
Dear all,

one of our codes uses CGAL 2D triangulation. I am struggling a little bit to figure out which of CGAL dependences are needed to build our code (for historical reasons we use autotools instead of CMake).

In practice, we include:
  Exact_predicates_inexact_constructions_kernel.h
  Delaunay_triangulation_2.h
  Triangulation_hierarchy_2.h
  Triangulation_vertex_base_with_info_2.h

At first sight, it seems that only the GMP library is needed for linking but the MPFR and Boost libraries are not needed. Can you confirm this is correct?

Is it still OK for an (installed) CGAL-5.0?

Many thanks in advance for the help,
Cheers,
Gregory

--
Andreas Fabri, PhD
Chief Officer, GeometryFactory
Editor, The CGAL Project

phone: +33.492.954.912 skype: andreas.fabri




Archive powered by MHonArc 2.6.18.

Top of Page