Ticket #51200: Portfile

File Portfile, 1.4 KB (added by egull@…, 8 years ago)
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
9github.setup        ALPSCore ALPSCore 0.5.4 v
10categories          science
11platforms           darwin
12license             GPL-2
13maintainers         umich.edu:galexv
14
15description         A package for the simulation of condensed matter physics problems: Core Libraries
16long_description    ALPSCore contains the core libraries of the applications and libraries \
17                    for physics simulations, ALPS. The package is maintained by the UMich group, \
18                    for more information see alpscore.org
19
20homepage            http://alpscore.org
21
22checksums           rmd160  0f75dd2cdd96e9e063e081d54f6a3c163ce8e004 \
23                    sha256  9d3e10ced8bb1284bb29e216b668dccf1d9ff3e2f91f74d1d6b1e2ecc3d00b06
24
25compiler.blacklist  gcc-4.2
26
27depends_lib         port:boost \
28                    port:hdf5
29
30mpi.setup
31configure.args      -DTesting=ON \
32                    -DExtensiveTesting=OFF \
33                    -DBOOST_ROOT=${prefix} \
34                    -DENABLE_MPI=TRUE \
35                    -DMPIEXEC:STRING="${mpi.exec}" \
36                    -DBuildPython=OFF \
37                    -DTestXMLOutput=TRUE \
38                    -DDocumentation=OFF
39
40cmake.out_of_source yes