[87664] trunk/dports/python/py-pyopencl/Portfile
Revision: 87664 http://trac.macports.org/changeset/87664 Author: snc@macports.org Date: 2011-11-30 17:18:46 -0800 (Wed, 30 Nov 2011) Log Message: ----------- py-pyopencl: add missing dependency, revbump needed Modified Paths: -------------- trunk/dports/python/py-pyopencl/Portfile Modified: trunk/dports/python/py-pyopencl/Portfile =================================================================== --- trunk/dports/python/py-pyopencl/Portfile 2011-12-01 00:42:55 UTC (rev 87663) +++ trunk/dports/python/py-pyopencl/Portfile 2011-12-01 01:18:46 UTC (rev 87664) @@ -6,6 +6,7 @@ name py-pyopencl version 2011.1.2 +revision 1 python.versions 26 27 python.default_version 27 categories-append science @@ -38,6 +39,8 @@ port:py${python.version}-numpy \ port:py${python.version}-mako + depends_run-append port:py${python.version}-decorator + use_configure yes configure.cmd ${python.bin} configure.py configure.args --cl-enable-gl
participants (1)
-
snc@macports.org