Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jun 2015 12:39:04 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389627 - in head/science: . py-scikit-sparse
Message-ID:  <201506141239.t5ECd4NX074769@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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>

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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506141239.t5ECd4NX074769>