Bug 533

Summary: configure should check for numpy requirement
Product: libsigrok Reporter: Uwe Hermann <uwe>
Component: Build systemAssignee: Nobody <nobody>
Status: RESOLVED FIXED    
Severity: normal CC: daniel.kitta
Priority: Normal    
Version: unreleased development snapshot   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Uwe Hermann 2015-01-03 18:06:51 CET
The configure script should check for the numpy requirement (needed for the Python bindings).
Comment 1 Uwe Hermann 2015-09-15 16:10:56 CEST
*** Bug 653 has been marked as a duplicate of this bug. ***
Comment 2 Daniel Elstner 2015-09-15 19:53:33 CEST
This should fix it, as long as AX_PYTHON_MODULE is available at autoreconf time:

https://github.com/danielkitta/libsigrok/commits/numpy-check
Comment 3 Uwe Hermann 2015-09-15 22:15:05 CEST
Fixed in eb2373f1674706bd050c9b7c00927e42b70ea0f2, thanks!