d9dec0d835
Changes from 2.6.3 to 2.6.4 - Christoph Gohkle noticed a lack of coverage for the 2.6.3 `floor` and `ceil` functions for MKL that caused seg-faults in test, so thanks to him for that.
22 lines
598 B
Makefile
22 lines
598 B
Makefile
# $NetBSD: Makefile,v 1.10 2017/09/18 17:03:45 adam Exp $
|
|
|
|
DISTNAME= numexpr-2.6.4
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=n/numexpr/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/pydata/numexpr
|
|
COMMENT= Numerical expression evaluator for NumPy
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= c++
|
|
REPLACE_PYTHON= numexpr/cpuinfo.py
|
|
|
|
do-test:
|
|
${PYTHONBIN} -c "import numexpr; numexpr.test()"
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../math/py-numpy/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|