Ticket #29430: Portfile

File Portfile, 1.7 KB (added by gamperl@…, 13 years ago)
Line 
1# $Id$
2
3PortSystem                1.0
4PortGroup                 cmake 1.0
5
6name                      alps
7version                   2.0.1
8revision                  0
9categories                science
10maintainers               gmail.com:gamperl
11description               Parallel Algorithms for Lattice Models
12long_description          Libraries for generic parallel algorithms for classical and quantum lattice models
13homepage                  http://alps.comp-phys.org
14platforms                 darwin
15master_sites              ${homepage}/static/software/releases
16distname                  ${name}-${version}-r5565-src-with-boost
17
18checksums                 md5 b1e70b00310643fe1b60531160543bd4                      \
19                          sha1 34680ea84b7dd2670740afbc6254c88983150c5c             \
20                          rmd160 6607d16d4a275d016c8f2ba330238b4676f3fe8a
21
22depends_lib               port:hdf5-18                                              \
23                          port:py26-numpy                                           \
24                          port:py26-matplotlib                                      \
25                          port:py26-scipy
26
27use_parallel_build        yes
28configure.args-delete     -DCMAKE_SYSTEM_PREFIX_PATH=\"${prefix}\;/usr\"
29configure.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