Isuru Fernando
Isuru Fernando
Removing `LIBRARY_PREFIX` is definitely a good idea here. We might also want to pursue some funding for our CIs as this would double our CI on windows for a bit...
Yes, sorry for the typo
I looked at the members of conda-forge. We have 6.2k members, but we also have 5.7k members who did not join after becoming a maintainer. The criteria for offboarding need...
Using `compilers` sets some flags that are picked up by meson that might be undesirable. A better option would be to use `gfortran_impl_osx-64/arm64` which doesn't set any flags. We are...
> which behave counterintuitively (and inconsistently relative to each other) They behave consistently. The linked comment is just misinformation.
Yes, we need to implement lgamma like https://github.com/symengine/symengine/blob/abeb1ff8cbc25282d89f66efdf9924acc1f604ca/symengine/real_double.cpp#L156 Workaround for now is to do `loggamma(23).evalf(real=True)`.
``` build: ignore_run_exports_from: - python * ``` Above should work fine
> This is happening in recent rerenders of recipes with no changes. Probably somewhere in the python_min additions would be my first guess? No, it's something in newer conda-build.
Sounds like a good idea.
cc @ezyang