pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/py-pythran py-pythran: updated to 0.12.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/10da7b984e85
branches:  trunk
changeset: 387876:10da7b984e85
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Nov 09 14:41:16 2022 +0000

description:
py-pythran: updated to 0.12.0

0.12.0
Improve numpy expression computation speed
Decent ICC support (fixing an issue from 2018!)
Much faster C++ code generation
Complete rework of constant folder
Support C++-time evaluation of numpy.ndarray.ndim
Improved omp declare reduction support
Allow indexing of ndarray by integers of mixed types
A lot of small pesty bug fixes in the C++ headers

diffstat:

 math/py-pythran/Makefile |  6 +++---
 math/py-pythran/PLIST    |  9 ++++++++-
 math/py-pythran/distinfo |  8 ++++----
 3 files changed, 15 insertions(+), 8 deletions(-)

diffs (69 lines):

diff -r 71475549c583 -r 10da7b984e85 math/py-pythran/Makefile
--- a/math/py-pythran/Makefile  Wed Nov 09 13:33:43 2022 +0000
+++ b/math/py-pythran/Makefile  Wed Nov 09 14:41:16 2022 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.7 2022/01/24 20:50:01 adam Exp $
+# $NetBSD: Makefile,v 1.8 2022/11/09 14:41:16 adam Exp $
 
-DISTNAME=      pythran-0.11.0
+DISTNAME=      pythran-0.12.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pythran/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/serge-sans-paille/pythran
+HOMEPAGE=      https://pythran.readthedocs.io/
 COMMENT=       Ahead of Time compiler for numeric kernels
 LICENSE=       modified-bsd
 
diff -r 71475549c583 -r 10da7b984e85 math/py-pythran/PLIST
--- a/math/py-pythran/PLIST     Wed Nov 09 13:33:43 2022 +0000
+++ b/math/py-pythran/PLIST     Wed Nov 09 14:41:16 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2022/01/24 20:50:01 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/11/09 14:41:16 adam Exp $
 bin/pythran-${PYVERSSUFFIX}
 bin/pythran-config-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -70,6 +70,9 @@
 ${PYSITELIB}/pythran/analyses/inlinable.py
 ${PYSITELIB}/pythran/analyses/inlinable.pyc
 ${PYSITELIB}/pythran/analyses/inlinable.pyo
+${PYSITELIB}/pythran/analyses/intrinsics.py
+${PYSITELIB}/pythran/analyses/intrinsics.pyc
+${PYSITELIB}/pythran/analyses/intrinsics.pyo
 ${PYSITELIB}/pythran/analyses/is_assigned.py
 ${PYSITELIB}/pythran/analyses/is_assigned.pyc
 ${PYSITELIB}/pythran/analyses/is_assigned.pyo
@@ -103,6 +106,9 @@
 ${PYSITELIB}/pythran/analyses/pure_expressions.py
 ${PYSITELIB}/pythran/analyses/pure_expressions.pyc
 ${PYSITELIB}/pythran/analyses/pure_expressions.pyo
+${PYSITELIB}/pythran/analyses/pure_functions.py
+${PYSITELIB}/pythran/analyses/pure_functions.pyc
+${PYSITELIB}/pythran/analyses/pure_functions.pyo
 ${PYSITELIB}/pythran/analyses/range_values.py
 ${PYSITELIB}/pythran/analyses/range_values.pyc
 ${PYSITELIB}/pythran/analyses/range_values.pyo
@@ -4056,6 +4062,7 @@
 ${PYSITELIB}/pythran/pythonic/types/variant_functor.hpp
 ${PYSITELIB}/pythran/pythonic/types/vectorizable_type.hpp
 ${PYSITELIB}/pythran/pythonic/utils/array_helper.hpp
+${PYSITELIB}/pythran/pythonic/utils/boost_local_config.hpp
 ${PYSITELIB}/pythran/pythonic/utils/broadcast_copy.hpp
 ${PYSITELIB}/pythran/pythonic/utils/functor.hpp
 ${PYSITELIB}/pythran/pythonic/utils/fwd.hpp
diff -r 71475549c583 -r 10da7b984e85 math/py-pythran/distinfo
--- a/math/py-pythran/distinfo  Wed Nov 09 13:33:43 2022 +0000
+++ b/math/py-pythran/distinfo  Wed Nov 09 14:41:16 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2022/01/24 20:39:00 adam Exp $
+$NetBSD: distinfo,v 1.5 2022/11/09 14:41:16 adam Exp $
 
-BLAKE2s (pythran-0.11.0.tar.gz) = d2ca68299002371758e9f6804d8b7e808a62289663b763290c0ac3ab60c9e0e6
-SHA512 (pythran-0.11.0.tar.gz) = 060146d6c2438bc00536bc7737fd5e4a947474b5786238bd331cd0e235c504fd96e4297eff37e22797bce3ad917761cc219fc849e6b90d14374fc432d0714001
-Size (pythran-0.11.0.tar.gz) = 3768003 bytes
+BLAKE2s (pythran-0.12.0.tar.gz) = 2ab5daaae3e54952264b4813b8bd9b2a84e70a89d6807b332456b037a91be1f9
+SHA512 (pythran-0.12.0.tar.gz) = 325e30858ddbd5e007c5d12078e16b63a4f22d8d51936eb97ba922bdea52ccca24519db0e19cd1972adff60f05011176d4bb2f97bfb3a299ba6ebe521d6be816
+Size (pythran-0.12.0.tar.gz) = 3913199 bytes



Home | Main Index | Thread Index | Old Index