Bryan Culver

Results 70 comments of Bryan Culver

> Do I understand correctly that 2_28 is based on Centos rather than on Debian? If so maybe some build script should be adapted. > > Are you able to...

😬 https://github.com/pypa/manylinux/issues/1332#issuecomment-1148206050 I’ll see how easy this is to get to work but might be a little early with this PR. 🤞

OK so I pushed an update which install `libpq-devel` properly. And to my surprise... it works! (I think) There are some hiccups though when it comes to post-build steps and...

> ``` > Source : libpq-13.5-1.el8.src.rpm > ``` > > > > > > is libpq 14 not available? It's an important version as it adds the pipeline mode. >...

```sh [root@682be270549f psycopg2]# yum list installed | grep ssl openssl.x86_64 1:1.1.1k-6.el8_5 @baseos openssl-libs.x86_64 1:1.1.1k-6.el8_5 @System [root@682be270549f psycopg2]# yum info openssl-libs Last metadata expiration check: 3:11:30 ago on Tue 07 Jun...

@dvarrazzo Can you take a look at any of the feedback above to see if I should update my commits here? Also I assume #1482 is holding up this getting...

> > Also I assume #1482 is holding up this getting merged? > > How are these related? Manylinux wheels for aarch and osx-arm wheels have no overlap. ~I was...

> > > Also I assume #1482 is holding up this getting merged? > > > > > > How are these related? Manylinux wheels for aarch and osx-arm wheels...

> Hello, > > I can't remember what I did for psycopg 3, but probably I will adopt something similar, involving building libpq from source and using manylinux2014 tag for...

Design complete. See #2474. To be implemented via #2535