Ticket #34751: Portfile-alps.diff
File Portfile-alps.diff, 3.0 KB (added by gamperl@…, 12 years ago) |
---|
-
Portfile
old new 1 # $Id : Portfile 88422 2012-01-02 01:18:04Z ryandesign@macports.org$1 # $Id$ 2 2 3 3 PortSystem 1.0 4 4 PortGroup cmake 1.0 5 5 6 6 name alps 7 version 2.0.1 7 version 2.1.1 8 revision 0 8 9 categories science 9 10 maintainers gmail.com:gamperl 10 11 description Parallel Algorithms for Lattice Models … … 12 13 homepage http://alps.comp-phys.org 13 14 platforms darwin 14 15 master_sites ${homepage}/static/software/releases 15 distname ${name}-${version}-r 5565-src-with-boost16 distname ${name}-${version}-r6176-src-with-boost 16 17 17 checksums md5 b1e70b00310643fe1b60531160543bd4 \ 18 sha1 34680ea84b7dd2670740afbc6254c88983150c5c \ 19 rmd160 6607d16d4a275d016c8f2ba330238b4676f3fe8a 20 21 depends_lib port:hdf5-18 \ 22 port:py26-numpy \ 23 port:py26-matplotlib \ 18 checksums rmd160 f2ab3938a364a026be8557406427521901091a51 \ 19 sha256 554841986ad5a9d5d5a89941e5665c249fe1b8eba537078001bb6c5c21a1f335 20 21 depends_lib port:hdf5-18 \ 22 port:py26-numpy \ 23 port:py26-matplotlib \ 24 24 port:py26-scipy 25 25 26 26 use_parallel_build yes 27 27 configure.args-delete -DCMAKE_SYSTEM_PREFIX_PATH=\"${prefix}\;/usr\" 28 configure.args-append -DCMAKE_SYSTEM_PREFIX_PATH=\"/usr\;${prefix}\" \29 -DBoost_ROOT_DIR:PATH=${workpath}/${distname}/boost \30 -DALPS_BUILD_TESTS=OFF \31 -DALPS_INCLUDE_TUTORIALS=OFF \32 -DALPS_BOOST_LIBRARY_NAME=alps-boost \28 configure.args-append -DCMAKE_SYSTEM_PREFIX_PATH=\"/usr\;${prefix}\" \ 29 -DBoost_ROOT_DIR:PATH=${workpath}/${distname}/boost \ 30 -DALPS_BUILD_TESTS=OFF \ 31 -DALPS_INCLUDE_TUTORIALS=OFF \ 32 -DALPS_BOOST_LIBRARY_NAME=alps-boost \ 33 33 ./alps 34 35 patchfiles patch-config-FindPython.cmake.diff