Ticket #51347: Portfile

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

Port file for new package ALPS-maxent

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
7
8name                ALPS-maxent
9
10github.setup        CQMP Maxent 1.0-rc3 v
11categories          science
12platforms           darwin
13license             GPL-2
14maintainers         umich.edu:egull
15
16description         A package for the calculation of spectral functions using the Maximum Entropy method
17long_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
22homepage            http://alpscore.org
23
24checksums           rmd160  b973f3415ac3cb7276b17681f8c7dfaa14f8f191 \
25                    sha256  a840c5a3d53a3f283a36bf9811497e914d09ffbd443be63ea49c71ca43960f1c
26
27compiler.blacklist  gcc-4.2
28
29depends_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
44cmake.out_of_source yes