Commits

Mihai Moldovan authored 56bfbbe572d
python/py-pyopencl: promote cffi to lib dependency.

Fixes builds in trace mode.
No tags

python/py-pyopencl/Portfile

Modified
28 28 sha256 d2f7b04d2e819c6e90d6366b7712a7452a39fba218e51b11b02c85ab07fd2983
29 29
30 30 python.versions 27 35 36
31 31
32 32 if {${name} ne ${subport}} {
33 33 depends_build-append \
34 34 port:py${python.version}-setuptools \
35 35 port:py${python.version}-numpy \
36 36 port:py${python.version}-mako
37 37
38 + depends_lib-append \
39 + port:py${python.version}-cffi
40 +
38 41 depends_run-append port:py${python.version}-decorator \
39 42 port:py${python.version}-pytools \
40 43 port:py${python.version}-pytest \
41 - port:py${python.version}-cffi \
42 44 port:py${python.version}-appdirs \
43 45 port:py${python.version}-six
44 46
45 47 patch.pre_args -p1
46 48 patchfiles patch-setup.py.diff
47 49
48 50 use_configure yes
49 51
50 52 configure.cmd ${python.bin} configure.py
51 53 configure.args --cl-enable-gl

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut