Ticket #47055: cgal.diff

File cgal.diff, 1.4 KB (added by kurtjaeke@…, 9 years ago)

diff to update CGAL Portfile to v4.5.2, and change perf compiler to clang-mp-3.5

  • ports/gis/cgal/Portfile

    diff --git a/ports/gis/cgal/Portfile b/ports/gis/cgal/Portfile
    index 58c250d..766aca6 100644
    a b PortSystem 1.0 
    55PortGroup           cmake 1.0
    66
    77name                cgal
    8 version             4.5.1
     8version             4.5.2
    99license             LGPL-3+ GPL-3+
    1010categories          gis science
    1111maintainers         vince
    platforms darwin 
    2424homepage            http://www.cgal.org/
    2525
    2626fetch.ignore_sslcert     yes
    27 master_sites        https://gforge.inria.fr/frs/download.php/file/34403
     27master_sites        https://gforge.inria.fr/frs/download.php/file/34511
    2828
    2929distname            CGAL-${version}
    30 checksums           rmd160  f7f48acd7df7986d02933131c169c26856032947 \
    31                     sha256  5f92935f620ca8176f95c740446997ab9e06b02b0c1fb75e20f789a0404f779e
     30checksums           rmd160  c2a42799d077691532593dc134a20493da192cc1 \
     31                    sha256  857187755e0281984b27e1a4c0b02a6a03036bca1c09e7d5bdbe5c96b457fa6d
    3232
    3333use_bzip2           yes
    3434
    configure.args-append -DCGAL_INSTALL_CMAKE_DIR="share/CGAL/cmake" \ 
    5050compiler.blacklist-append gcc-4.0
    5151
    5252variant perf description    {optimize code for current arch} {
    53     configure.compiler      macports-clang-3.3
     53    configure.compiler      macports-clang-3.5
    5454    configure.optflags      -O3 -pipe -march=native
    5555}
    5656