Accepting request 618811 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/618811 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numba?expand=0&rev=10
This commit is contained in:
parent
641b257ba2
commit
5aebade5f6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:da1a5ae35a64536dcc46880450e0f839e53a2cf5c587fb09e5e1bf9cbcca8693
|
|
||||||
size 1406895
|
|
3
numba-0.38.1.tar.gz
Normal file
3
numba-0.38.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:48fb76b8dcde868d6426c7c7836b76a0b2b20861547770c27b6307f712c09bc5
|
||||||
|
size 1407832
|
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 24 01:05:37 UTC 2018 - arun@gmx.de
|
||||||
|
|
||||||
|
- update to version 0.38.1:
|
||||||
|
This is a critical bug fix release addressing:
|
||||||
|
https://github.com/numba/numba/issues/3006
|
||||||
|
|
||||||
|
The bug does not impact users using conda packages from Anaconda or Intel Python
|
||||||
|
Distribution (but it does impact conda-forge). It does not impact users of pip
|
||||||
|
using wheels from PyPI.
|
||||||
|
|
||||||
|
This only impacts a small number of users where:
|
||||||
|
|
||||||
|
* The ICC runtime (specifically libsvml) is present in the user's environment.
|
||||||
|
* The user is using an llvmlite statically linked against a version of LLVM
|
||||||
|
that has not been patched with SVML support.
|
||||||
|
* The platform is 64-bit.
|
||||||
|
|
||||||
|
The release fixes a code generation path that could lead to the production of
|
||||||
|
incorrect results under the above situation.
|
||||||
|
|
||||||
|
Fixes:
|
||||||
|
* PR #3007: Augment SVML detection with llvmlite SVML patch
|
||||||
|
detection.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 18 08:06:59 UTC 2018 - tchvatal@suse.com
|
Fri May 18 08:06:59 UTC 2018 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-numba
|
Name: python-numba
|
||||||
Version: 0.38.0
|
Version: 0.38.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Compiling Python code using LLVM
|
Summary: Compiling Python code using LLVM
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user