update to 1.4.1
changes: -Added support for multi-threading in pure C -refactorization of the opcode machinery, Added a couple of opcodes -fixes -release GIL during computations for better resource usage for multithreaded apps
This commit is contained in:
parent
8b35460618
commit
217ba8e41e
2 changed files with 7 additions and 7 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/07/16 12:12:17 drochner Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2010/11/02 19:25:04 drochner Exp $
|
||||
#
|
||||
|
||||
DISTNAME= numexpr-1.3.1
|
||||
PKGNAME= ${PYPKGPREFIX}-numexpr-1.3.1
|
||||
DISTNAME= numexpr-1.4.1
|
||||
PKGNAME= ${PYPKGPREFIX}-numexpr-1.4.1
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://numexpr.googlecode.com/files/
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/07/16 12:12:17 drochner Exp $
|
||||
$NetBSD: distinfo,v 1.2 2010/11/02 19:25:04 drochner Exp $
|
||||
|
||||
SHA1 (numexpr-1.3.1.tar.gz) = 2921531ece0eacb303b0c9a4978d0d050dcfd5d2
|
||||
RMD160 (numexpr-1.3.1.tar.gz) = 6cacbcf37581b5e19fe9fe674dd7b0722f1a19de
|
||||
Size (numexpr-1.3.1.tar.gz) = 56972 bytes
|
||||
SHA1 (numexpr-1.4.1.tar.gz) = ad4e3117f1fb2a3a2ca7e785fba1c33abd0da3b7
|
||||
RMD160 (numexpr-1.4.1.tar.gz) = fc390e0a0e361f3f01d3c41e179c31f7759a9b28
|
||||
Size (numexpr-1.4.1.tar.gz) = 63109 bytes
|
||||
SHA1 (patch-aa) = 6bcf00bc0150597e60f03dfe83c508e831fd2c5d
|
||||
SHA1 (patch-ab) = 8d7c58654228b9961169bde5c74cc9bd22ed7fa4
|
||||
|
|
Loading…
Reference in a new issue