From e8a553c3044fadc346ce002462f4185f43380d63 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Sun, 17 May 2020 01:19:55 +0300 Subject: [PATCH] cython: ver bump --- programming/language/python/cython/actions.py | 2 +- programming/language/python/cython/pspec.xml | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/programming/language/python/cython/actions.py b/programming/language/python/cython/actions.py index 2f46ac2d8a..48640958bc 100644 --- a/programming/language/python/cython/actions.py +++ b/programming/language/python/cython/actions.py @@ -13,7 +13,7 @@ def build(): # fix unused direct dependency analysis shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread -Wl,-O1 -Wl,-z,relro -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--sort-common") # suppress compiler warnings - shelltools.export("CFLAGS", "-fno-strict-aliasing -mtune=generic -march=x86-64 -O2 -pipe -fstack-protector -D_FORTIFY_SOURCE=2 -g -fPIC -fwrapv -DNDEBUG -g -fwrapv -O3 -Wno-strict-aliasing") + #shelltools.export("CFLAGS", "-fno-strict-aliasing -mtune=generic -march=x86-64 -O2 -pipe -fstack-protector -D_FORTIFY_SOURCE=2 -g -fPIC -fwrapv -DNDEBUG -g -fwrapv -O3 -Wno-strict-aliasing") pythonmodules.compile() # Blue DeviL Note: it takes hours to run test, run with caution! diff --git a/programming/language/python/cython/pspec.xml b/programming/language/python/cython/pspec.xml index 22deb33dbe..c7a811ca9e 100644 --- a/programming/language/python/cython/pspec.xml +++ b/programming/language/python/cython/pspec.xml @@ -14,7 +14,7 @@ library C extensions for the Python Cython is a language that makes writing C extensions for the Python language as easy as Python itself. - https://github.com/cython/cython/archive/0.29.16.tar.gz + https://github.com/cython/cython/archive/0.29.17.tar.gz python-setuptools python-devel @@ -26,6 +26,7 @@ C extensions for the Python python-setuptools + python /usr/bin/cythonize-py2 @@ -37,6 +38,13 @@ + + 2020-05-14 + 0.29.17 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2020-03-27 0.29.16