Skip to content
Snippets Groups Projects
Verified Commit 92e78084 authored by sunpoet's avatar sunpoet
Browse files

math/py-numexpr: Update to 2.8.3

parent 97a73f34
No related branches found
No related tags found
No related merge requests found
# Created by: Ju Pengfei <ju.pengfei@gmail.com>
PORTNAME= numexpr
PORTVERSION= 2.8.1
PORTVERSION= 2.8.3
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
......
TIMESTAMP = 1641045980
SHA256 (numexpr-2.8.1.tar.gz) = cd779aa44dd986c4ef10163519239602b027be06a527946656207acf1f58113b
SIZE (numexpr-2.8.1.tar.gz) = 94824
TIMESTAMP = 1657292514
SHA256 (numexpr-2.8.3.tar.gz) = cb647c9d9c785dae0759bf6c875cde2bec472b5c3f7a6015734b161ae766d141
SIZE (numexpr-2.8.3.tar.gz) = 98436
--- numexpr/interpreter.cpp.orig 2018-07-12 17:49:43 UTC
+++ numexpr/interpreter.cpp
@@ -1269,7 +1269,7 @@ NumExpr_run(NumExprObject *self, PyObject *args, PyObj
}
Py_INCREF(dtypes[0]);
a = (PyArrayObject *)PyArray_FromArray(operands[0], dtypes[0],
- NPY_ARRAY_ALIGNED|NPY_ARRAY_UPDATEIFCOPY);
+ NPY_ARRAY_ALIGNED|NPY_ARRAY_WRITEBACKIFCOPY);
if (a == NULL) {
goto fail;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment