Ticket #51580: Portfile

File Portfile, 1.2 KB (added by egull@…, 8 years ago)

Portfile for ALPS CTHyb package, updated version of cthyb code.

Line 
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$
3
4PortSystem          1.0
5PortGroup           cmake 1.0
6PortGroup           github 1.0
7PortGroup           mpi 1.0
8
9name                ALPS-cthyb
10
11github.setup        ALPSCore CT-HYB 0.2 v
12categories          science
13platforms           darwin
14license             GPL-2
15maintainers         umich.edu:egull
16
17description         A package for the solution of impurity problems
18long_description    This package provides functionality for computing the solution to the \
19                    quantum impurity problem using the continous-time quantum Monte Carlo \
20                    hybridization expansion formalism as described in Phys. Rev. B 74, 155107 (2006) \
21                    This implementation is based on the ALPS libraries.
22
23homepage            http://alpscore.org
24
25checksums           rmd160  341a7f72ec1cd0b1f3cf0d317ed8d0c1eb4740a3 \
26                    sha256  03097368723d53fbb261ade1da31d4eae1bcc2ecf130df3a5c7814d1c5df88ca
27
28depends_lib         port:boost \
29                    port:hdf5 \
30                    port:ALPSCore \
31                    port:eigen3 \
32                    port:gsl
33mpi.setup
34cmake.out_of_source yes