Skip to content

Releases: HuangRicky/manylinux2014builds

Py311 312 MKL wheels

11 May 12:52
a72dfd5
Compare
Choose a tag to compare

Py 312 turbodbc 4.11.1 and others

04 May 01:45
a72dfd5
Compare
Choose a tag to compare
Update README.md

python 3.11.3

Python 3.12, 3.11 shap

15 Dec 22:46
a72dfd5
Compare
Choose a tag to compare

shap latest 0.44 only support newer numpy like 1.26 or so.
also official shap 0.44 don't have python 3.12 linux binary

for shap 0.41.0, it is not compatible with newer numpy like 1.24.4 so we edited code to remove np.bool to make it version 0.41.0.1

update: 0.41.0.2 is the correct one, fixing np.float, etc.

Python 3.12 manylinux 2014

26 Oct 01:04
a72dfd5
Compare
Choose a tag to compare

also included some python 3.11 builds of latest packages. i only compile pkg that only provides .tar.gz files

TA-lib 0.4.27 cp 3.7 to 3.11 Linux

04 Aug 01:25
a72dfd5
Compare
Choose a tag to compare

using manylinux2014, compiled python 3.7 to 3.11, 64bit

Python 3.11.3 Linux builds

14 May 21:05
fe47b0b
Compare
Choose a tag to compare

Use latest Python 3.11.3 manylinux 2014 image to build. x64.
turbodbc and TA_lib
ctds using freetds 1.3.18
logbook enabled speedup C extension.

Python 3.11rc2 builds

13 Oct 16:17
72d7c6e
Compare
Choose a tag to compare

built some pkgs that are difficult to compile in Linux.

manylinux2014 build Py 37 and 38 64bit

19 Nov 19:27
72d7c6e
Compare
Choose a tag to compare

cvxpy
cylp
Logbook
pycurl
pyodbc
scs
ctds

cylp with shared object NOT WORKING

07 Dec 18:27
72d7c6e
Compare
Choose a tag to compare

this includes so with whl file. However, you may need to copy the so files to where your ./python binary is:
site-pacakges/cylp/sofiles/* to ....pythonvirturlenv/bin
unfortunately this is the only way i can make it work without LD_LIBRARY_PATH

NOT WORKING

GCC version

it uses manylinux2014's default GCC 4.8.5. -> linking against libgfortran.so.3
for example, you need to have /usr/lib64/libgfortran.so.3

cylp ctds correct manylinux2014 20201207 build 3 GOOD

08 Dec 01:38
72d7c6e
Compare
Choose a tag to compare

this one should work out of box!

WORKING GOOD