Skip to content
  • mark's avatar
    ENH: improve flexibility of makeGcc for non-gcc builds · 5de10e0e
    mark authored
    - ThirdParty GMP/MPFR may be needed when making CGAL, but previously
      no convenient means of compiling them without also compiling a
      ThirdParty GCC.
    
      Now support the combination of building GMP or MPFR, without needing
      to build GCC as well. This could benefit people using clang.
    
    - add a '-no-theadsafe' option when building MPFR via the makeGcc
      script. This may help avoid conflicts with existing, older,
      non-thread-safe system MPFR libraries.
    5de10e0e