svn commit: r389627 - in head/science: . py-scikit-sparse

Wen Heping wen at FreeBSD.org
Sun Jun 14 12:39:06 UTC 2015


Author: wen
Date: Sun Jun 14 12:39:04 2015
New Revision: 389627
URL: https://svnweb.freebsd.org/changeset/ports/389627

Log:
  scikits-sparse is a Python module for sparse matrix calculations.
  
  WWW: https://scikits.appspot.com/sparse/
  
  PR:		200678
  Submitted by:	yuri at rawbw.com

Added:
  head/science/py-scikit-sparse/
  head/science/py-scikit-sparse/Makefile   (contents, props changed)
  head/science/py-scikit-sparse/distinfo   (contents, props changed)
  head/science/py-scikit-sparse/pkg-descr   (contents, props changed)
Modified:
  head/science/Makefile

Modified: head/science/Makefile
==============================================================================
--- head/science/Makefile	Sun Jun 14 11:36:55 2015	(r389626)
+++ head/science/Makefile	Sun Jun 14 12:39:04 2015	(r389627)
@@ -149,6 +149,7 @@
     SUBDIR += py-pydicom
     SUBDIR += py-pysal
     SUBDIR += py-scikit-learn
+    SUBDIR += py-scikit-sparse
     SUBDIR += py-scimath
     SUBDIR += py-scipy
     SUBDIR += py-ws2300

Added: head/science/py-scikit-sparse/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/py-scikit-sparse/Makefile	Sun Jun 14 12:39:04 2015	(r389627)
@@ -0,0 +1,28 @@
+# Created by: Yuri Victorovich <yuri at rawbw.com>
+# $FreeBSD$
+
+PORTNAME=	scikit-sparse
+PORTVERSION=	0.2
+CATEGORIES=	science python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	scikits.sparse-${PORTVERSION}
+
+MAINTAINER=	yuri at 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>

Added: head/science/py-scikit-sparse/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/py-scikit-sparse/distinfo	Sun Jun 14 12:39:04 2015	(r389627)
@@ -0,0 +1,2 @@
+SHA256 (scikits.sparse-0.2.tar.gz) = 509d93d1020362607ebd677995df6480c160cbd9f021c296152f1fd59c8c1afc
+SIZE (scikits.sparse-0.2.tar.gz) = 204097

Added: head/science/py-scikit-sparse/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/py-scikit-sparse/pkg-descr	Sun Jun 14 12:39:04 2015	(r389627)
@@ -0,0 +1,3 @@
+scikits-sparse is a Python module for sparse matrix calculations.
+
+WWW: https://scikits.appspot.com/sparse/


More information about the svn-ports-all mailing list