Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 734 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 734 Bytes

Conan build script for the GNU Multiple Precision Arithmetic library (GMP)

Build

conan create mpfr/4.0.1@ntc/stable -pr <profile>

Notes

  • This was created in order to build CGAL
  • This should build directly with g++
  • For MSVC, this is cross-compiled using the msys2_mingw profile (see profiles/msys2_mingw, or better yet, the Windows Subsystem Conan docs.) The package_id() function then makes the package appear as if it was build with Microsoft Visual Studio.

See also: