freebsd-ports/science/py-scikit-sparse/Makefile
Thomas Zander 0268f46d85 - Fix build when using python 3.x
- Update WWW in pkg-descr, points to new project location now

PR:		201346
Submitted by:	john@saltant.com
Approved by:	yuri@rawbw.com (maintainer)
MFH:		2015Q3
2015-07-26 15:11:39 +00:00

29 lines
678 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= scikit-sparse
PORTVERSION= 0.2
PORTREVISION= 1
CATEGORIES= science python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= scikits.sparse-${PORTVERSION}
MAINTAINER= yuri@rawbw.com
COMMENT= Sparse matrix package
LICENSE= BSD2CLAUSE
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_SITELIBDIR}/scipy/version.py:${PORTSDIR}/science/py-scipy
BUILD_DEPENDS= ${RUN_DEPENDS} \
cython>0:${PORTSDIR}/lang/cython
LIB_DEPENDS= libumfpack.so:${PORTSDIR}/math/suitesparse
USES= fortran python
USE_PYTHON= autoplist distutils
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -shared
.include <bsd.port.mk>