Isuru Fernando

Results 928 comments of Isuru Fernando

[Here](https://github.com/isuruf/gmpy2-wheels/releases/tag/a90aa385d63068a) are the new wheels with gmp, mpfr and mpc statically linked. [Here](https://github.com/isuruf/gmpy2-wheels/blob/master/config.sh#L22)'s how the wheels are built.

Here are the manylinux1 and osx wheels, https://github.com/isuruf/gmpy2-wheels/releases/tag/2f883a993e2d4. Btw, we can automate the windows builds as well with appveyor.

It looks like you are using dlls. They need to be shipped with the wheel. Also, GMP build is with MSVC and therefore not a fat binary. It's also generic...

FYI: We are not restricted by the xcode version and our builds are completely independent of the macos build image. See https://github.com/conda-forge/conda-forge-ci-setup-feedstock/blob/main/recipe/download_osx_sdk.sh

@potiuk, there are two issues. The macos deployment target issue in python 3.7 and pybind11 not being found in python 3.8+. We don't maintain python 3.7 support anymore and you...

> For now - I will redirect similar questions from our users to this thread, Please don't. Ask them to give all of the information asked in https://github.com/conda-forge/google-re2-feedstock/issues/6 and redirect...

Sure. I'm going to mark all of this as off-topic since the issue is not related to the bumping of minimum target at all. Also the user is using conda...

Without more information there's no point talking. Please fill out the information requested at https://github.com/conda-forge/google-re2-feedstock/issues/6

> IIUC, currently this PR undoes https://github.com/pybind/pybind11/pull/4779 for /MD, is that the right thing to do? Yes, the ABI is compatible between different versions of MSVC 14.* (2015 - 14.0,...

Are there any pybind developer calls where we can discuss these issues? I feel like it would be easier to discuss these on a call and summarize the findings.