[79970] trunk/dports/python/py27-pyopencl/Portfile

snc at macports.org snc at macports.org
Thu Jun 30 18:48:07 PDT 2011


Revision: 79970
          http://trac.macports.org/changeset/79970
Author:   snc at macports.org
Date:     2011-06-30 18:48:05 -0700 (Thu, 30 Jun 2011)
Log Message:
-----------
py27-pyopencl:
 * add py27-mako dependency (.reduce functionality)
 * run configure with the correct python

Modified Paths:
--------------
    trunk/dports/python/py27-pyopencl/Portfile

Modified: trunk/dports/python/py27-pyopencl/Portfile
===================================================================
--- trunk/dports/python/py27-pyopencl/Portfile	2011-07-01 01:40:00 UTC (rev 79969)
+++ trunk/dports/python/py27-pyopencl/Portfile	2011-07-01 01:48:05 UTC (rev 79970)
@@ -6,6 +6,7 @@
 
 name                py27-pyopencl
 version             2011.1.1
+revision            1
 categories-append   science
 
 maintainers         snc openmaintainer
@@ -27,10 +28,11 @@
 
 depends_build-append \
                     port:py27-distribute \
-                    port:py27-numpy
+                    port:py27-numpy \
+                    port:py27-mako
 
 use_configure       yes
-configure.cmd       ./configure.py
+configure.cmd       ${python.bin} configure.py
 configure.args      --cl-enable-gl
 configure.universal_args-delete --disable-dependency-tracking
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110630/fa580d90/attachment.html>


More information about the macports-changes mailing list