Chris Hargreaves
Chris Hargreaves
### Reproduction steps Do not have any locally installed openssl devel packages. Install a build of OpenSSL outside of usual search paths. ``` mkdir build && cd build cmake \...
**Describe the bug** Not sure if this should be considered a setuptools issue. Compile completes successfully using setuptools 72.1.0 Compile fails with this error on 72.2.0 ``` g++ -pthread -Wno-unused-result...
upstream sdist for 4.4.0 contains files generated with older cython resulting in build failure on python 3.12 and the file fastss.pyx to generate fastss.c is missing in the sdist. attempting...
when compiling on aarch64, gcc does not have an "-m64" option. ``` gcc: error: unrecognized command-line option ‘-m64’ ``` removing from compile and link options fixes this error, not sure...
when building on rockylinux9 with a light set of dev packages (gcc/glibc-devel) ``` /usr/bin/ld: cannot find -lnsl ``` libnsl was removed from standard glibc libraries. does LSF still require libnsl...