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$
    22
    33PortSystem                1.0
    44PortGroup                 cmake 1.0
    55
    66name                      alps
    7 version                   2.0.1
     7version                   2.1.1
     8revision                  0
    89categories                science
    910maintainers               gmail.com:gamperl
    1011description               Parallel Algorithms for Lattice Models
     
    1213homepage                  http://alps.comp-phys.org
    1314platforms                 darwin
    1415master_sites              ${homepage}/static/software/releases
    15 distname                  ${name}-${version}-r5565-src-with-boost
     16distname                  ${name}-${version}-r6176-src-with-boost
    1617
    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                                      \
     18checksums                 rmd160 f2ab3938a364a026be8557406427521901091a51                              \
     19                          sha256 554841986ad5a9d5d5a89941e5665c249fe1b8eba537078001bb6c5c21a1f335
     20
     21depends_lib               port:hdf5-18                                                                 \
     22                          port:py26-numpy                                                              \
     23                          port:py26-matplotlib                                                         \
    2424                          port:py26-scipy
    2525
    2626use_parallel_build        yes
    2727configure.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                      \
     28configure.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                                         \
    3333                          ./alps
     34
     35patchfiles                patch-config-FindPython.cmake.diff