Re: Issue with eselect-ldso -> flexiblas migration
Poncho <[email protected]>
| Newsgroups | gmane.linux.gentoo.user |
|---|---|
| Message-ID | <[email protected]> |
On 3/17/26 13:05, Michael Orlitzky wrote: > At this point I would open a bug against scipy on bugs.gentoo.org. > It's probably not a scipy bug, but it is crashing in scipy, and the > people who maintain scipy (the python and science projects) might > have better advice on how to troubleshoot further. I agree, it's not a scipy bug since the sample code runs fine in a python console. I've opened a bug here https://bugs.gentoo.org/971309 anyway. I thought it might be a linking issue because both, gsl and scipy use flexiblas/blas. Or a threading issue. Because flexiblas supports threading and goldencheetah does some weird stuff with thread pools as far as I know. But neither disabling threading nor messing with linking got me further.