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 | |
---|
8 | name ALPS-maxent |
---|
9 | |
---|
10 | github.setup CQMP Maxent 1.0-rc3 v |
---|
11 | categories science |
---|
12 | platforms darwin |
---|
13 | license GPL-2 |
---|
14 | maintainers umich.edu:egull |
---|
15 | |
---|
16 | description A package for the calculation of spectral functions using the Maximum Entropy method |
---|
17 | long_description This package provides functionality for computing the analytical continuation \ |
---|
18 | of many-body response functions from the imaginary time axis to the real frequency \ |
---|
19 | axis. This code is part of the ALPS applications and dependent on the ALPSCore \ |
---|
20 | libraries. |
---|
21 | |
---|
22 | homepage http://alpscore.org |
---|
23 | |
---|
24 | checksums rmd160 b973f3415ac3cb7276b17681f8c7dfaa14f8f191 \ |
---|
25 | sha256 a840c5a3d53a3f283a36bf9811497e914d09ffbd443be63ea49c71ca43960f1c |
---|
26 | |
---|
27 | compiler.blacklist gcc-4.2 |
---|
28 | |
---|
29 | depends_lib port:boost \ |
---|
30 | port:hdf5 \ |
---|
31 | port:ALPSCore \ |
---|
32 | port:eigen3 \ |
---|
33 | port:gsl |
---|
34 | |
---|
35 | #configure.args -DTesting=ON \ |
---|
36 | # -DExtensiveTesting=OFF \ |
---|
37 | # -DBOOST_ROOT=${prefix} \ |
---|
38 | # -DENABLE_MPI=TRUE \ |
---|
39 | # -DMPIEXEC:STRING="${mpi.exec}" \ |
---|
40 | # -DBuildPython=OFF \ |
---|
41 | # -DTestXMLOutput=TRUE \ |
---|
42 | # -DDocumentation=OFF |
---|
43 | |
---|
44 | cmake.out_of_source yes |
---|