lxml build system for pypi downloads of it
Hi, What build system is being used to make the wheels for lxml, ones that can be installed by pip? I ask because I want to see if some performance issues I am seeing that seem to be tied to the version of libxml2 and lxml. I want to see if I am building from source the same way the wheels available via pip are built, so I am thinking I can look at a build configuration - compiler, glibc, Linux distro, compiler/linker optimizations, version of cython used - if lxml wheels are built using cython, etc... Thanks and regards, Tom
On 5 Sep 2022, at 1:12, Kacvinsky, Tom wrote:
Hi,
What build system is being used to make the wheels for lxml, ones that can be installed by pip?
I ask because I want to see if some performance issues I am seeing that seem to be tied to the
version of libxml2 and lxml. I want to see if I am building from source the same way the wheels
available via pip are built, so I am thinking I can look at a build configuration - compiler, glibc,
Linux distro, compiler/linker optimizations, version of cython used - if lxml wheels are built using
cython, etc...
Check out https://github.com/lxml/lxml-wheels for configuration options but I don't think there is anything special. And you can always check the versions of libxml2, etc. Charlie -- Charlie Clark Managing Director Clark Consulting & Research German Office Sengelsweg 34 Düsseldorf D- 40489 Tel: +49-203-3925-0390 Mobile: +49-178-782-6226
participants (2)
-
Charlie Clark -
Kacvinsky, Tom