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 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup cmake 1.0 |
---|
6 | PortGroup github 1.0 |
---|
7 | PortGroup mpi 1.0 |
---|
8 | |
---|
9 | name ALPS-cthyb |
---|
10 | |
---|
11 | github.setup ALPSCore CT-HYB 0.2 v |
---|
12 | categories science |
---|
13 | platforms darwin |
---|
14 | license GPL-2 |
---|
15 | maintainers umich.edu:egull |
---|
16 | |
---|
17 | description A package for the solution of impurity problems |
---|
18 | long_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 | |
---|
23 | homepage http://alpscore.org |
---|
24 | |
---|
25 | checksums rmd160 341a7f72ec1cd0b1f3cf0d317ed8d0c1eb4740a3 \ |
---|
26 | sha256 03097368723d53fbb261ade1da31d4eae1bcc2ecf130df3a5c7814d1c5df88ca |
---|
27 | |
---|
28 | depends_lib port:boost \ |
---|
29 | port:hdf5 \ |
---|
30 | port:ALPSCore \ |
---|
31 | port:eigen3 \ |
---|
32 | port:gsl |
---|
33 | mpi.setup |
---|
34 | cmake.out_of_source yes |
---|