Ilhan Polat
Ilhan Polat
I'm starting to think that there is something specific to my build because this is not a page file issue with 32GB RAM but all compilers are getting stuck at...
Thanks @matthew-brett I just wanted to record my problems so maybe google will bring people to here. I indeed tried all permutations of the ucrt, mingw64 and also the clang...
No problem at all. I will try to give the full config when I get back to the machine.
Here is what I did with `choco` ```bash PowerShell 7.2.6 Copyright (c) Microsoft Corporation. https://aka.ms/powershell Type 'help' to get help. C:\Users\ilhan> choco install rtools Chocolatey v1.1.0 Installing the following packages:...
OK got some progress after rebuilding openblas approx. 100 times with different options but anyway numpy built successfully and now I am getting a strange error with `pkgconfig` even though...
Grrr. it wasn't progress but an earlier error after manually moving everything to the path it was looking for, I am back to nonsense. ``` C:\Users\ilhan\Documents\GitHub\scipy [main ≡]> $env:CC="gcc";$env:CXX="g++";$env:PKG_CONFIG_PATH="C:\opt\openblas\if_32\64\lib\pkgconfig\";$env:SCIPY_USE_PYTHRAN=0 C:\Users\ilhan\Documents\GitHub\scipy...
This is probably a Fortran issue I think. Because somehow I managed to build NumPy. Or meson/gcc is searching for something and not mentioning it. I can't find what the...
One other problem with the OpenBLAS @andyfaff linked has the wrong architecture for my computer so I can confirm that OpenBLAS is not the issue because my local built has...
| | | |-------------| --------------- | |CPU | 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz 2.30 GHz| |RAM | 32GB| |OS | Windows 10 Home 19044.1949 64Bit| ||Direct Boot| |Python...
I think somehow gcc is picking up the 32-bit version of the compiler somehow. Is there any way to force ninja or meson to invoke 64-bit compilation parameters?