diff options
Diffstat (limited to 'python/python3-pythran')
-rw-r--r-- | python/python3-pythran/README | 4 | ||||
-rw-r--r-- | python/python3-pythran/python3-pythran.info | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/python/python3-pythran/README b/python/python3-pythran/README index 32e80a1c06..9b9d9d7b41 100644 --- a/python/python3-pythran/README +++ b/python/python3-pythran/README @@ -5,3 +5,7 @@ native Python module with the same interface, but (hopefully) faster. It is meant to efficiently compile scientific programs, and takes advantage of multi-cores and SIMD instruction units. + +NOTE: Unable to support newer versions than 0.15.0 due to breaking +academic/python3-scipy, which is stuck at that version due to the +version of Cython in Slackware 15.0. diff --git a/python/python3-pythran/python3-pythran.info b/python/python3-pythran/python3-pythran.info index b57720bc0c..8388448f75 100644 --- a/python/python3-pythran/python3-pythran.info +++ b/python/python3-pythran/python3-pythran.info @@ -6,5 +6,5 @@ MD5SUM="cc6fa05e583733182d06d2e41e03cc10" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-beniget python3-numpy python3-setuptools-opt xsimd" -MAINTAINER="Isaac Yu" -EMAIL="isaacyu@protonmail.com" +MAINTAINER="Jeremy Hansen" +EMAIL="jebrhansen+SBo@gmail.com" |