# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem              1.0
PortGroup               github  1.0
PortGroup               cmake   1.1
PortGroup               boost   1.0

description             Computational Geometry Algorithm Library
long_description        The goal of the ${description} is to provide easy access to\
                        efficient and reliable geometric algorithms in the\
                        form of a C++ library. CGAL is used in various areas\
                        needing geometric computation, such as: computer\
                        graphics, scientific visualization, computer aided\
                        design and modeling, geographic information systems,\
                        molecular biology, medical imaging, robotics and\
                        motion planning, mesh generation, numerical methods...

github.setup            CGAL cgal 6.0.1 v
revision                0
conflicts               cgal4 cgal5
github.tarball_from     releases
name                    cgal6
license                 LGPL-3+ GPL-3+
categories              gis science
platforms               any
supported_archs         noarch
maintainers             {vince @Veence}
use_xz                  yes
distname                CGAL-${version}

homepage                http://www.cgal.org/

checksums               rmd160  7320dc2c942925d3ae2af0c473ea3fc6c6feb729 \
                        sha256  0acdfbf317c556630dd526f3253780f29b6ec9713ee92903e81b5c93c0f59b7f \
                        size    25659212

boost.version           1.81

depends_lib-append      port:mpfr \
                        port:zlib \
                        port:gmp \
                        path:share/pkgconfig/eigen3.pc:eigen3

compiler.cxx_standard   2017
compiler.thread_local_storage yes

github.livecheck.regex  {([0-9.]+)}
