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 | github.setup ALPSCore ALPSCore 0.5.4 v |
---|
10 | categories science |
---|
11 | platforms darwin |
---|
12 | license GPL-2 |
---|
13 | maintainers umich.edu:galexv |
---|
14 | |
---|
15 | description A package for the simulation of condensed matter physics problems: Core Libraries |
---|
16 | long_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 | |
---|
20 | homepage http://alpscore.org |
---|
21 | |
---|
22 | checksums rmd160 0f75dd2cdd96e9e063e081d54f6a3c163ce8e004 \ |
---|
23 | sha256 9d3e10ced8bb1284bb29e216b668dccf1d9ff3e2f91f74d1d6b1e2ecc3d00b06 |
---|
24 | |
---|
25 | compiler.blacklist gcc-4.2 |
---|
26 | |
---|
27 | depends_lib port:boost \ |
---|
28 | port:hdf5 |
---|
29 | |
---|
30 | mpi.setup |
---|
31 | configure.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 | |
---|
40 | cmake.out_of_source yes |
---|