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:
28
science/py-scikit-sparse/Makefile
Normal file
28
science/py-scikit-sparse/Makefile
Normal 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>
|
||||
2
science/py-scikit-sparse/distinfo
Normal file
2
science/py-scikit-sparse/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (scikits.sparse-0.2.tar.gz) = 509d93d1020362607ebd677995df6480c160cbd9f021c296152f1fd59c8c1afc
|
||||
SIZE (scikits.sparse-0.2.tar.gz) = 204097
|
||||
3
science/py-scikit-sparse/pkg-descr
Normal file
3
science/py-scikit-sparse/pkg-descr
Normal file
@@ -0,0 +1,3 @@
|
||||
scikits-sparse is a Python module for sparse matrix calculations.
|
||||
|
||||
WWW: https://scikits.appspot.com/sparse/
|
||||
Reference in New Issue
Block a user