# -*- 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 # $Id$ PortSystem 1.0 PortGroup cmake 1.0 PortGroup github 1.0 PortGroup mpi 1.0 github.setup ALPSCore ALPSCore 0.5.4 v categories science platforms darwin license GPL-2 maintainers umich.edu:galexv description A package for the simulation of condensed matter physics problems: Core Libraries long_description ALPSCore contains the core libraries of the applications and libraries \ for physics simulations, ALPS. The package is maintained by the UMich group, \ for more information see alpscore.org homepage http://alpscore.org checksums rmd160 0f75dd2cdd96e9e063e081d54f6a3c163ce8e004 \ sha256 9d3e10ced8bb1284bb29e216b668dccf1d9ff3e2f91f74d1d6b1e2ecc3d00b06 compiler.blacklist gcc-4.2 depends_lib port:boost \ port:hdf5 mpi.setup configure.args -DTesting=ON \ -DExtensiveTesting=OFF \ -DBOOST_ROOT=${prefix} \ -DENABLE_MPI=TRUE \ -DMPIEXEC:STRING="${mpi.exec}" \ -DBuildPython=OFF \ -DTestXMLOutput=TRUE \ -DDocumentation=OFF cmake.out_of_source yes