Canonicalize some dependencies on numpy
This commit is contained in:
parent
152f7a6ad1
commit
9436ce76ac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377743
@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}.net-${PORTVERSION}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Describes an astronomical image
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy
|
||||
BUILD_DEPENDS= ${PYNUMPY}
|
||||
LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \
|
||||
libcfitsio.so:${PORTSDIR}/astro/cfitsio \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
|
@ -11,8 +11,8 @@ MASTER_SITES= http://download.gna.org/mypaint/ \
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Fast painting/scribbling program
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy \
|
||||
${PYTHON_SITELIBDIR}/cairo:${PORTSDIR}/graphics/py-cairo \
|
||||
RUN_DEPENDS= ${PYNUMPY} \
|
||||
${PYTHON_PKGNAMEPREFIX}cairo>0:${PORTSDIR}/graphics/py-cairo \
|
||||
${PYTHON_PKGNAMEPREFIX}protobuf>0:${PORTSDIR}/devel/py-protobuf
|
||||
LIB_DEPENDS= libjson-c.so:${PORTSDIR}/devel/json-c \
|
||||
liblcms2.so:${PORTSDIR}/graphics/lcms2
|
||||
|
@ -13,9 +13,9 @@ COMMENT= Python interface to the R Programming Language
|
||||
LICENSE= GPLv2 LGPL21 MPL
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy \
|
||||
BUILD_DEPENDS= ${PYNUMPY} \
|
||||
R:${PORTSDIR}/math/R
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy \
|
||||
RUN_DEPENDS= ${PYNUMPY} \
|
||||
R:${PORTSDIR}/math/R
|
||||
|
||||
USES= python
|
||||
|
@ -12,9 +12,9 @@ COMMENT= Python interface to the R Programming Language
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy \
|
||||
BUILD_DEPENDS= ${PYNUMPY} \
|
||||
R:${PORTSDIR}/math/R
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy \
|
||||
RUN_DEPENDS= ${PYNUMPY} \
|
||||
R:${PORTSDIR}/math/R
|
||||
|
||||
USES= python readline
|
||||
|
@ -11,7 +11,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
MAINTAINER= wenheping@gmail.com
|
||||
COMMENT= Hierarchical Clustering Package For Scipy
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy \
|
||||
BUILD_DEPENDS= ${PYNUMPY} \
|
||||
${PYTHON_PKGNAMEPREFIX}matplotlib>0:${PORTSDIR}/math/py-matplotlib
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
|
@ -13,7 +13,7 @@ COMMENT= High performance Python package for predictive modeling
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy \
|
||||
BUILD_DEPENDS= ${PYNUMPY} \
|
||||
cython>0:${PORTSDIR}/lang/cython
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/gsl
|
||||
|
@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}-0.6-3b
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Python Interface to the Unidata NetCDF Library
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy
|
||||
BUILD_DEPENDS= ${PYNUMPY}
|
||||
LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user