Modified: trunk/dports/python/py-ffc/Portfile (120750 => 120751)
--- trunk/dports/python/py-ffc/Portfile 2014-06-06 03:55:27 UTC (rev 120750)
+++ trunk/dports/python/py-ffc/Portfile 2014-06-06 03:55:31 UTC (rev 120751)
@@ -5,9 +5,8 @@
PortGroup python 1.0
PortGroup bitbucket 1.0
-bitbucket.setup fenics-project ffc 1.3.0 ffc-
+bitbucket.setup fenics-project ffc 1.4.0 ffc-
name py-ffc
-revision 1
categories-append math science
license LGPL-3+
@@ -23,8 +22,8 @@
form can be given in mathematical notation and the generated \
code is as efficient as hand-optimized code.
-checksums rmd160 3729cfa40985720b44c7de51b7faaedad54c2e78 \
- sha256 1b7ff5a5aa78a5541d53dca8ae90b2a1c63d2790788cbcee14d53a5a3850c1d4
+checksums rmd160 90fd2079423055ab931f0768a285445faf6d726d \
+ sha256 d45b896159e0d442457593cd7941c443f2578549f6f90ce8d1d3a3a936e48b6d
python.versions 27
python.link_binaries_suffix
@@ -34,7 +33,14 @@
port:py${python.version}-ufl \
port:py${python.version}-ferari \
port:py${python.version}-instant \
- port:ufc
+ port:swig-python \
+ port:boost
+ post-fetch {
+ if {![file exists ${frameworks_dir}/Python.framework/Versions/2.7/lib/python2.7/site-packages/boost/mpi.so]} {
+ return -code error "${name} needs boost installed with a mpi variant "
+ }
+ }
+
livecheck.type none
}