Is anyone aware of any tricks that can be played with tools like `readelf`,
`nm` or `dlopen` / `dlsym` in order to statically determine what version of
numpy a fully-compiled C extension (for example, found inside a wheel) was
compiled against? Even if it only worked with relatively new versions of
numpy, that would be fine.

I'm interested in creating something similar to
https://github.com/pypa/auditwheel that could statically check for
compatibility between wheel files and python installations, in situations
where the metadata about how they were compiled is missing.
-- 
-Robert
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion

Reply via email to