mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
New port: math/py-scikit-umfpack: Python interface to UMFPACK sparse direct solver
This commit is contained in:
parent
f18d2059bc
commit
ce9f951100
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=470515
4 changed files with 39 additions and 0 deletions
|
@ -707,6 +707,7 @@
|
||||||
SUBDIR += py-random2
|
SUBDIR += py-random2
|
||||||
SUBDIR += py-roman
|
SUBDIR += py-roman
|
||||||
SUBDIR += py-scientific
|
SUBDIR += py-scientific
|
||||||
|
SUBDIR += py-scikit-umfpack
|
||||||
SUBDIR += py-seaborn
|
SUBDIR += py-seaborn
|
||||||
SUBDIR += py-statsmodels
|
SUBDIR += py-statsmodels
|
||||||
SUBDIR += py-svgmath
|
SUBDIR += py-svgmath
|
||||||
|
|
32
math/py-scikit-umfpack/Makefile
Normal file
32
math/py-scikit-umfpack/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= scikit-umfpack
|
||||||
|
DISTVERSION= 0.3.1
|
||||||
|
CATEGORIES= math python
|
||||||
|
MASTER_SITES= CHEESESHOP
|
||||||
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
|
COMMENT= Python interface to UMFPACK sparse direct solver
|
||||||
|
|
||||||
|
LICENSE= BSD2CLAUSE
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
|
BUILD_DEPENDS= ${PYNUMPY} \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${FLAVOR} \
|
||||||
|
swig3.0:devel/swig30
|
||||||
|
LIB_DEPENDS= libblas.so:math/blas \
|
||||||
|
libcblas.so:math/cblas \
|
||||||
|
libumfpack.so:math/suitesparse
|
||||||
|
RUN_DEPENDS= ${PYNUMPY} \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${FLAVOR}
|
||||||
|
|
||||||
|
USES= python
|
||||||
|
USE_PYTHON= distutils cython autoplist
|
||||||
|
|
||||||
|
BINARY_ALIAS= swig=swig3.0
|
||||||
|
|
||||||
|
post-extract: # workaround for https://github.com/scikit-umfpack/scikit-umfpack/issues/53
|
||||||
|
@truncate -s 0 ${WRKSRC}/README.rst
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
math/py-scikit-umfpack/distinfo
Normal file
3
math/py-scikit-umfpack/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1526884059
|
||||||
|
SHA256 (scikit-umfpack-0.3.1.tar.gz) = 6236856ed34a74a541028a80989372e956ccfbd2751de0ee74b7e0800f50f3b7
|
||||||
|
SIZE (scikit-umfpack-0.3.1.tar.gz) = 24627
|
3
math/py-scikit-umfpack/pkg-descr
Normal file
3
math/py-scikit-umfpack/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
scikit-umfpack provides a wrapper of UMFPACK sparse direct solver to SciPy.
|
||||||
|
|
||||||
|
WWW: https://scikit-umfpack.github.io/scikit-umfpack/
|
Loading…
Add table
Reference in a new issue