1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/devel/py-joblib/Makefile
Steven Kreuzer a98cbcec8f Joblib is a set of tools to provide lightweight pipelining in Python. In
particular, joblib offers:

  * transparent disk-caching of the output values and lazy re-evaluation
  * easy simple parallel computing
  * logging and tracing of the execution

Joblib is optimized to be fast and robust in particular on large data and has
specific optimizations for numpy arrays.

WWW: https://github.com/joblib/joblib
2015-02-02 15:43:05 +00:00

19 lines
379 B
Makefile

# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
# $FreeBSD$
PORTNAME= joblib
PORTVERSION= 0.8.4
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Lightweight pipelining using Python functions as jobs
LICENSE= BSD3CLAUSE
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>