Ilhan Polat
Ilhan Polat
```bash CommandType Name Version Source ----------- ---- ------- ------ Application gcc.exe 0.0.0.0 C:\rtools\ucrt64\bin\gcc.exe Application gfortran.exe 0.0.0.0 C:\rtools\ucrt64\bin\gfortran.exe Python 3.9.6 (tags/v3.9.6:db3ff76, Jun 28 2021, 15:26:21) [MSC v.1929 64 bit (AMD64)] on...
I've reached out to MSYS2 folk and they mentioned invoking build within the ucrt environment and also mentioned https://github.com/msys2/MINGW-packages/issues/12409. Don't know if related
After cleaning up almost everything from registry, path, AppData folders, then installing everything from scratch using UCRT64 environment, then installing Python 3.10, I managed to build SciPy. There goes my...
> @ilayn any chance you could write it down while it's still fresh for you? I wish I can but after reading meson tutorials multiple times, our own meson.build instructions,...
> What happened with Python 3.9? This whole kerfuffle was with Python 3.9 and using recent compilers (my suspicion of what is going on in hindsight, I might be wrong)....
That's really strange, I thought I fixed this with many other places in an earlier version and renamed things to `rcond` but somehow missed it apparently. Let's see if CI...
Welcome to the Cython Anonymous Evgeni 😥 That stuff is driving me nuts for the last 3 months. I would really suggest using a tempita work (if you can) instead...
Are there any realistic enough input variables that I can play with to `evaluate_linear` and to `find_interval_ascending`? I think we can make that parts of those routines faster by doing...
> I'm still learning Cython, so please be patient with me :) You are in a very good company. You and me both 😊
Thanks for the request Matic, Regardless of the feature request, wouldn't this be more suitable for pandas-like containers? Their existence is due to such requirements in which one has to...