Commits

Peter Danecek authored 541d4b5f20b
py-pyopencl: Update to version 2017.2.2
No tags

python/py-pyopencl/Portfile

Modified
1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2 2
3 3 PortSystem 1.0
4 4 PortGroup python 1.0
5 5 PortGroup cxx11 1.1
6 6
7 7 set _name pyopencl
8 8 set _n [string index ${_name} 0]
9 9
10 10 name py-${_name}
11 -version 2017.2
11 +version 2017.2.2
12 12 categories-append science parallel
13 13 license MIT
14 14 platforms darwin
15 15
16 16 maintainers petr openmaintainer
17 17
18 18 description Python wrapper for OpenCL.
19 19 long_description PyOpenCL lets you access GPUs and other massively \
20 20 parallel compute devices from Python.
21 21
22 22 homepage http://mathema.tician.de/software/${_name}
23 23 master_sites pypi:${_n}/${_name}/
24 24 distname ${_name}-${version}
25 25
26 -checksums rmd160 23c6464642f2d06ab25e80b330ab8e5f7b01f60e \
27 - sha256 039b689a58eb98e27a577ac086210deae959f40d657487f3199d2d217c270ff9
26 +checksums md5 bfd56711959bd4ca120a6f3fd8fc6aef \
27 + rmd160 df2ad4923eec06fea0b3055e1654ab173e99d7b3 \
28 + sha256 d2f7b04d2e819c6e90d6366b7712a7452a39fba218e51b11b02c85ab07fd2983
28 29
29 30 python.versions 27 35 36
30 31
31 32 if {${name} ne ${subport}} {
32 33 depends_build-append \
33 34 port:py${python.version}-setuptools \
34 35 port:py${python.version}-numpy \
35 36 port:py${python.version}-mako
36 37
37 38 depends_run-append port:py${python.version}-decorator \

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

Add shortcut