Ticket #51200: Portfile-rrdtool.diff
File Portfile-rrdtool.diff, 1.8 KB (added by egull@…, 9 years ago) |
---|
-
Portfile
old new 1 1 # -*- 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$ 3 3 4 4 PortSystem 1.0 5 5 PortGroup cmake 1.0 6 6 PortGroup github 1.0 7 PortGroup mpi 1.0 7 8 8 github.setup ALPSCore ALPSCore 0.5.1 v 9 revision 1 9 github.setup ALPSCore ALPSCore 0.5.4 v 10 10 categories science 11 11 platforms darwin 12 12 license GPL-2 … … 19 19 20 20 homepage http://alpscore.org 21 21 22 checksums rmd160 34d25679d4cc3f3aea1b3685e3b133d788e3168d\23 sha256 a10b64f8fdfbdafe510508d408319755f082979665a9d83f23799da77ad4b89b22 checksums rmd160 0f75dd2cdd96e9e063e081d54f6a3c163ce8e004 \ 23 sha256 9d3e10ced8bb1284bb29e216b668dccf1d9ff3e2f91f74d1d6b1e2ecc3d00b06 24 24 25 25 compiler.blacklist gcc-4.2 26 26 27 27 depends_lib port:boost \ 28 28 port:hdf5 29 29 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 30 mpi.setup 36 31 configure.args -DTesting=ON \ 37 32 -DExtensiveTesting=OFF \ 38 33 -DBOOST_ROOT=${prefix} \ 39 -DENABLE_MPI=FALSE \ 34 -DENABLE_MPI=TRUE \ 35 -DMPIEXEC:STRING="${mpi.exec}" \ 40 36 -DBuildPython=OFF \ 41 37 -DTestXMLOutput=TRUE \ 42 38 -DDocumentation=OFF