1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup cmake 1.0 |
---|
5 | |
---|
6 | name alps |
---|
7 | version 2.0.1 |
---|
8 | revision 0 |
---|
9 | categories science |
---|
10 | maintainers gmail.com:gamperl |
---|
11 | description Parallel Algorithms for Lattice Models |
---|
12 | long_description Libraries for generic parallel algorithms for classical and quantum lattice models |
---|
13 | homepage http://alps.comp-phys.org |
---|
14 | platforms darwin |
---|
15 | master_sites ${homepage}/static/software/releases |
---|
16 | distname ${name}-${version}-r5565-src-with-boost |
---|
17 | |
---|
18 | checksums md5 b1e70b00310643fe1b60531160543bd4 \ |
---|
19 | sha1 34680ea84b7dd2670740afbc6254c88983150c5c \ |
---|
20 | rmd160 6607d16d4a275d016c8f2ba330238b4676f3fe8a |
---|
21 | |
---|
22 | depends_lib port:hdf5-18 \ |
---|
23 | port:py26-numpy \ |
---|
24 | port:py26-matplotlib \ |
---|
25 | port:py26-scipy |
---|
26 | |
---|
27 | use_parallel_build yes |
---|
28 | configure.args-delete -DCMAKE_SYSTEM_PREFIX_PATH=\"${prefix}\;/usr\" |
---|
29 | configure.args-append -DCMAKE_SYSTEM_PREFIX_PATH=\"/usr\;${prefix}\" \ |
---|
30 | -DBoost_ROOT_DIR:PATH=${workpath}/${distname}/boost \ |
---|
31 | -DALPS_BUILD_TESTS=OFF \ |
---|
32 | -DALPS_INCLUDE_TUTORIALS=OFF \ |
---|
33 | -DALPS_BOOST_LIBRARY_NAME=alps-boost \ |
---|
34 | ./alps |
---|