svn commit: r399324 - in head/devel: . py-pyopencl

Kubilay Kocak koobs at FreeBSD.org
Thu Oct 15 03:01:24 UTC 2015


On 15/10/2015 11:15 AM, Jung-uk Kim wrote:
> +BUILD_DEPENDS=	${LOCALBASE}/include/CL/cl.h:${PORTSDIR}/devel/opencl \
> +		${PYTHON_SITELIBDIR}/numpy/__init__.py:${PORTSDIR}/math/py-numpy
> +LIB_DEPENDS=	libOpenCL.so:${PORTSDIR}/devel/ocl-icd
> +RUN_DEPENDS=	${PYTHON_SITELIBDIR}/pytools/__init__.py:${PORTSDIR}/devel/py-pytools \
> +		${PYTHON_SITELIBDIR}/numpy/__init__.py:${PORTSDIR}/math/py-numpy \
> +		${PYTHON_SITELIBDIR}/mako/__init__.py:${PORTSDIR}/textproc/py-mako

Likely better to use package name references here over files, unless
file references are necessary to be explicit (eg: this is the *actual*
and *only* file it depends on) or to enable referencing a file that can
be installed by multiple packages (eg: django-admin.py that is provided
by any and all of www/py-djangoXY version ports)


More information about the svn-ports-all mailing list