scikits-sparse is a Python module for sparse matrix calculations.

WWW: https://scikits.appspot.com/sparse/

PR:		200678
Submitted by:	yuri@rawbw.com
This commit is contained in:
Wen Heping
2015-06-14 12:39:04 +00:00
parent f5ab41151e
commit 5f29af3390
4 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= scikit-sparse
PORTVERSION= 0.2
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>

View File

@@ -0,0 +1,2 @@
SHA256 (scikits.sparse-0.2.tar.gz) = 509d93d1020362607ebd677995df6480c160cbd9f021c296152f1fd59c8c1afc
SIZE (scikits.sparse-0.2.tar.gz) = 204097

View File

@@ -0,0 +1,3 @@
scikits-sparse is a Python module for sparse matrix calculations.
WWW: https://scikits.appspot.com/sparse/