Re: qhull external symbols clash
"Sam Gillingham" <[email protected]>
| Newsgroups | gmane.comp.python.scientific.devel |
|---|---|
| Message-ID | <[email protected]> |
Yes that's the file. It has all the qhull functions exported as their original names (look for functions starting with "qh_"). Problem is if _qhull.cpython-310-darwin.so is already loaded and another library comes looking for qhull symbols it *may* get the scipy functions instead leading to incompatibility esp. if it is looking for a different version (as we saw on conda-forge). This may only be a problem on Linux as it has a very "flat" view of the libraries loaded in a process. And it's also a bit random (can depend on the order of library loading). _______________________________________________ SciPy-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/scipy-dev.python.org/ Member address: [email protected]