Ticket #51200: Portfile-rrdtool.diff

File Portfile-rrdtool.diff, 1.8 KB (added by egull@…, 8 years ago)

unified diff of portfile as requested

  • Portfile

    old new  
    11# -*- 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
    2 # $Id: Portfile 147494 2016-04-05 20:52:07Z mmoll@macports.org $
     2# $Id$
    33
    44PortSystem          1.0
    55PortGroup           cmake 1.0
    66PortGroup           github 1.0
     7PortGroup           mpi 1.0
    78
    8 github.setup        ALPSCore ALPSCore 0.5.1 v
    9 revision            1
     9github.setup        ALPSCore ALPSCore 0.5.4 v
    1010categories          science
    1111platforms           darwin
    1212license             GPL-2
     
    1919
    2020homepage            http://alpscore.org
    2121
    22 checksums           rmd160  34d25679d4cc3f3aea1b3685e3b133d788e3168d \
    23                     sha256  a10b64f8fdfbdafe510508d408319755f082979665a9d83f23799da77ad4b89b
     22checksums           rmd160  0f75dd2cdd96e9e063e081d54f6a3c163ce8e004 \
     23                    sha256  9d3e10ced8bb1284bb29e216b668dccf1d9ff3e2f91f74d1d6b1e2ecc3d00b06
    2424
    2525compiler.blacklist  gcc-4.2
    2626
    2727depends_lib         port:boost \
    2828                    port:hdf5
    2929
    30 # BOOST_ROOT        - location for boost distribution
    31 # GTEST_ROOT        - location for gtest sources/binaries
    32 # HDF5_ROOT         - location for the HDF5 distribution
    33 # EXTRA_CMAKE_FLAGS - extra options for CMake invocation (can be empty)
    34 # EXTRA_MAKE_FLAGS  - extra options for the first `make` invocation (can be empty)
    35 # FAST_BUILD
     30mpi.setup
    3631configure.args      -DTesting=ON \
    3732                    -DExtensiveTesting=OFF \
    3833                    -DBOOST_ROOT=${prefix} \
    39                     -DENABLE_MPI=FALSE \
     34                    -DENABLE_MPI=TRUE \
     35                    -DMPIEXEC:STRING="${mpi.exec}" \
    4036                    -DBuildPython=OFF \
    4137                    -DTestXMLOutput=TRUE \
    4238                    -DDocumentation=OFF