Changeset 120751
- Timestamp:
- Jun 6, 2014, 3:55:31 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py-ffc/Portfile
r119604 r120751 6 6 PortGroup bitbucket 1.0 7 7 8 bitbucket.setup fenics-project ffc 1. 3.0 ffc-8 bitbucket.setup fenics-project ffc 1.4.0 ffc- 9 9 name py-ffc 10 revision 111 10 12 11 categories-append math science … … 24 23 code is as efficient as hand-optimized code. 25 24 26 checksums rmd160 3729cfa40985720b44c7de51b7faaedad54c2e78\27 sha256 1b7ff5a5aa78a5541d53dca8ae90b2a1c63d2790788cbcee14d53a5a3850c1d425 checksums rmd160 90fd2079423055ab931f0768a285445faf6d726d \ 26 sha256 d45b896159e0d442457593cd7941c443f2578549f6f90ce8d1d3a3a936e48b6d 28 27 29 28 python.versions 27 … … 35 34 port:py${python.version}-ferari \ 36 35 port:py${python.version}-instant \ 37 port:ufc 36 port:swig-python \ 37 port:boost 38 39 post-fetch { 40 if {![file exists ${frameworks_dir}/Python.framework/Versions/2.7/lib/python2.7/site-packages/boost/mpi.so]} { 41 return -code error "${name} needs boost installed with a mpi variant " 42 } 43 } 38 44 39 45 livecheck.type none
Note: See TracChangeset
for help on using the changeset viewer.